| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.instance | |
| org.apache.stratos.messaging.domain.topology |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
ClusterInstance.getCurrentState()
Get the current state
|
ClusterStatus |
ClusterInstance.getPreviousState()
Retrieves the previous state
|
ClusterStatus |
ClusterInstance.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Stack<ClusterStatus> |
ClusterInstance.getTransitionedStates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterInstance.isStateTransitionValid(ClusterStatus newState) |
boolean |
ClusterInstance.setStatus(ClusterStatus newState) |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
Cluster.getStatus(String applicationInstanceId) |
static ClusterStatus |
ClusterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatus[] |
ClusterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stack<ClusterStatus> |
Cluster.getTransitionedStates(String clusterInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Cluster.isStateTransitionValid(ClusterStatus newState,
String clusterInstanceId) |
boolean |
Cluster.setStatus(ClusterStatus newStatus,
String applicationInstanceId) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.