public class OdeLifeCycle
extends java.lang.Object
implements javax.jbi.component.ComponentLifeCycle
| Constructor and Description |
|---|
OdeLifeCycle() |
OdeLifeCycle(OdeConfigProperties config) |
| Modifier and Type | Method and Description |
|---|---|
javax.management.ObjectName |
getExtensionMBeanName() |
void |
init(javax.jbi.component.ComponentContext context) |
void |
shutDown()
Shutdown the service engine.
|
void |
start() |
void |
stop() |
public OdeLifeCycle()
public OdeLifeCycle(OdeConfigProperties config)
public javax.management.ObjectName getExtensionMBeanName()
getExtensionMBeanName in interface javax.jbi.component.ComponentLifeCyclepublic void init(javax.jbi.component.ComponentContext context)
throws javax.jbi.JBIException
init in interface javax.jbi.component.ComponentLifeCyclejavax.jbi.JBIExceptionpublic void start()
throws javax.jbi.JBIException
start in interface javax.jbi.component.ComponentLifeCyclejavax.jbi.JBIExceptionpublic void stop()
throws javax.jbi.JBIException
stop in interface javax.jbi.component.ComponentLifeCyclejavax.jbi.JBIExceptionpublic void shutDown()
throws javax.jbi.JBIException
shutDown in interface javax.jbi.component.ComponentLifeCyclejavax.jbi.JBIException - if the transformation engine is unable to shut down.