|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceUnitLifeCycle | |
---|---|
org.ow2.petals.microkernel.api.container | |
org.ow2.petals.microkernel.api.jbi.management | |
org.ow2.petals.microkernel.api.jbi.messaging |
Uses of ServiceUnitLifeCycle in org.ow2.petals.microkernel.api.container |
---|
Methods in org.ow2.petals.microkernel.api.container that return types with arguments of type ServiceUnitLifeCycle | |
---|---|
List<ServiceUnitLifeCycle> |
ServiceAssemblyLifeCycle.getServiceUnitLifeCycles()
|
Methods in org.ow2.petals.microkernel.api.container 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.microkernel.api.jbi.management |
---|
Methods in org.ow2.petals.microkernel.api.jbi.management that return types with arguments of type ServiceUnitLifeCycle | |
---|---|
List<ServiceUnitLifeCycle> |
AdminService.getServiceUnitsLifeCyclesForComponent(String component)
|
Uses of ServiceUnitLifeCycle in org.ow2.petals.microkernel.api.jbi.messaging |
---|
Method parameters in org.ow2.petals.microkernel.api.jbi.messaging with type arguments of type ServiceUnitLifeCycle | |
---|---|
void |
RouterService.modifiedSALifeCycle(List<ServiceUnitLifeCycle> serviceUnitLifes)
Inform that a SA life-cycle has changed its state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |