|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerInformation | |
|---|---|
| org.ow2.petals.kernel.ws.api | |
| org.ow2.petals.kernel.ws.api.to | |
| Uses of ContainerInformation in org.ow2.petals.kernel.ws.api |
|---|
| Methods in org.ow2.petals.kernel.ws.api that return ContainerInformation | |
|---|---|
ContainerInformation |
TopologyService.getContainerInformation(java.lang.String containerName)
Get the container information for a given container |
| Methods in org.ow2.petals.kernel.ws.api that return types with arguments of type ContainerInformation | |
|---|---|
java.util.List<ContainerInformation> |
TopologyService.getAllContainerInformation()
Get the information for all the known containers |
java.util.List<ContainerInformation> |
TopologyService.getAllPeerContainerInformationForLocalSubdomain()
Returns a list with the configurations of all the known containers of the local subdomain, if it uses a flooding policy. |
java.util.List<ContainerInformation> |
TopologyService.getAllSlaveContainerInformationForLocalSubdomain()
Returns a list with the configurations of all the known slaves in the local subdomain. |
java.util.List<ContainerInformation> |
TopologyService.getMasterContainerInformation()
Returns a list with the master container configuration for the local subdomain. |
| Methods in org.ow2.petals.kernel.ws.api with parameters of type ContainerInformation | |
|---|---|
void |
TopologyService.addContainerInformation(ContainerInformation addedContainer,
java.lang.String subdomainName)
Add a new container onto the list of registered containers. |
| Uses of ContainerInformation in org.ow2.petals.kernel.ws.api.to |
|---|
| Methods in org.ow2.petals.kernel.ws.api.to that return types with arguments of type ContainerInformation | |
|---|---|
java.util.List<ContainerInformation> |
SubdomainInformation.getContainers()
|
| Method parameters in org.ow2.petals.kernel.ws.api.to with type arguments of type ContainerInformation | |
|---|---|
void |
SubdomainInformation.setContainers(java.util.List<ContainerInformation> containers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||