Class SapServerDataProvider
java.lang.Object
org.frankframework.extensions.sap.jco3.SapServerDataProvider
- All Implemented Interfaces:
com.sap.conn.jco.ext.ServerDataProvider
public class SapServerDataProvider
extends Object
implements com.sap.conn.jco.ext.ServerDataProvider
-
Field Summary
FieldsFields inherited from interface com.sap.conn.jco.ext.ServerDataProvider
JCO_ALLOWED_SNC_PARTNER_NAMES, JCO_ALLOWED_SYSTEM_IDS, JCO_APPLICATION, JCO_AS_UPDATE_INTERVAL, JCO_CONNECTION_COUNT, JCO_GROUP, JCO_GWHOST, JCO_GWSERV, JCO_MAX_CONNECTION_COUNT, JCO_MAX_STARTUP_DELAY, JCO_MSHOST, JCO_MSSERV, JCO_PING_PERIOD, JCO_PONG_TIMEOUT, JCO_PROGID, JCO_REP_DEST, JCO_REP_MAP, JCO_SAPROUTER, JCO_SNC_LIBRARY, JCO_SNC_MODE, JCO_SNC_MYNAME, JCO_SNC_QOP, JCO_SYSTEMID, JCO_TLS_P12FILE, JCO_TLS_P12PASSWD, JCO_TLS_SERVER_PARTNER_AUTH, JCO_TRACE, JCO_USE_TLS, JCO_WORKER_THREAD_COUNT, JCO_WORKER_THREAD_MIN_COUNT, JCO_WSPORT
-
Method Summary
Modifier and TypeMethodDescriptionstatic SapServerDataProvider
getServerProperties
(String servername) void
registerListener
(SapListenerImpl listener) void
setServerDataEventListener
(com.sap.conn.jco.ext.ServerDataEventListener serverDataEventListener) boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sap.conn.jco.ext.ServerDataProvider
getSSLServerContext
-
Field Details
-
log
protected static org.apache.logging.log4j.Logger log
-
-
Method Details
-
getInstance
-
registerListener
-
getServerProperties
public Properties getServerProperties(String servername) throws com.sap.conn.jco.ext.DataProviderException - Specified by:
getServerProperties
in interfacecom.sap.conn.jco.ext.ServerDataProvider
- Throws:
com.sap.conn.jco.ext.DataProviderException
-
setServerDataEventListener
public void setServerDataEventListener(com.sap.conn.jco.ext.ServerDataEventListener serverDataEventListener) - Specified by:
setServerDataEventListener
in interfacecom.sap.conn.jco.ext.ServerDataProvider
-
supportsEvents
public boolean supportsEvents()- Specified by:
supportsEvents
in interfacecom.sap.conn.jco.ext.ServerDataProvider
-