public class ComponentDestinationDataProvider extends Object implements com.sap.conn.jco.ext.DestinationDataProvider
Modifier and Type | Class and Description |
---|---|
class |
ComponentDestinationDataProvider.DestinationDataListener
Forwards change notifications from destination data to any
destination data listener.
|
class |
ComponentDestinationDataProvider.DestinationDataStoreListener
Forwards change notifications from destination data store to any
destination data listener.
|
Modifier and Type | Field and Description |
---|---|
protected com.sap.conn.jco.ext.DestinationDataEventListener |
destinationDataEventListener
The cached value of the '
Destination Data Listener ' attribute. |
static ComponentDestinationDataProvider |
INSTANCE |
JCO_ALIAS_USER, JCO_ASHOST, JCO_AUTH_TYPE, JCO_AUTH_TYPE_CONFIGURED_USER, JCO_AUTH_TYPE_CURRENT_USER, JCO_CLIENT, JCO_CODEPAGE, JCO_CPIC_TRACE, JCO_DELTA, JCO_DENY_INITIAL_PASSWORD, JCO_DEST, JCO_EXPIRATION_PERIOD, JCO_EXPIRATION_TIME, JCO_EXTID_DATA, JCO_EXTID_TYPE, JCO_GETSSO2, JCO_GROUP, JCO_GWHOST, JCO_GWSERV, JCO_LANG, JCO_LCHECK, JCO_MAX_GET_TIME, JCO_MSHOST, JCO_MSSERV, JCO_MYSAPSSO2, JCO_NETWORK, JCO_PASSWD, JCO_PCS, JCO_PEAK_LIMIT, JCO_POOL_CAPACITY, JCO_POOL_CHECK_CONNECTION, JCO_PROXY_HOST, JCO_PROXY_PASSWD, JCO_PROXY_PORT, JCO_PROXY_USER, JCO_R3NAME, JCO_REPOSITORY_DEST, JCO_REPOSITORY_PASSWD, JCO_REPOSITORY_ROUNDTRIP_OPTIMIZATION, JCO_REPOSITORY_SNC, JCO_REPOSITORY_USER, JCO_SAPROUTER, JCO_SERIALIZATION_FORMAT, JCO_SNC_LIBRARY, JCO_SNC_MODE, JCO_SNC_MYNAME, JCO_SNC_PARTNERNAME, JCO_SNC_QOP, JCO_SNC_SSO, JCO_STICKY_ASHOST, JCO_SYSNR, JCO_TLS_P12FILE, JCO_TLS_P12PASSWD, JCO_TLS_TRUST_ALL, JCO_TPHOST, JCO_TPNAME, JCO_TRACE, JCO_TYPE, JCO_USE_BASXML, JCO_USE_SAPGUI, JCO_USE_TLS, JCO_USER, JCO_WSHOST, JCO_WSPORT, JCO_X509CERT
Modifier and Type | Method and Description |
---|---|
void |
addDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store) |
Properties |
getDestinationProperties(String destinationName) |
void |
removeDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store) |
void |
setDestinationDataEventListener(com.sap.conn.jco.ext.DestinationDataEventListener destinationDataEventListener) |
boolean |
supportsEvents() |
public static final ComponentDestinationDataProvider INSTANCE
protected com.sap.conn.jco.ext.DestinationDataEventListener destinationDataEventListener
Destination Data Listener
' attribute.public void addDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store)
store
- public void removeDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store)
public Properties getDestinationProperties(String destinationName)
getDestinationProperties
in interface com.sap.conn.jco.ext.DestinationDataProvider
public void setDestinationDataEventListener(com.sap.conn.jco.ext.DestinationDataEventListener destinationDataEventListener)
setDestinationDataEventListener
in interface com.sap.conn.jco.ext.DestinationDataProvider
public boolean supportsEvents()
supportsEvents
in interface com.sap.conn.jco.ext.DestinationDataProvider
Apache Camel