public abstract class PluginLifeCycle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.logging.Logger |
log
.
|
| Constructor and Description |
|---|
PluginLifeCycle() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getConfig() |
PluginContext |
getContext() |
void |
setConfig(java.util.Properties config) |
protected void |
start(PluginContext context) |
void |
stop() |
public java.util.Properties getConfig()
public void setConfig(java.util.Properties config)
public PluginContext getContext()
protected final void start(PluginContext context) throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic final void stop()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.