public class SapJcoDestinationDataProvider extends Object implements com.sap.conn.jco.ext.DestinationDataProvider
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_PASSWD, JCO_PCS, JCO_PEAK_LIMIT, JCO_POOL_CAPACITY, JCO_R3NAME, JCO_REPOSITORY_DEST, JCO_REPOSITORY_PASSWD, JCO_REPOSITORY_ROUNDTRIP_OPTIMIZATION, JCO_REPOSITORY_SNC, JCO_REPOSITORY_USER, JCO_SAPROUTER, JCO_SNC_LIBRARY, JCO_SNC_MODE, JCO_SNC_MYNAME, JCO_SNC_PARTNERNAME, JCO_SNC_QOP, JCO_SNC_SSO, JCO_SYSNR, JCO_TPHOST, JCO_TPNAME, JCO_TRACE, JCO_TYPE, JCO_USE_SAPGUI, JCO_USER, JCO_USER_ID, JCO_X509CERT
Constructor and Description |
---|
SapJcoDestinationDataProvider() |
Modifier and Type | Method and Description |
---|---|
void |
changeProperties(String destName,
Properties properties)
Update the connect properties from a specific
destName |
Properties |
getDestinationProperties(String destName)
The name of SAP
JCoDestination name that identifies a physical destination of a function call. |
boolean |
hasDestName(String destName) |
boolean |
isRegistered() |
void |
setDestinationDataEventListener(com.sap.conn.jco.ext.DestinationDataEventListener eventListener)
An implementation supporting events has to retain the eventListener instance provided
by the JCo runtime.
|
boolean |
supportsEvents() |
public SapJcoDestinationDataProvider()
public Properties getDestinationProperties(String destName)
JCoDestination
name that identifies a physical destination of a function call.getDestinationProperties
in interface com.sap.conn.jco.ext.DestinationDataProvider
public void setDestinationDataEventListener(com.sap.conn.jco.ext.DestinationDataEventListener eventListener)
setDestinationDataEventListener
in interface com.sap.conn.jco.ext.DestinationDataProvider
eventListener
- The DestinationDataEventListener interface reacts on the events
that a DestinationDataProvider could fire if the destination configuration was changedpublic boolean isRegistered()
public boolean hasDestName(String destName)
public boolean supportsEvents()
supportsEvents
in interface com.sap.conn.jco.ext.DestinationDataProvider
public void changeProperties(String destName, Properties properties)
destName
destName
- the name of JCoDestination
properties
- connection propertiesCopyright © 2012–2017 Jkniv. All rights reserved.