Uses of Class
com.sap.mw.jco.JCO.Connection

Uses of JCO.Connection in com.sap.mw.jco
 

Subclasses of JCO.Connection in com.sap.mw.jco
static class JCO.Client
          This object holds all information necessary to establish a connection to a remote JCO server, i.e. either a SAP system or an external JCO compliant server, respectively.
static class JCO.Server
          Encapsulates the basic JCO server functionality.
 

Methods in com.sap.mw.jco with parameters of type JCO.Connection
 void JCO.PoolManager.removeConnection(JCO.Connection connection)
          Deprecated. This method will be removed in the next release.
Use JCO.releaseClient(connection) instead