Uses of Class
org.ow2.petals.container.lifecycle.ServiceUnitLifeCycle

Packages that use ServiceUnitLifeCycle
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.management.admin   
org.ow2.petals.jbi.management.task.deployment.undeploy   
org.ow2.petals.jbi.messaging.routing   
 

Uses of ServiceUnitLifeCycle in org.ow2.petals.container.lifecycle
 

Methods in org.ow2.petals.container.lifecycle that return types with arguments of type ServiceUnitLifeCycle
 java.util.List<ServiceUnitLifeCycle> ServiceAssemblyLifeCycle.getServiceUnitLifeCycles()
           
 

Methods in org.ow2.petals.container.lifecycle with parameters of type ServiceUnitLifeCycle
 void ServiceAssemblyLifeCycle.registerSU(ServiceUnitLifeCycle serviceUnitLifeCycle)
          Register a ServiceUnitLifeCycle into a synchronized map of the ServiceAssemblyLifeCycle
 void ServiceAssemblyLifeCycle.unregisterSU(ServiceUnitLifeCycle serviceUnitLifeCycle)
          Unregister a ServiceUnitLifeCycle from a synchronized map of the ServiceAssemblyLifeCycle
 

Uses of ServiceUnitLifeCycle in org.ow2.petals.jbi.management.admin
 

Methods in org.ow2.petals.jbi.management.admin that return types with arguments of type ServiceUnitLifeCycle
 java.util.List<ServiceUnitLifeCycle> AdminService.getServiceUnitsLifeCyclesForComponent(java.lang.String component)
           
 java.util.List<ServiceUnitLifeCycle> AdminServiceImpl.getServiceUnitsLifeCyclesForComponent(java.lang.String component)
           
 

Uses of ServiceUnitLifeCycle in org.ow2.petals.jbi.management.task.deployment.undeploy
 

Methods in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type ServiceUnitLifeCycle
protected  java.lang.String UndeployAllSUsTask.undeploySU(ServiceUnitLifeCycle suLifeCycle)
          Process the undeployment of the given service unit.
 

Uses of ServiceUnitLifeCycle in org.ow2.petals.jbi.messaging.routing
 

Method parameters in org.ow2.petals.jbi.messaging.routing with type arguments of type ServiceUnitLifeCycle
 void RouterServiceImpl.modifiedSALifeCycle(java.util.List<ServiceUnitLifeCycle> serviceUnitLifeCycles)
           
 void RouterService.modifiedSALifeCycle(java.util.List<ServiceUnitLifeCycle> serviceUnitLifes)
          Inform that a SA life-cycle has changed its state.
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.