public interface JCoCustomDestination extends JCoDestination
Modifier and Type | Interface and Description |
---|---|
static interface |
JCoCustomDestination.SncConfigurationData
SncConfigurationData allows to change the SNC configuration for a JCoCustomDestination.
|
static interface |
JCoCustomDestination.UserData
UserData allows to change the user logon data for a JCoCustomDestination.
|
Modifier and Type | Method and Description |
---|---|
JCoDestination |
getOriginalDestination()
Returns the original destination, also known as the parent destination of this custom destination.
|
JCoCustomDestination.SncConfigurationData |
getSNCConfiguration()
Returns the container for the properties of the SNC configuration.
|
JCoCustomDestination.UserData |
getUserLogonData()
Returns the container for the properties of the 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 meta data queries for this destination.
|
void |
setTrace(boolean trace)
Allows to switch the RFC trace on and off.
|
void |
setUseSapGui(boolean useSapGui)
Allows to switch the association of an SAP GUI with the used JCo connection on and off.
|
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, getP12FilePath, getPeakLimit, getPoolCapacity, getProperties, getProxyHost, getProxyPort, getProxyUser, getR3Name, getRepository, getRepositoryDestinationMonitor, getRepositoryUser, getSAPRouterString, getSncLibrary, getSncMode, getSncMyName, getSncPartnerName, getSncQOP, getSncSSO, getSystemNumber, getThroughput, getTPHost, getTPName, getType, getUser, getWebSocketHost, getWebSocketPort, isPooledConnectionChecked, isValid, ping, removeThroughput, setThroughput, trustAllForTLS, usesTLS
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, the RFC trace will be switched on, otherwise it will be switched 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 attached to the connection, otherwise it won'tCopyright © 2020 SAP. All Rights Reserved.