Package | Description |
---|---|
org.ow2.petals.microkernel.api.container | |
org.ow2.petals.microkernel.api.jbi.management |
Modifier and Type | Method and Description |
---|---|
ServiceAssemblyLifeCycle |
ContainerService.createServiceAssemblyLifeCycle(org.ow2.petals.jbi.descriptor.original.generated.ServiceAssembly sa)
Create a JBI service assembly life cycle and its associated Fractal component, from its description, and then
starts it
|
ServiceAssemblyLifeCycle |
ContainerService.getServiceAssemblyByName(String saName)
Get the JBI service assembly life cycle (
ServiceAssemblyLifeCycle ) by its unique name. |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceAssemblyLifeCycle> |
ContainerService.getServiceAssemblies()
Get the map of
ServiceAssemblyLifeCycle s by name |
Modifier and Type | Method and Description |
---|---|
ServiceAssemblyLifeCycle |
Context.getSaLifeCycle() |
Modifier and Type | Method and Description |
---|---|
void |
Context.setSaLifeCycle(ServiceAssemblyLifeCycle saLifeCycle) |
Copyright © 2005-2016 Linagora. All Rights Reserved.