|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.BaseBootstrap
public class BaseBootstrap
Base class for components bootstrap. Due to classloading mechanism in JBI, Shared Libraries are not available at bootstrap time, so this class should be copied in your own component and modified directly, instead of inheriting it.
| Field Summary | |
|---|---|
protected javax.jbi.component.InstallationContext |
context
Deprecated. |
protected Log |
logger
Deprecated. |
protected ObjectName |
mbeanName
Deprecated. |
| Constructor Summary | |
|---|---|
BaseBootstrap()
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(javax.jbi.component.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 final transient Log logger
protected javax.jbi.component.InstallationContext context
protected ObjectName mbeanName
| Constructor Detail |
|---|
public BaseBootstrap()
| Method Detail |
|---|
public ObjectName getExtensionMBeanName()
getExtensionMBeanName in interface javax.jbi.component.Bootstrap
protected Object getExtensionMBean()
throws Exception
Exception
protected ObjectName createExtensionMBeanName()
throws Exception
Exception
public void init(javax.jbi.component.InstallationContext installContext)
throws javax.jbi.JBIException
init in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException
protected void doInit()
throws Exception
Exception
public void cleanUp()
throws javax.jbi.JBIException
cleanUp in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException
protected void doCleanUp()
throws Exception
Exception
public void onInstall()
throws javax.jbi.JBIException
onInstall in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException
protected void doOnInstall()
throws Exception
Exception
public void onUninstall()
throws javax.jbi.JBIException
onUninstall in interface javax.jbi.component.Bootstrapjavax.jbi.JBIException
protected void doOnUninstall()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||