|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoServerContextInfo
JCoServerContextInfo provides additional information of the remote system and the context of the request.
Method Summary | |
---|---|
JCoServerCallType |
getCallType()
Returns the type of the current call |
JCoAttributes |
getConnectionAttributes()
Returns the attributes for the server connection over which the remote call is coming in. |
java.lang.String |
getConnectionID()
Returns the id for the server connection over which the remote call is coming in. |
JCoRepository |
getRepository()
Returns the reference to the repository instance used by the JCo server. |
JCoServer |
getServer()
Returns the reference reference to the server instance handling the remote call. |
java.lang.String |
getSessionID()
Returns the session id of the current session. |
java.lang.String |
getTID()
Retunrs the TID if the call coming in was sent in "background task". |
JCoUnitIdentifier |
getUnitIdentifier()
Returns the unit identifier if the call coming in was sent as "background unit". |
boolean |
isInTransaction()
Returns true if the call coming in was sent in "background task" or as "background unit". |
boolean |
isStatefulSession()
Returns true if the current session is a stateful session, false otherwise. |
Method Detail |
---|
JCoAttributes getConnectionAttributes()
java.lang.String getConnectionID()
JCoRepository getRepository()
JCoServer getServer()
java.lang.String getSessionID()
java.lang.String getTID()
JCoUnitIdentifier getUnitIdentifier()
boolean isInTransaction()
JCoServerCallType getCallType()
JCoServerCallType
boolean isStatefulSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |