| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.topology | |
| org.apache.stratos.messaging.event.topology |
| Modifier and Type | Method and Description |
|---|---|
MemberStatus |
Member.getStatus() |
static MemberStatus |
MemberStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberStatus[] |
MemberStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stack<MemberStatus> |
Member.getTransitionedStates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Member.isStateTransitionValid(MemberStatus newState) |
boolean |
Member.setStatus(MemberStatus newState) |
| Modifier and Type | Method and Description |
|---|---|
MemberStatus |
MemberMaintenanceModeEvent.getStatus() |
MemberStatus |
MemberReadyToShutdownEvent.getStatus() |
MemberStatus |
MemberStartedEvent.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberMaintenanceModeEvent.setStatus(MemberStatus status) |
void |
MemberReadyToShutdownEvent.setStatus(MemberStatus status) |
void |
MemberStartedEvent.setStatus(MemberStatus status) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.