|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IApplicationManager | |
com.bankframe.fe.statemachine.base | |
com.bankframe.fe.statemachine.ext.apploaders.sax | |
com.bankframe.fe.statemachine.ext.connectors.swing |
Uses of IApplicationManager in com.bankframe.fe.statemachine.base |
Methods in com.bankframe.fe.statemachine.base that return IApplicationManager | |
IApplicationManager |
RequestContext.getApplicationManager()
Returns the ApplicationManager for the current request. |
static IApplicationManager |
ApplicationManagerFactory.getApplicationManager()
Deprecated. use getApplicationManager(Properties) . |
static IApplicationManager |
ApplicationManagerFactory.getApplicationManager(java.util.Properties properties)
Returns an instance of IApplicationManager based on the value of the ie.greasan.statemachine.ApplicationManager property. |
Methods in com.bankframe.fe.statemachine.base with parameters of type IApplicationManager | |
void |
RequestContext.setApplicationManager(IApplicationManager applicationManager)
Sets the ApplicationManager for the current request. |
Uses of IApplicationManager in com.bankframe.fe.statemachine.ext.apploaders.sax |
Classes in com.bankframe.fe.statemachine.ext.apploaders.sax that implement IApplicationManager | |
class |
ApplicationManager
|
Uses of IApplicationManager in com.bankframe.fe.statemachine.ext.connectors.swing |
Methods in com.bankframe.fe.statemachine.ext.connectors.swing that return IApplicationManager | |
IApplicationManager |
ThreadedStateMachineEventDispatcher.getApplicationManager()
Getter for property applicationManager. |
IApplicationManager |
StateMachineEventDispatcher.getApplicationManager()
Getter for property applicationManager. |
Methods in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type IApplicationManager | |
void |
ThreadedStateMachineEventDispatcher.setApplicationManager(IApplicationManager applicationManager)
Setter for property applicationManager. |
void |
StateMachineEventDispatcher.setApplicationManager(IApplicationManager applicationManager)
Setter for property applicationManager. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |