javax.jbi.component
Interface ComponentLifeCycle


public interface ComponentLifeCycle


Method Summary
 javax.management.ObjectName getExtensionMBeanName()
           
 void init(ComponentContext context)
           
 void shutDown()
           
 void start()
           
 void stop()
           
 

Method Detail

getExtensionMBeanName

javax.management.ObjectName getExtensionMBeanName()

init

void init(ComponentContext context)
          throws JBIException
Throws:
JBIException

shutDown

void shutDown()
              throws JBIException
Throws:
JBIException

start

void start()
           throws JBIException
Throws:
JBIException

stop

void stop()
          throws JBIException
Throws:
JBIException


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