Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
StreamPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessModule(Module module)
Apply changes to the module after it is initialized (generally,
this means after its context is refreshed), but before it is
started.
|
void |
postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext context)
Make any necessary changes to the shared context.
|
void |
preProcessModule(Module module)
Apply changes to the module before it is initialized (generally,
this means before its context is refreshed).
|
void |
removeModule(Module module)
Take any actions necessary to remove a module from the system.
|
public void preProcessModule(Module module)
Plugin
preProcessModule
in interface Plugin
public void postProcessModule(Module module)
Plugin
postProcessModule
in interface Plugin
public void removeModule(Module module)
Plugin
removeModule
in interface Plugin
public void postProcessSharedContext(org.springframework.context.ConfigurableApplicationContext context)
Plugin
postProcessSharedContext
in interface Plugin