|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.serotonin.m2m2.module.ModuleElementDefinition
com.serotonin.m2m2.module.RuntimeManagerDefinition
public abstract class RuntimeManagerDefinition
This definition is notified upon initialization and termination of the application.
Constructor Summary | |
---|---|
RuntimeManagerDefinition()
|
Method Summary | |
---|---|
abstract int |
getInitializationPriority()
Determines where in the system initialization this class's initialize method will be called. |
abstract void |
initialize(boolean safe)
Run code that initializes things within the module. |
abstract void |
terminate()
Run code that terminates things within the module/ |
Methods inherited from class com.serotonin.m2m2.module.ModuleElementDefinition |
---|
getModule, initialize, uninstall |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeManagerDefinition()
Method Detail |
---|
public abstract int getInitializationPriority()
public abstract void initialize(boolean safe)
safe
- true if the system is starting in "safe mode".public abstract void terminate()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |