|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.DefaultBootstrap
public class DefaultBootstrap
Default Bootstrap class. This is a default implementation of the Bootstrap, it is used by the Maven JBI plugin to provide a standard implementation of a Bootstrap when a component does not provide one
| Field Summary | |
|---|---|
protected InstallationContext |
context
Deprecated. |
protected ObjectName |
mbeanName
Deprecated. |
| Constructor Summary | |
|---|---|
DefaultBootstrap()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
cleanUp()
Deprecated. |
protected ObjectName |
createExtensionMBeanName()
Deprecated. |
protected void |
doCleanUp()
Deprecated. |
protected void |
doInit()
Deprecated. |
protected void |
doOnInstall()
Deprecated. |
protected void |
doOnUninstall()
Deprecated. |
protected Object |
getExtensionMBean()
Deprecated. |
ObjectName |
getExtensionMBeanName()
Deprecated. |
void |
init(InstallationContext installContext)
Deprecated. |
void |
onInstall()
Deprecated. |
void |
onUninstall()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InstallationContext context
protected ObjectName mbeanName
| Constructor Detail |
|---|
public DefaultBootstrap()
| Method Detail |
|---|
public ObjectName getExtensionMBeanName()
getExtensionMBeanName in interface Bootstrap
protected Object getExtensionMBean()
throws Exception
Exception
protected ObjectName createExtensionMBeanName()
throws Exception
Exception
public void init(InstallationContext installContext)
throws JBIException
init in interface BootstrapJBIException
protected void doInit()
throws Exception
Exception
public void cleanUp()
throws JBIException
cleanUp in interface BootstrapJBIException
protected void doCleanUp()
throws Exception
Exception
public void onInstall()
throws JBIException
onInstall in interface BootstrapJBIException
protected void doOnInstall()
throws Exception
Exception
public void onUninstall()
throws JBIException
onUninstall in interface BootstrapJBIException
protected void doOnUninstall()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||