|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.ApplicationManagerFactory
| Constructor Summary | |
ApplicationManagerFactory()
|
|
| Method Summary | |
static IApplicationManager |
getApplicationManager()
Deprecated. use getApplicationManager(Properties). |
static IApplicationManager |
getApplicationManager(java.util.Properties properties)
Returns an instance of IApplicationManager based on the value of the ie.greasan.statemachine.ApplicationManager property. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplicationManagerFactory()
| Method Detail |
public static final IApplicationManager getApplicationManager()
throws StateMachineException
getApplicationManager(Properties).
com.bankframe.fe.statemachine.base.ApplicationManager system property.
If the property is not set this returns an instance of com.bankframe.fe.statemachine.base.apploaders.jade.ApplicationManager.
StateMachineException - if the application manager cannot be created.
StateMachineException
public static final IApplicationManager getApplicationManager(java.util.Properties properties)
throws StateMachineException
ie.greasan.statemachine.ApplicationManager property.
If the property is not set this returns an instance of com.bankframe.fe.statemachine.base.apploaders.jade.ApplicationManager.
properties - A Properties containing the key 'com.bankframe.fe.statemachine.base.ApplicationManager'.
This properties will also be passed into the ApplicationManager.
StateMachineException - if the application manager cannot be created.
StateMachineException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||