| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ReplicationTargetType>
org.openspaces.admin.space.ReplicationTargetType
public enum ReplicationTargetType
Specified the replication target type
| Enum Constant Summary | |
|---|---|
DURABLE_NOTIFICATION
The target is a registered durable notification  | 
|
GATEWAY
The target is a gateway  | 
|
LOCAL_VIEW
The target is a local view  | 
|
MIRROR_SERVICE
The target is a mirror service  | 
|
SPACE_INSTANCE
The target is a space instance  | 
|
| Method Summary | |
|---|---|
static ReplicationTargetType | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static ReplicationTargetType[] | 
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 ReplicationTargetType SPACE_INSTANCE
public static final ReplicationTargetType MIRROR_SERVICE
public static final ReplicationTargetType GATEWAY
public static final ReplicationTargetType LOCAL_VIEW
public static final ReplicationTargetType DURABLE_NOTIFICATION
| Method Detail | 
|---|
public static ReplicationTargetType[] values()
for (ReplicationTargetType c : ReplicationTargetType.values()) System.out.println(c);
public static ReplicationTargetType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||