public enum MAPRefuseReason extends java.lang.Enum<MAPRefuseReason>
| Enum Constant and Description |
|---|
ApplicationContextNotSupported |
InvalidDestinationReference |
InvalidOriginatingReference |
NoReasonGiven |
PotentialVersionIncompatibility |
RemoteNodeNotReachable |
| Modifier and Type | Method and Description |
|---|---|
static MAPRefuseReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPRefuseReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPRefuseReason ApplicationContextNotSupported
public static final MAPRefuseReason InvalidDestinationReference
public static final MAPRefuseReason InvalidOriginatingReference
public static final MAPRefuseReason NoReasonGiven
public static final MAPRefuseReason RemoteNodeNotReachable
public static final MAPRefuseReason PotentialVersionIncompatibility
public static MAPRefuseReason[] values()
for (MAPRefuseReason c : MAPRefuseReason.values()) System.out.println(c);
public static MAPRefuseReason 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 namejava.lang.NullPointerException - if the argument is nullCopyright © 2012. All Rights Reserved.