|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.UserSessionManagerFactory
| Constructor Summary | |
UserSessionManagerFactory()
|
|
| Method Summary | |
static IUserSessionManager |
getUserSessionManager()
Deprecated. use getUserSessionManager(Properties). |
static IUserSessionManager |
getUserSessionManager(java.util.Properties properties)
Returns a new UserSessionManager subclass based on the value of the ie.greasan.statemachine.UserSessionManager property. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserSessionManagerFactory()
| Method Detail |
public static final IUserSessionManager getUserSessionManager()
throws StateMachineException
getUserSessionManager(Properties).
com.bankframe.fe.statemachine.base.UserSessionManager system property.
If this property is not set this returns an instance of
com.bankframe.fe.statemachine.base.sessionmanagers.inmemory.UserSessionManager
StateMachineException
public static final IUserSessionManager getUserSessionManager(java.util.Properties properties)
throws StateMachineException
ie.greasan.statemachine.UserSessionManager property.
If this property is not set this returns an instance of
com.bankframe.fe.statemachine.base.sessionmanagers.inmemory.UserSessionManager
properties - A Properties containing the key 'com.bankframe.fe.statemachine.base.UserSessionManager'.
This properties is also passed into the UserSessionManager.
StateMachineException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||