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