public interface JCoCustomDestination extends JCoDestination
Modifier and Type | Interface and Description |
---|---|
static interface |
JCoCustomDestination.SncConfigurationData
SncConfigurationData allows change SNC configuration for a JCoCustomDestination.
|
static interface |
JCoCustomDestination.UserData
UserData allows change the logon configuration data for a JCoCustomDestination.
|
Modifier and Type | Method and Description |
---|---|
JCoDestination |
getOriginalDestination()
Returns the original destination, a.k.a.
|
JCoCustomDestination.SncConfigurationData |
getSNCConfiguration()
Returns the holder for properties of SNC configuration.
|
JCoCustomDestination.UserData |
getUserLogonData()
Returns the holder for properties of user logon data.
|
void |
setCodepage(String codepage)
The RFC communication negotiates the code page to use with its communication partner.
|
void |
setRepositoryDestination(JCoDestination destination)
Sets the destination, whose repository will be used for metadata queries
for this destination.
|
void |
setTrace(boolean trace)
Allows turning on/off trace on the fly.
|
void |
setUseSapGui(boolean useSapGui)
Allows turning on/off the association of an SAP GUI with the used JCo connection on the fly.
|
changePassword, confirmFunctionUnit, confirmTID, createCustomDestination, createTID, getAliasUser, getApplicationServerHost, getAttributes, getClient, getDestinationID, getDestinationName, getExpirationCheckPeriod, getExpirationTime, getExternalIDData, getExternalIDType, getFunctionUnitState, getGatewayHost, getGatewayService, getLanguage, getLogonCheck, getLogonGroup, getMaxGetClientTime, getMessageServerHost, getMessageServerService, getMonitor, getPeakLimit, getPoolCapacity, getProperties, getR3Name, getRepository, getRepositoryDestinationMonitor, getRepositoryUser, getSAPRouterString, getSncLibrary, getSncMode, getSncMyName, getSncPartnerName, getSncQOP, getSncSSO, getSystemNumber, getThroughput, getTPHost, getTPName, getType, getUser, isPooledConnectionChecked, isValid, ping, removeThroughput, setThroughput
void setRepositoryDestination(JCoDestination destination) throws JCoException
destination
- the destination to ask for the repositoryJCoException
- if an exception occurs
during the initialization of connections to the given destinationJCoDestination.getRepository()
JCoDestination getOriginalDestination()
JCoCustomDestination.SncConfigurationData getSNCConfiguration()
JCoCustomDestination.UserData getUserLogonData()
void setTrace(boolean trace)
trace
- if set to true, trace will be turned on otherwise trace will be turned offvoid setCodepage(String codepage)
codepage
- the code page to use for the initial requestvoid setUseSapGui(boolean useSapGui)
useSapGui
- if set to true, a GUI will be associated with the connection, otherwise notCopyright © 2017 SAP. All Rights Reserved.