|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.dispatcher.dto.AutomaticFailoverReasonTypeEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||

java.lang.Objectjava.lang.Enum<AutomaticFailoverReasonTypeEnumType>
com.rim.bes.basplugin.dispatcher.dto.AutomaticFailoverReasonTypeEnumType
public enum AutomaticFailoverReasonTypeEnumType
Java class for AutomaticFailoverReasonTypeEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AutomaticFailoverReasonTypeEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NONE"/>
<enumeration value="STATUS_ACTIVE_HEALTH_LOW"/>
<enumeration value="STATUS_ACTIVE_HEALTH_OLD"/>
<enumeration value="STATUS_NO_HEALTH_BY_RPC"/>
<enumeration value="STATUS_NO_RPC_TO_ACTIVE_BES"/>
<enumeration value="STATUS_NO_PING_TO_ACTIVE_BES"/>
<enumeration value="STATUS_NO_ACTIVE_BES"/>
<enumeration value="STATUS_SERVICE_NOT_FOUND"/>
<enumeration value="STATUS_SERVICE_NOT_RUNNING"/>
<enumeration value="STATUS_WAITING_FOR_SRP"/>
<enumeration value="STATUS_ACTIVE_HEALTH_LOW_WAITING_FOR_SRP"/>
<enumeration value="STATUS_ACTIVE_HEALTH_OLD_WAITING_FOR_SRP"/>
<enumeration value="STATUS_NO_HEALTH_BY_RPC_WAITING_FOR_SRP"/>
<enumeration value="STATUS_NO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRP"/>
<enumeration value="STATUS_NO_PING_TO_ACTIVE_BES_WAITING_FOR_SRP"/>
<enumeration value="STATUS_NO_ACTIVE_BES_WAITING_FOR_SRP"/>
<enumeration value="STATUS_SERVICE_NOT_FOUND_WAITING_FOR_SRP"/>
<enumeration value="STATUS_SERVICE_NOT_RUNNING_WAITING_FOR_SRP"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static AutomaticFailoverReasonTypeEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static AutomaticFailoverReasonTypeEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AutomaticFailoverReasonTypeEnumType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AutomaticFailoverReasonTypeEnumType NONE
public static final AutomaticFailoverReasonTypeEnumType STATUS_ACTIVE_HEALTH_LOW
public static final AutomaticFailoverReasonTypeEnumType STATUS_ACTIVE_HEALTH_OLD
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_HEALTH_BY_RPC
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_RPC_TO_ACTIVE_BES
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_PING_TO_ACTIVE_BES
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_ACTIVE_BES
public static final AutomaticFailoverReasonTypeEnumType STATUS_SERVICE_NOT_FOUND
public static final AutomaticFailoverReasonTypeEnumType STATUS_SERVICE_NOT_RUNNING
public static final AutomaticFailoverReasonTypeEnumType STATUS_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_ACTIVE_HEALTH_LOW_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_ACTIVE_HEALTH_OLD_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_HEALTH_BY_RPC_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_RPC_TO_ACTIVE_BES_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_PING_TO_ACTIVE_BES_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_NO_ACTIVE_BES_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_SERVICE_NOT_FOUND_WAITING_FOR_SRP
public static final AutomaticFailoverReasonTypeEnumType STATUS_SERVICE_NOT_RUNNING_WAITING_FOR_SRP
| Method Detail |
|---|
public static AutomaticFailoverReasonTypeEnumType[] values()
for (AutomaticFailoverReasonTypeEnumType c : AutomaticFailoverReasonTypeEnumType.values()) System.out.println(c);
public static AutomaticFailoverReasonTypeEnumType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static AutomaticFailoverReasonTypeEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.dispatcher.dto.AutomaticFailoverReasonTypeEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||