org.apache.servicemix.common
Class BaseBootstrap

java.lang.Object
  extended by org.apache.servicemix.common.BaseBootstrap
All Implemented Interfaces:
javax.jbi.component.Bootstrap

Deprecated.

@Deprecated
public class BaseBootstrap
extends java.lang.Object
implements javax.jbi.component.Bootstrap

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.

Since:
3.0
Version:
$Revision$
Author:
Guillaume Nodet

Field Summary
protected  javax.jbi.component.InstallationContext context
          Deprecated.  
protected  org.slf4j.Logger logger
          Deprecated.  
protected  javax.management.ObjectName mbeanName
          Deprecated.  
 
Constructor Summary
BaseBootstrap()
          Deprecated.  
 
Method Summary
 void cleanUp()
          Deprecated.  
protected  javax.management.ObjectName createExtensionMBeanName()
          Deprecated.  
protected  void doCleanUp()
          Deprecated.  
protected  void doInit()
          Deprecated.  
protected  void doOnInstall()
          Deprecated.  
protected  void doOnUninstall()
          Deprecated.  
protected  java.lang.Object getExtensionMBean()
          Deprecated.  
 javax.management.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

logger

protected final transient org.slf4j.Logger logger
Deprecated. 

context

protected javax.jbi.component.InstallationContext context
Deprecated. 

mbeanName

protected javax.management.ObjectName mbeanName
Deprecated. 
Constructor Detail

BaseBootstrap

public BaseBootstrap()
Deprecated. 
Method Detail

getExtensionMBeanName

public javax.management.ObjectName getExtensionMBeanName()
Deprecated. 
Specified by:
getExtensionMBeanName in interface javax.jbi.component.Bootstrap

getExtensionMBean

protected java.lang.Object getExtensionMBean()
                                      throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

createExtensionMBeanName

protected javax.management.ObjectName createExtensionMBeanName()
                                                        throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

init

public void init(javax.jbi.component.InstallationContext installContext)
          throws javax.jbi.JBIException
Deprecated. 
Specified by:
init in interface javax.jbi.component.Bootstrap
Throws:
javax.jbi.JBIException

doInit

protected void doInit()
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

cleanUp

public void cleanUp()
             throws javax.jbi.JBIException
Deprecated. 
Specified by:
cleanUp in interface javax.jbi.component.Bootstrap
Throws:
javax.jbi.JBIException

doCleanUp

protected void doCleanUp()
                  throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

onInstall

public void onInstall()
               throws javax.jbi.JBIException
Deprecated. 
Specified by:
onInstall in interface javax.jbi.component.Bootstrap
Throws:
javax.jbi.JBIException

doOnInstall

protected void doOnInstall()
                    throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

onUninstall

public void onUninstall()
                 throws javax.jbi.JBIException
Deprecated. 
Specified by:
onUninstall in interface javax.jbi.component.Bootstrap
Throws:
javax.jbi.JBIException

doOnUninstall

protected void doOnUninstall()
                      throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception


Copyright © 2005-2012 FuseSource. All Rights Reserved.