|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationManager
Method Summary | |
---|---|
IApplication |
getApplication(String name)
Returns an IApplication implementor for the named application. |
IApplication |
getDefaultApplication()
Returns an IApplication implementor for a default (unnamed) application. |
boolean |
refreshApplication(String name)
This method reloads the named application from whatever persistence is used by the application manager. |
void |
setProperties(Properties properties)
Sets a Properties within this application manager. |
Method Detail |
---|
IApplication getDefaultApplication() throws StateMachineException
StateMachineException
- if the application cannot be loaded.IApplication getApplication(String name) throws StateMachineException
name
- the name of the application required.
StateMachineException
- if the application cannot be loaded.void setProperties(Properties properties)
properties
- The ApplicationManagers properties.boolean refreshApplication(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 |