|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
public class AbstractProcessEnginePlugin
Adapter class for implementing process engine plugins
Constructor Summary | |
---|---|
AbstractProcessEnginePlugin()
|
Method Summary | |
---|---|
void |
postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized. |
void |
postProcessEngineBuild(ProcessEngine processEngine)
Invoked after the process engine has been built. |
void |
preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked before the process engine configuration is initialized. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractProcessEnginePlugin()
Method Detail |
---|
public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePlugin
Invoked before the process engine configuration is initialized.
preInit
in interface ProcessEnginePlugin
processEngineConfiguration
- the process engine configuationpublic void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePlugin
Invoked after the process engine configuration is initialized. and before the process engine is built.
postInit
in interface ProcessEnginePlugin
processEngineConfiguration
- the process engine configuationpublic void postProcessEngineBuild(ProcessEngine processEngine)
ProcessEnginePlugin
Invoked after the process engine has been built.
postProcessEngineBuild
in interface ProcessEnginePlugin
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |