public class SpringPlugin extends JPlugin implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringPlugin() |
SpringPlugin(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getContext()
Returns a Spring application context.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setContext(org.springframework.context.ApplicationContext context)
Sets a Spring application context.
|
doShutdown, doStartup, getConfiguration, getEngineOperations, getEps, getKnowledgeBase, getLogger, onAfterReload, onBeforeReload, onConfigure, onInit, onShutdown, onStartup, setConfiguration, setKnowledgeBase, shutdown, startup, toStringgetDescription, getDisplayName, getEngine, getInternalService, getName, getState, isFailed, isNew, isNewOrStartingOrRunning, isRunning, isStarting, isStopping, isTerminated, setDescription, setDisplayName, setEngine, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFailed, isNew, isRunning, isStarting, isStopping, isTerminatedpublic static final String NAME
public SpringPlugin()
public SpringPlugin(String name)
public org.springframework.context.ApplicationContext getContext()
public void setContext(org.springframework.context.ApplicationContext context)
context - a Spring application context.public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2016–2018 Softelnet. All rights reserved.