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.ComponentLifeCycle
public void init(javax.jbi.component.ComponentContext context) throws javax.jbi.JBIException
init
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
public void start() throws javax.jbi.JBIException
start
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
public void stop() throws javax.jbi.JBIException
stop
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
public void shutDown() throws javax.jbi.JBIException
shutDown
in interface javax.jbi.component.ComponentLifeCycle
javax.jbi.JBIException
- if the transformation engine is unable to shut down.