|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.programix.da2.bridge.DABridgeSession.Manager
public static class DABridgeSession.Manager
Used to manage the sessions.
DABridgeSession| Constructor Summary | |
|---|---|
DABridgeSession.Manager()
|
|
DABridgeSession.Manager(int defaultIdleTimeoutMinutes)
|
|
| Method Summary | |
|---|---|
int |
getDefaultIdleTimeoutMinutes()
|
DABridgeSession |
getSession(byte[] id)
Looks up the specified session or creates a new session if the specified session does not exist or has expired. |
DABridgeSession |
getSession(String idStr)
Looks up the specified session or creates a new session if the specified session does not exist or has expired. |
DABridgeSession.Initializer |
getSessionInitializer()
Retrieves the DABridgeSession.Initializer used to initialize
sessions just after they are created. |
void |
setSessionInitializer(DABridgeSession.Initializer sessionInitializer)
Specifies the DABridgeSession.Initializer used to initialize
sessions just after they are created. |
void |
shutdown()
Deletes all sessions and stops the internal thread that checks for timeouts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DABridgeSession.Manager(int defaultIdleTimeoutMinutes)
public DABridgeSession.Manager()
| Method Detail |
|---|
public int getDefaultIdleTimeoutMinutes()
public DABridgeSession.Initializer getSessionInitializer()
DABridgeSession.Initializer used to initialize
sessions just after they are created. If null, no initialization
occurs.
public void setSessionInitializer(DABridgeSession.Initializer sessionInitializer)
DABridgeSession.Initializer used to initialize
sessions just after they are created. If null, no initialization
occurs.
public void shutdown()
public DABridgeSession getSession(byte[] id)
public DABridgeSession getSession(String idStr)
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||