|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoConnectionData
This class provides some details for an RFC connection.
Field Summary | |
---|---|
static int |
STATE_ACTIVE
Connection state flag: Connection is active, i.e. |
static int |
STATE_STATEFUL
Connection state flag: Connection is stateful, i.e. |
Method Summary | |
---|---|
java.lang.String |
getAbapClient()
Returns the client in the ABAP server, if available, or null |
java.lang.String |
getAbapHost()
Returns the host where the current or last call was executed or from where the current or last request was done |
java.lang.String |
getAbapLanguage()
Returns the language in the ABAP server, if available, or null |
java.lang.String |
getAbapSystemNumber()
Returns the system number of the ABAP server where the current or last call was executed or from where the current or last request was done |
java.lang.String |
getAbapUser()
Returns the user name in the ABAP server, if available, or null |
java.lang.String |
getApplicationName()
Returns the application name, if provided by the application or runtime, or null |
long |
getConnectionHandle()
Returns the connection handle (unique within the JVM process) |
java.lang.String |
getConnectionHandleAsString()
Returns the connection handle as String (unique within the JVM process) |
java.lang.String |
getConnectionType()
Returns the connection type, 'client' or 'server' are possible |
java.lang.String |
getConvId()
Returns the current conversation id, may be null for inactive server connections |
byte[] |
getDSRPassport()
Returns the the byte representation of the DSR passport, if available, or null |
java.lang.String |
getDSRPassportAsString()
Returns the DSR passport as a hex string |
java.lang.String |
getFunctionModuleName()
Returns the name of the function module that is being executed or has been executed as last one |
java.lang.String |
getGroupName()
Returns the name of the connection group - client pool id or server group id |
long |
getLastActivityTimestamp()
Returns the timestamp of the last activity of the monitored connection. |
java.lang.String |
getLastActivityTimestampAsString(java.util.Calendar calendar)
Returns the last activity time as string, e.g. |
java.lang.String |
getProtocol()
Returns the communication protocol - at the moment always 'RFC' |
java.lang.String |
getSessionId()
Returns the client or server internal session id, if available, or null |
int |
getState()
Returns a flag that indicates the activity state of the connection - either STATE_ACTIVE or STATE_STATEFUL |
java.lang.String |
getStateAsString()
Returns the state as string, e.g. |
java.lang.String |
getSystemID()
Returns the system id of the ABAP server, to which the connection is established |
long |
getThreadId()
Returns the threadID of the thread where the connection has been used for the last time |
java.lang.String |
getThreadIdAsString()
Returns the threadID as String of the thread where the connection has been used for the last time |
java.lang.String |
getThreadName()
Returns the thread name of the thread where the connection has been used for the last time |
Field Detail |
---|
static final int STATE_ACTIVE
static final int STATE_STATEFUL
Method Detail |
---|
java.lang.String getProtocol()
java.lang.String getSessionId()
java.lang.String getFunctionModuleName()
byte[] getDSRPassport()
java.lang.String getConnectionType()
java.lang.String getSystemID()
java.lang.String getAbapHost()
java.lang.String getAbapSystemNumber()
java.lang.String getAbapClient()
java.lang.String getAbapUser()
java.lang.String getAbapLanguage()
java.lang.String getConvId()
java.lang.String getApplicationName()
java.lang.String getGroupName()
int getState()
long getLastActivityTimestamp()
java.lang.String getStateAsString()
java.lang.String getDSRPassportAsString()
java.lang.String getLastActivityTimestampAsString(java.util.Calendar calendar)
long getThreadId()
java.lang.String getThreadIdAsString()
java.lang.String getThreadName()
long getConnectionHandle()
java.lang.String getConnectionHandleAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |