|
||||||||||
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 | |
---|---|
String |
getAbapClient()
Returns the client in the ABAP server, if available, or null. |
String |
getAbapHost()
Returns the host where the current or last call was executed or from where the current or last request was done. |
String |
getAbapLanguage()
Returns the language in the ABAP server, if available, or null. |
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. |
String |
getAbapUser()
Returns the user name in the ABAP server, if available, or null. |
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). |
String |
getConnectionHandleAsString()
Returns the connection handle as String (unique within the JVM process). |
String |
getConnectionType()
Returns the connection type, 'client' or 'server' are possible. |
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. |
String |
getDSRPassportAsString()
Returns the DSR passport as a hex string. |
String |
getFunctionModuleName()
Returns the name of the function module that is being executed or has been executed as last one. |
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. |
String |
getLastActivityTimestampAsString(Calendar calendar)
Returns the last activity time as string, e.g. |
String |
getProtocol()
Returns the communication protocol - at the moment always 'RFC'. |
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. |
String |
getStateAsString()
Returns the state as string, e.g. |
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. |
String |
getThreadIdAsString()
Returns the threadID as String of the thread where the connection has been used for the last time. |
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 |
---|
String getProtocol()
String getSessionId()
String getFunctionModuleName()
byte[] getDSRPassport()
String getConnectionType()
String getSystemID()
String getAbapHost()
String getAbapSystemNumber()
String getAbapClient()
String getAbapUser()
String getAbapLanguage()
String getConvId()
String getApplicationName()
String getGroupName()
int getState()
long getLastActivityTimestamp()
String getStateAsString()
String getDSRPassportAsString()
String getLastActivityTimestampAsString(Calendar calendar)
long getThreadId()
String getThreadIdAsString()
String getThreadName()
long getConnectionHandle()
String getConnectionHandleAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |