public final class SessionID extends Object
Modifier and Type | Field and Description |
---|---|
static SessionID[] |
EMPTY
Empty array.
|
static String |
PROP_COMM_ERROR |
static String |
PROP_REMOTE_ADDR
Session ID properties defined.
|
Constructor and Description |
---|
SessionID(SessionTransMgr manager)
Constructs the instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getFullLogInfo()
Gets the string representation of this SessionID for logging when
a complete "dump" is needed for diagnostics, critical errors, etc.
|
String |
getLogString()
Gets the string representation of this SessionID for logging.
|
static SessionID[] |
getOpenSessions()
Gets all the Session ID's open.
|
static int |
getOpenSessionsCount()
Gets the count of open sessions.
|
String |
getSessionID()
Gets the session identifier.
|
SessionInfo |
getSessionInfo()
Gets the session info.
|
SessionTransMgr |
getTransactionManager()
Gets the Session Transaction Manager.
|
void |
setProperty(String name,
String value)
Sets a property for the session.
|
String |
toString()
The string representation.
|
public static SessionID[] EMPTY
public static final String PROP_REMOTE_ADDR
public static final String PROP_COMM_ERROR
public SessionID(SessionTransMgr manager)
public static int getOpenSessionsCount()
public static SessionID[] getOpenSessions()
public SessionTransMgr getTransactionManager()
public SessionInfo getSessionInfo()
public String getSessionID()
public void setProperty(String name, String value)
public String getLogString()
public String getFullLogInfo()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.