skip to main content
Interface Provider class : ipDisconnect
 

ipDisconnect

This method closes the specified connection. All associated data should be freed. This call is generated when the user disconnects from the server and OpenAccess SDK client issues a disconnect call. Immediately after this, the Java object that was created for this connection will be destroyed.
int ipDisconnect(long dam_hdbc)
Table 17. Parameters for ipDisconnect
Parameter
Type
Description
INPUT
dam_hdbc
long
The connection handle.
RETURN
int
DAM_SUCCESS - on success
DAM_FAILURE - on failure