it.eng.spago.jbi.init
Class Bootstrap

java.lang.Object
  extended by it.eng.spago.jbi.init.Bootstrap

public class Bootstrap
extends java.lang.Object


Constructor Summary
Bootstrap()
           
 
Method Summary
 void cleanUp()
           
 javax.management.ObjectName getExtensionMBeanName()
           
 void init(InstallationContext context)
           
 void onInstall()
           
 void onUninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrap

public Bootstrap()
Method Detail

init

public void init(InstallationContext context)
          throws JBIException
Throws:
JBIException

cleanUp

public void cleanUp()
             throws JBIException
Throws:
JBIException

getExtensionMBeanName

public javax.management.ObjectName getExtensionMBeanName()

onInstall

public void onInstall()
               throws JBIException
Throws:
JBIException

onUninstall

public void onUninstall()
                 throws JBIException
Throws:
JBIException