javax.jbi.component
Interface Bootstrap


public interface Bootstrap


Method Summary
 void cleanUp()
           
 javax.management.ObjectName getExtensionMBeanName()
           
 void init(InstallationContext installContext)
           
 void onInstall()
           
 void onUninstall()
           
 

Method Detail

init

void init(InstallationContext installContext)
          throws JBIException
Throws:
JBIException

cleanUp

void cleanUp()
             throws JBIException
Throws:
JBIException

getExtensionMBeanName

javax.management.ObjectName getExtensionMBeanName()

onInstall

void onInstall()
               throws JBIException
Throws:
JBIException

onUninstall

void onUninstall()
                 throws JBIException
Throws:
JBIException


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.