public static enum RemoteSiteDef.SiteRemoteState extends java.lang.Enum<RemoteSiteDef.SiteRemoteState>
| Enum Constant and Description |
|---|
NORMAL
Remote site is ready for routing write action to the local site
|
REPLAYING
Remote site is replaying pending router write actions to the local site
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static RemoteSiteDef.SiteRemoteState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteSiteDef.SiteRemoteState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteSiteDef.SiteRemoteState NORMAL
public static final RemoteSiteDef.SiteRemoteState REPLAYING
public static RemoteSiteDef.SiteRemoteState[] values()
for (RemoteSiteDef.SiteRemoteState c : RemoteSiteDef.SiteRemoteState.values()) System.out.println(c);
public static RemoteSiteDef.SiteRemoteState 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 nullpublic int getValue()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.