|
||||||||
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.PurgeDefinition
public abstract class PurgeDefinition
Provides a hook into the system purge process.
Constructor Summary | |
---|---|
PurgeDefinition()
|
Method Summary | |
---|---|
abstract void |
execute(long runtime)
Called as part of the purge process, which runs nightly. |
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 PurgeDefinition()
Method Detail |
---|
public abstract void execute(long runtime)
runtime
- The time at which the purge process started. May differ significantly from the current time.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |