public static enum ReplicationDomainCfgDefn.IsolationPolicy extends Enum<ReplicationDomainCfgDefn.IsolationPolicy>
Specifies the behavior of the directory server if a write operation is attempted on the data within the Replication Domain when none of the configured Replication Servers are available.
Enum Constant and Description |
---|
ACCEPT_ALL_UPDATES
Indicates that updates should be accepted even though it is not
possible to send them to any Replication Server.
|
REJECT_ALL_UPDATES
Indicates that all updates attempted on this Replication Domain
are rejected when no Replication Server is available.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReplicationDomainCfgDefn.IsolationPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationDomainCfgDefn.IsolationPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationDomainCfgDefn.IsolationPolicy ACCEPT_ALL_UPDATES
public static final ReplicationDomainCfgDefn.IsolationPolicy REJECT_ALL_UPDATES
public static ReplicationDomainCfgDefn.IsolationPolicy[] values()
for (ReplicationDomainCfgDefn.IsolationPolicy c : ReplicationDomainCfgDefn.IsolationPolicy.values()) System.out.println(c);
public static ReplicationDomainCfgDefn.IsolationPolicy 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 nullpublic String toString()
toString
in class Enum<ReplicationDomainCfgDefn.IsolationPolicy>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.