|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bankframe.fe.statemachine.ext.apploaders.sax.ApplicationManager
| Constructor Summary | |
ApplicationManager()
Constructor for ApplicationManager |
|
| Method Summary | |
IApplication |
getApplication(java.lang.String name)
Returns an IApplication implementor for the named application. |
IApplication |
getDefaultApplication()
Returns an IApplication implementor for a default (unnamed) application. |
boolean |
refreshApplication(java.lang.String name)
This method reloads the named application from whatever persistence is used by the application manager. |
void |
setProperties(java.util.Properties properties)
Sets a Properties within this application manager. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplicationManager()
| Method Detail |
public IApplication getApplication(java.lang.String name)
throws StateMachineException
IApplicationManager
getApplication in interface IApplicationManagername -
StateMachineExceptionIApplicationManager.getApplication(String)
public IApplication getDefaultApplication()
throws StateMachineException
IApplicationManager
getDefaultApplication in interface IApplicationManagerStateMachineExceptionIApplicationManager.getDefaultApplication()public void setProperties(java.util.Properties properties)
IApplicationManager
setProperties in interface IApplicationManagerproperties - IApplicationManager.setProperties(Properties)
public boolean refreshApplication(java.lang.String name)
throws StateMachineException
IApplicationManager
refreshApplication in interface IApplicationManagername - the name of the application to be reloaded.
StateMachineExceptionIApplicationManager.refreshApplication(String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||