|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceAssemblyLifeCycle in org.ow2.petals.container |
|---|
| Methods in org.ow2.petals.container with parameters of type ServiceAssemblyLifeCycle | |
|---|---|
void |
ContainerService.removeServiceAssemblyLifeCycle(ServiceAssemblyLifeCycle sa)
remove a service assembly life cycle. |
void |
ContainerServiceImpl.removeServiceAssemblyLifeCycle(ServiceAssemblyLifeCycle sa)
remove a service assembly life cycle. |
| Uses of ServiceAssemblyLifeCycle in org.ow2.petals.jbi.management |
|---|
| Methods in org.ow2.petals.jbi.management that return ServiceAssemblyLifeCycle | |
|---|---|
ServiceAssemblyLifeCycle |
Context.getSaLifeCycle()
|
| Methods in org.ow2.petals.jbi.management with parameters of type ServiceAssemblyLifeCycle | |
|---|---|
void |
Context.setSaLifeCycle(ServiceAssemblyLifeCycle saLifeCycle)
|
| Uses of ServiceAssemblyLifeCycle in org.ow2.petals.jbi.management.admin |
|---|
| Methods in org.ow2.petals.jbi.management.admin that return ServiceAssemblyLifeCycle | |
|---|---|
ServiceAssemblyLifeCycle |
AdminService.getServiceAssemblyByName(java.lang.String saName)
Get the ServiceAssemblyLifeCycle by its unique name. |
ServiceAssemblyLifeCycle |
AdminServiceImpl.getServiceAssemblyByName(java.lang.String saName)
|
| Methods in org.ow2.petals.jbi.management.admin that return types with arguments of type ServiceAssemblyLifeCycle | |
|---|---|
java.util.Map<java.lang.String,ServiceAssemblyLifeCycle> |
AdminService.getServiceAssemblies()
Get the map of ServiceAssemblyLifeCycle by names. |
java.util.Map<java.lang.String,ServiceAssemblyLifeCycle> |
AdminServiceImpl.getServiceAssemblies()
|
| Methods in org.ow2.petals.jbi.management.admin with parameters of type ServiceAssemblyLifeCycle | |
|---|---|
void |
AdminService.registerServiceAssembly(ServiceAssemblyLifeCycle serviceAssemblyLifeCycle,
java.lang.String name)
|
void |
AdminServiceImpl.registerServiceAssembly(ServiceAssemblyLifeCycle serviceAssemblyLifeCycle,
java.lang.String name)
|
| Uses of ServiceAssemblyLifeCycle in org.ow2.petals.jbi.management.task.deployment.deploy |
|---|
| Methods in org.ow2.petals.jbi.management.task.deployment.deploy that return ServiceAssemblyLifeCycle | |
|---|---|
protected ServiceAssemblyLifeCycle |
RegisterSALifeCycleTask.createSALifeCycle(org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor)
Creates a new ServiceAssemblyLifeCycle |
| Methods in org.ow2.petals.jbi.management.task.deployment.deploy with parameters of type ServiceAssemblyLifeCycle | |
|---|---|
protected java.util.List<TaskProcessor> |
DeployAllSUTask.deploySUS(java.net.URL installationUrl,
ServiceAssemblyLifeCycle saLifeCycle,
org.ow2.petals.jbi.descriptor.original.generated.Jbi descriptor,
java.util.Map<java.lang.String,java.net.URL> suInstallUrls,
XMLResult xmlResult)
Deploy all Service Units to the JBI container |
| Uses of ServiceAssemblyLifeCycle in org.ow2.petals.jbi.management.task.deployment.undeploy |
|---|
| Methods in org.ow2.petals.jbi.management.task.deployment.undeploy that return ServiceAssemblyLifeCycle | |
|---|---|
protected ServiceAssemblyLifeCycle |
RetrieveSALifeCycleTask.retrieveServiceAssemblyLifeCycle(java.lang.String saName)
Retrieve the ServiceAssemblyLifeCycle matching the given service
assembly name. |
| Methods in org.ow2.petals.jbi.management.task.deployment.undeploy with parameters of type ServiceAssemblyLifeCycle | |
|---|---|
protected void |
RemoveAllConnectionsTask.removeConnections(ServiceAssemblyLifeCycle saLifeCycle)
Remove all connections registered during the SA deployment process |
protected void |
UndeployAllSUsTask.undeploySUS(ServiceAssemblyLifeCycle saLifeCycle,
XMLResult xmlResult)
Undeploy all SUs by calling the "undeploySU" method of the corresponding SUDeploymentManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||