|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IManager
This interface must be implemented by a Manager object, which should be used in the framework. A manager can handle different information used in the framework, e.g., configuration, callers or call lists
| Method Summary | |
|---|---|
String |
getManagerID()
Gets the ID of a manager implementation |
int |
getPriority()
Gets priority of a manager, which is needed to be handled by the framework. |
void |
restart()
This method is called on restart time by the runtime object. |
void |
setManagerID(String id)
Sets the ID of a manager implementation |
void |
shutdown()
This method is called on shutdown time by the runtime object. |
void |
startup()
This method is called on startup time by the runtime object. |
| Method Detail |
|---|
String getManagerID()
void setManagerID(String id)
int getPriority()
void startup()
void shutdown()
void restart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||