|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.serotonin.m2m2.module.ModuleElementDefinition
public abstract class ModuleElementDefinition
The base level of a module definition class. In general this class should not be directly extended. Instead, the sub classes should be extended since it is the sub classes that will be recognized and handled upon startup. Other classes will be ignored.
Constructor Summary | |
---|---|
ModuleElementDefinition()
|
Method Summary | |
---|---|
Module |
getModule()
Access to the module class that owns this definition. |
void |
initialize()
|
void |
uninstall()
This method is run once at shutdown if the owning module has been marked for deletion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleElementDefinition()
Method Detail |
---|
public Module getModule()
public void initialize()
public void uninstall()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |