public class OdeBootstrap
extends java.lang.Object
implements javax.jbi.component.Bootstrap
Bootstrap
interface. This is just a place-holder, nothing gets done in the
bootstrap at this point.| Constructor and Description |
|---|
OdeBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Bootstrappublic 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.