javax.jbi.component
Interface ComponentLifeCycle


public interface ComponentLifeCycle


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

Method Detail

getExtensionMBeanName

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-2007 Apache Software Foundation. All Rights Reserved.