public static enum AbstractReplicationSourceChannel.ChannelState extends Enum<AbstractReplicationSourceChannel.ChannelState>
| Enum Constant and Description | 
|---|
ACTIVE  | 
CONNECTED  | 
DISCONNECTED  | 
| Modifier and Type | Method and Description | 
|---|---|
static AbstractReplicationSourceChannel.ChannelState | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AbstractReplicationSourceChannel.ChannelState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final AbstractReplicationSourceChannel.ChannelState CONNECTED
public static final AbstractReplicationSourceChannel.ChannelState ACTIVE
public static final AbstractReplicationSourceChannel.ChannelState DISCONNECTED
public static AbstractReplicationSourceChannel.ChannelState[] values()
for (AbstractReplicationSourceChannel.ChannelState c : AbstractReplicationSourceChannel.ChannelState.values()) System.out.println(c);
public static AbstractReplicationSourceChannel.ChannelState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © GigaSpaces.