|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zlatan.sap.ConnectionUtility
Una classe che fornisce i metodi di utilità per connettersi a SAP. I metodi implementati sono soltanto quelli per la gestione di pool di connessioni.
Constructor Summary | |
ConnectionUtility()
|
Method Summary | |
static void |
closeDirectClient()
Deprecated. |
static void |
closePooledClient(com.sap.mw.jco.JCO.Client client)
|
static com.sap.mw.jco.JCO.Client |
getDirectClient(java.util.Properties props)
Deprecated. |
static com.sap.mw.jco.JCO.Client |
getPooledClient(java.lang.String poolName,
java.util.Properties props)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionUtility()
Method Detail |
public static com.sap.mw.jco.JCO.Client getDirectClient(java.util.Properties props) throws SAPGeneralErrorException
SAPGeneralErrorException
public static void closeDirectClient() throws SAPGeneralErrorException
SAPGeneralErrorException
public static com.sap.mw.jco.JCO.Client getPooledClient(java.lang.String poolName, java.util.Properties props) throws SAPGeneralErrorException
SAPGeneralErrorException
public static void closePooledClient(com.sap.mw.jco.JCO.Client client) throws SAPGeneralErrorException
SAPGeneralErrorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |