|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.jbi.OdeBootstrap
public class OdeBootstrap
ODE Implementation of the JBI Bootstrap
interface. This is just a place-holder, nothing gets done in the
bootstrap at this point.
| Constructor Summary | |
|---|---|
OdeBootstrap()
|
|
| Method Summary | |
|---|---|
void |
cleanUp()
Cleans up any resources allocated by the bootstrap implementation, including deregistration of the extension MBean, if applicable. |
javax.management.ObjectName |
getExtensionMBeanName()
Get the JMX ObjectName for the optional installation configuration MBean for this BPE. |
void |
init(javax.jbi.component.InstallationContext installContext)
Called to initialize the BPE bootstrap. |
void |
onInstall()
Called at the beginning of installation. |
void |
onUninstall()
Called at the beginning of uninstallation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdeBootstrap()
| Method Detail |
|---|
public void cleanUp()
throws javax.jbi.JBIException
cleanUp in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException - when cleanup processing fails to complete successfully.public javax.management.ObjectName getExtensionMBeanName()
getExtensionMBeanName in interface javax.jbi.component.Bootstrap
public void init(javax.jbi.component.InstallationContext installContext)
throws javax.jbi.JBIException
init in interface javax.jbi.component.BootstrapinstallContext - is the context containing information from the install command and
from the BPE jar file.
javax.jbi.JBIException - when there is an error requiring that the installation be
terminated.
public void onInstall()
throws javax.jbi.JBIException
onInstall in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException - when there is an error requiring that the installation be
terminated.
public void onUninstall()
throws javax.jbi.JBIException
onUninstall in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException - when there is an error requiring that the uninstallation be
terminated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||