Uses of Class
org.apache.servicemix.common.BaseLifeCycle

Packages that use BaseLifeCycle
org.apache.servicemix.common Base classes to write JBI standard Binding Components and Service Engines 
 

Uses of BaseLifeCycle in org.apache.servicemix.common
 

Subclasses of BaseLifeCycle in org.apache.servicemix.common
 class DefaultComponent
          A useful base class for writing new JBI components which includes the ComponentLifeCycle interface methods so that you can write a new component in a single class with minimal overloading.
 

Fields in org.apache.servicemix.common declared as BaseLifeCycle
protected  BaseLifeCycle BaseComponent.lifeCycle
           
 

Methods in org.apache.servicemix.common that return BaseLifeCycle
protected  BaseLifeCycle BaseComponent.createLifeCycle()
          Create the life cycle object.
 



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