|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerConfiguration.ContainerState | |
|---|---|
| org.ow2.petals.communication.topology | |
| org.ow2.petals.kernel.configuration | |
| Uses of ContainerConfiguration.ContainerState in org.ow2.petals.communication.topology |
|---|
| Methods in org.ow2.petals.communication.topology with parameters of type ContainerConfiguration.ContainerState | |
|---|---|
java.util.Set<ContainerConfiguration> |
TopologyServiceImpl.getContainersConfiguration(ContainerConfiguration.ContainerState state)
Get all the containers where the state is the same than the given one. |
java.util.Set<ContainerConfiguration> |
TopologyService.getContainersConfiguration(ContainerConfiguration.ContainerState state)
Get all the containers where the state is the same than the given one. |
void |
TopologyServiceImpl.setContainerState(java.lang.String containerName,
ContainerConfiguration.ContainerState state)
Set the given state to the give container. |
void |
TopologyService.setContainerState(java.lang.String containerName,
ContainerConfiguration.ContainerState state)
Set the given state to the give container. |
| Uses of ContainerConfiguration.ContainerState in org.ow2.petals.kernel.configuration |
|---|
| Methods in org.ow2.petals.kernel.configuration that return ContainerConfiguration.ContainerState | |
|---|---|
ContainerConfiguration.ContainerState |
ContainerConfiguration.getState()
|
static ContainerConfiguration.ContainerState |
ContainerConfiguration.ContainerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContainerConfiguration.ContainerState[] |
ContainerConfiguration.ContainerState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.ow2.petals.kernel.configuration with parameters of type ContainerConfiguration.ContainerState | |
|---|---|
void |
ConfigurationServiceImpl.setContainerState(ContainerConfiguration.ContainerState state)
Set the running state of the local container. |
void |
ConfigurationService.setContainerState(ContainerConfiguration.ContainerState state)
Set the running state of the local container. |
void |
ContainerConfiguration.setState(ContainerConfiguration.ContainerState state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||