Interface RFCDestination
-
- All Known Implementing Classes:
DefaultRFCDestination,RFCDestinationImpl
public interface RFCDestinationInterface to read RFC destination properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBackendType()Returns the backend type.java.lang.StringgetClient()Returns the client.java.lang.BooleangetConnectionType()Returns the type of connection (server or group connection).java.lang.StringgetGroup()Returns the logon group name.java.lang.StringgetInstance()Returns the instance number of the application server (for server connection only).java.lang.BooleangetJcoClientDelta()Returns the indicator for table parameter delta management (1 - enable [default] or 0 - disable).java.lang.StringgetJcoCPICTrace()Returns the CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels).java.lang.StringgetJcoMsServ()Returns the SAP message server or port number.java.lang.StringgetJcoSAPRouter()Returns the SAP router string to use for networks being protected by a firewall.java.lang.StringgetJcoTraceLevel()Returns the JCo trace level (0-10).java.lang.StringgetJcoTracePath()Returns the JCo trace path (null, stdout, stderr or an existing path are allowed).java.lang.StringgetMaxConnections()Returns the maximum number of connections.java.lang.StringgetMaxWaitTime()Returns the maximum waiting time in milliseconds.java.lang.StringgetMessageServer()Returns the message server (for group connection).java.lang.StringgetPassword()Returns the password.java.lang.BooleangetPooledConnectionMode()Returns the indicator whether a pooled connection mode is enabled.java.lang.StringgetPoolSize()Returns the pool size.java.util.Collection<RFCDestinationAttributeModel>getRFCDestinationAttributes()Returns the additional Attributes for RFC Destination.java.lang.StringgetRfcDestinationName()Returns the RFC destination name.java.lang.StringgetSid()Returns the system id.java.lang.StringgetSncPartnerName()Returns SNC name of the communication partner (application server).java.lang.StringgetSncQOP()Returns the SNC security level / quality of service.java.lang.StringgetTargetHost()Returns the host name of the target application server (for server connection) or the message server (for group connection).java.lang.StringgetUserid()Returns the user id.java.lang.BooleanisJcoRFCTraceEnabled()Returns the indicator whether JCo RFC trace is enabled (0 or 1).booleanisOffline()Returns the offline indicator.java.lang.BooleanisSncEnabled()Returns the indicator whether SNC is enabled.
-
-
-
Method Detail
-
getPassword
java.lang.String getPassword()
Returns the password.- Returns:
- the password
-
getSid
java.lang.String getSid()
Returns the system id.- Returns:
- the sid
-
getGroup
java.lang.String getGroup()
Returns the logon group name.- Returns:
- the group
-
getPoolSize
java.lang.String getPoolSize()
Returns the pool size.- Returns:
- the poolSize
-
getClient
java.lang.String getClient()
Returns the client.- Returns:
- the client
-
getMaxWaitTime
java.lang.String getMaxWaitTime()
Returns the maximum waiting time in milliseconds.- Returns:
- the maxWaitTime
-
getTargetHost
java.lang.String getTargetHost()
Returns the host name of the target application server (for server connection) or the message server (for group connection).- Returns:
- the targetHost
-
getUserid
java.lang.String getUserid()
Returns the user id.- Returns:
- the userid
-
getPooledConnectionMode
java.lang.Boolean getPooledConnectionMode()
Returns the indicator whether a pooled connection mode is enabled.- Returns:
- the pooledConnectionMode
-
getMessageServer
java.lang.String getMessageServer()
Returns the message server (for group connection).- Returns:
- the messageServer
-
getInstance
java.lang.String getInstance()
Returns the instance number of the application server (for server connection only).- Returns:
- the instance
-
getMaxConnections
java.lang.String getMaxConnections()
Returns the maximum number of connections.- Returns:
- the maxConnections
-
getRfcDestinationName
java.lang.String getRfcDestinationName()
Returns the RFC destination name.- Returns:
- the rfcDestinationName
-
getConnectionType
java.lang.Boolean getConnectionType()
Returns the type of connection (server or group connection).- Returns:
- the connectionType
-
getJcoTraceLevel
java.lang.String getJcoTraceLevel()
Returns the JCo trace level (0-10).- Returns:
- the jcoTraceLevel - Turns on the JCo trace. Allowed levels are [0 .. 10]
-
getJcoTracePath
java.lang.String getJcoTracePath()
Returns the JCo trace path (null, stdout, stderr or an existing path are allowed).- Returns:
- the jcoTracePath
-
isJcoRFCTraceEnabled
java.lang.Boolean isJcoRFCTraceEnabled()
Returns the indicator whether JCo RFC trace is enabled (0 or 1).- Returns:
- the jcoRFCTrace
-
getJcoCPICTrace
java.lang.String getJcoCPICTrace()
Returns the CPIC trace (-1 [take over environment value 'CPIC_TRACE'], 0 no trace, 1,2,3 different trace levels).- Returns:
- the jcoCPICTrace - Enable/disable CPIC trace
-
getJcoMsServ
java.lang.String getJcoMsServ()
Returns the SAP message server or port number.- Returns:
- the jcoMsServ
-
getJcoSAPRouter
java.lang.String getJcoSAPRouter()
Returns the SAP router string to use for networks being protected by a firewall.- Returns:
- the jcoSAPRouter string
-
getJcoClientDelta
java.lang.Boolean getJcoClientDelta()
Returns the indicator for table parameter delta management (1 - enable [default] or 0 - disable).- Returns:
- the jcoClientDelta indicator
-
getBackendType
java.lang.String getBackendType()
Returns the backend type.- Returns:
- the backend Type
-
isSncEnabled
java.lang.Boolean isSncEnabled()
Returns the indicator whether SNC is enabled.- Returns:
- true, if SNC is enabled
-
getSncQOP
java.lang.String getSncQOP()
Returns the SNC security level / quality of service.- Returns:
- SNC security level / quality of service
-
getSncPartnerName
java.lang.String getSncPartnerName()
Returns SNC name of the communication partner (application server).- Returns:
- name of SNC partner
-
isOffline
boolean isOffline()
Returns the offline indicator.- Returns:
- true if offline
-
getRFCDestinationAttributes
java.util.Collection<RFCDestinationAttributeModel> getRFCDestinationAttributes()
Returns the additional Attributes for RFC Destination.- Returns:
- the collection of attributes
-
-