public abstract class NashornPlugin extends BasePlugin implements NashornScriptObject
| Constructor and Description |
|---|
NashornPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSelf() |
Object |
getTarget() |
void |
onAfterReload() |
void |
onAfterReload(Object self) |
void |
onBeforeReload() |
void |
onBeforeReload(Object self) |
void |
onConfigure(org.openksavi.sponge.config.Configuration configuration) |
void |
onConfigure(Object self,
org.openksavi.sponge.config.Configuration configuration) |
void |
onInit() |
void |
onInit(Object self) |
void |
onShutdown() |
void |
onShutdown(Object self) |
void |
onStartup() |
void |
onStartup(Object self) |
void |
setTarget(Object target) |
doShutdown, doStartup, getConfiguration, getEngineOperations, getKnowledgeBase, getLogger, getSponge, setConfiguration, setKnowledgeBase, shutdown, startup, toStringgetDescription, getEngine, getInternalService, getLabel, getName, getState, isFailed, isNew, isNewOrStartingOrRunning, isRunning, isStarting, isStopping, isTerminated, setDescription, setEngine, setLabel, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFailed, isNew, isRunning, isStarting, isStopping, isTerminatedpublic Object getSelf()
getSelf in interface NashornScriptObjectpublic Object getTarget()
getTarget in interface NashornScriptObjectpublic void setTarget(Object target)
setTarget in interface NashornScriptObjectpublic final void onConfigure(org.openksavi.sponge.config.Configuration configuration)
onConfigure in interface org.openksavi.sponge.plugin.PluginonConfigure in class BasePluginpublic void onConfigure(Object self, org.openksavi.sponge.config.Configuration configuration)
public final void onInit()
onInit in interface org.openksavi.sponge.plugin.PluginonInit in class BasePluginpublic void onInit(Object self)
public final void onStartup()
onStartup in interface org.openksavi.sponge.plugin.PluginonStartup in class BasePluginpublic void onStartup(Object self)
public final void onShutdown()
onShutdown in interface org.openksavi.sponge.plugin.PluginonShutdown in class BasePluginpublic void onShutdown(Object self)
public final void onBeforeReload()
onBeforeReload in interface org.openksavi.sponge.plugin.PluginonBeforeReload in class BasePluginpublic void onBeforeReload(Object self)
public final void onAfterReload()
onAfterReload in interface org.openksavi.sponge.plugin.PluginonAfterReload in class BasePluginpublic void onAfterReload(Object self)
Copyright © 2016–2021 Softelnet. All rights reserved.