|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| 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. |
| Method Detail |
public IApplication getDefaultApplication()
throws StateMachineException
StateMachineException - if the application cannot be loaded.
public IApplication getApplication(java.lang.String name)
throws StateMachineException
name - the name of the application required.
StateMachineException - if the application cannot be loaded.public void setProperties(java.util.Properties properties)
properties - The ApplicationManagers properties.
public boolean refreshApplication(java.lang.String name)
throws StateMachineException
name - the name of the application to be reloaded.
StateMachineException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||