Uses of Class
org.ow2.clif.storage.api.LifeCycleEvent

Packages that use LifeCycleEvent
org.ow2.clif.datacollector.api API (Java interfaces and Fractal component types) specifying data collector components. 
org.ow2.clif.datacollector.lib Generic implementations of data collectors. 
 

Uses of LifeCycleEvent in org.ow2.clif.datacollector.api
 

Methods in org.ow2.clif.datacollector.api with parameters of type LifeCycleEvent
 boolean DataCollectorFilter.accept(LifeCycleEvent event)
           
 void DataCollectorWrite.add(LifeCycleEvent event)
          Add a new lifecycle event
 

Uses of LifeCycleEvent in org.ow2.clif.datacollector.lib
 

Methods in org.ow2.clif.datacollector.lib with parameters of type LifeCycleEvent
 boolean GenericFilter.accept(LifeCycleEvent event)
           
 void AbstractDataCollector.add(LifeCycleEvent event)
          Add a new lifecycle event - simply forwards it to the Storage Proxy component unless it is rejected by current DataCollectorFilter.