LDAP Classes
Implements Java LDAP

com.novell.ldap.extensions
Class ReplicationConstants

java.lang.Object
  extended bycom.novell.ldap.extensions.ReplicationConstants

public class ReplicationConstants
extends java.lang.Object

Contains a collection of constants used by the replication management in Novell LDAP extensions.


Field Summary
static java.lang.String ABORT_NAMING_CONTEXT_OP_REQ
          A constant for the abortPartitionOperationRequest OID.
static java.lang.String ABORT_NAMING_CONTEXT_OP_RES
          A constant for the abortPartitionOperationResponse OID.
static java.lang.String ADD_REPLICA_REQ
          A constant for the addReplicaRequest OID.
static java.lang.String ADD_REPLICA_RES
          A constant for the addReplicaResponse OID.
static java.lang.String CHANGE_REPLICA_TYPE_REQ
          A constant for the changeReplicaTypeRequest OID.
static java.lang.String CHANGE_REPLICA_TYPE_RES
          A constant for the changeReplicaTypeResponse OID.
static java.lang.String CREATE_NAMING_CONTEXT_REQ
          A constant for the SplitPartitionRequest OID.
static java.lang.String CREATE_NAMING_CONTEXT_RES
          A constant for the SplitPartitionResponse OID.
static java.lang.String CREATE_ORPHAN_NAMING_CONTEXT_REQ
          A constant for the splitOrphanPartitionRequest OID.
static java.lang.String CREATE_ORPHAN_NAMING_CONTEXT_RES
          A constant for the splitOrphanPartitionResponse OID.
static java.lang.String DELETE_REPLICA_REQ
          A constant for the removeReplicaRequest OID.
static java.lang.String DELETE_REPLICA_RES
          A constant for the removeReplicaResponse OID.
static java.lang.String GET_EFFECTIVE_PRIVILEGES_REQ
          A constant for the getEffectivePrivilegesRequest OID.
static java.lang.String GET_EFFECTIVE_PRIVILEGES_RES
          A constant for the getEffectivePrivilegesResponse OID.
static java.lang.String GET_IDENTITY_NAME_REQ
          A constant for the getContextIdentityNameRequest OID.
static java.lang.String GET_IDENTITY_NAME_RES
          A constant for the getContextIdentityNameResponse OID.
static java.lang.String GET_REPLICA_INFO_REQ
          A constant for the getReplicaInfoRequest OID.
static java.lang.String GET_REPLICA_INFO_RES
          A constant for the getReplicaInfoResponse OID.
static java.lang.String GET_REPLICATION_FILTER_REQ
          A constant for the getReplicationFilterRequest OID.
static java.lang.String GET_REPLICATION_FILTER_RES
          A constant for the getReplicationFilterResponse OID.
static int LDAP_DS_FLAG_BOUNDARY
          Indicates that this partition is on the DNS federation boundary.
static int LDAP_DS_FLAG_BUSY
          Indicates that the replica is involved with a partition operation, for example, merging a tree or moving a subtree.
static int LDAP_ENSURE_SERVERS_UP
          A constant that specifies that all servers in a replica ring must be running for a partition operation to proceed.
static int LDAP_RS_BEGIN_ADD
          Indicates that the subordinate references of the new replica are being added.
static int LDAP_RS_DEAD_REPLICA
          Indicates that the dying replica needs to synchronize with another replica before being converted either to an external reference, if a root replica, or to a subordinate reference, if a non-root replica.
static int LDAP_RS_DYING_REPLICA
          Indicates that the replica is being deleted and that the request has been received.
static int LDAP_RS_JS_0
          Indicates that that two partitions are in the process of joining into one partition.
static int LDAP_RS_JS_1
          Indicates that that two partitions are in the process of joining into one partition.
static int LDAP_RS_JS_2
          Indicates that that two partitions are in the process of joining into one partition.
static int LDAP_RS_LOCKED
          Indicates that the replica is locked.
static int LDAP_RS_MASTER_DONE
          Indicates that a partition has a new master replica.
static int LDAP_RS_MASTER_START
          Indicates that a partition is receiving a new master replica.
static int LDAP_RS_NEW_REPLICA
          Indicates that a new replica has been added but has not received a full download of information from the replica ring.
static int LDAP_RS_ON
          Indicates that the replica is fully functioning and capable of responding to requests.
static int LDAP_RS_SS_0
          Indicates that the partition is going to split into two partitions.
static int LDAP_RS_SS_1
          Indicates that that the split partition operation has started.
static int LDAP_RS_TRANSITION_ON
          Indicates that a new replica has finished receiving its download from the master replica and is now receiving synchronization updates from other replicas.
static int LDAP_RT_MASTER
          Identifies this replica as the master replica of the partition.
static int LDAP_RT_READONLY
          Identifies this replica as a read-only replica of the partition.
static int LDAP_RT_SECONDARY
          Identifies this replica as a secondary replica of the partition.
static int LDAP_RT_SPARSE_READ
          Identifies this replica as a read-only replica of the partition, but the replica contains sparse data.
static int LDAP_RT_SPARSE_WRITE
          Identifies this replica as a read/write replica of the partition, but the replica contains sparse data.
static int LDAP_RT_SUBREF
          Identifies this replica as a subordinate reference replica of the partition.
static java.lang.String LIST_REPLICAS_REQ
          A constant for the listReplicaRequest OID.
static java.lang.String LIST_REPLICAS_RES
          A constant for the listReplicaResponse OID.
static java.lang.String MERGE_NAMING_CONTEXT_REQ
          A constant for the mergePartitionRequest OID.
static java.lang.String MERGE_NAMING_CONTEXT_RES
          A constant for the mergePartitionResponse OID.
static java.lang.String NAMING_CONTEXT_COUNT_REQ
          A constant for the partitionEntryCountRequest OID.
static java.lang.String NAMING_CONTEXT_COUNT_RES
          A constant for the partitionEntryCountResponse OID.
static java.lang.String NAMING_CONTEXT_SYNC_REQ
          A constant for the requestPartitionSyncRequest OID.
static java.lang.String NAMING_CONTEXT_SYNC_RES
          A constant for the requestPartitionSyncResponse OID.
static java.lang.String RECEIVE_ALL_UPDATES_REQ
          A constant for the receiveAllUpdatesRequest OID.
static java.lang.String RECEIVE_ALL_UPDATES_RES
          A constant for the receiveAllUpdatesResponse OID.
static java.lang.String REFRESH_SERVER_REQ
          A constant for the refreshServerRequest OID.
static java.lang.String REFRESH_SERVER_RES
          A constant for the refreshServerResponse OID.
static java.lang.String REMOVE_ORPHAN_NAMING_CONTEXT_REQ
          A constant for the removeOrphanPartitionRequest OID.
static java.lang.String REMOVE_ORPHAN_NAMING_CONTEXT_RES
          A constant for the removeOrphanPartitionResponse OID.
static java.lang.String SCHEMA_SYNC_REQ
          A constant for the requestSchemaSyncRequest OID.
static java.lang.String SCHEMA_SYNC_RES
          A constant for the requestSchemaSyncResponse OID.
static java.lang.String SEND_ALL_UPDATES_REQ
          A constant for the sendAllUpdatesRequest OID.
static java.lang.String SEND_ALL_UPDATES_RES
          A constant for the sendAllUpdatesResponse OID.
static java.lang.String SET_REPLICATION_FILTER_REQ
          A constant for the setReplicationFilterRequest OID.
static java.lang.String SET_REPLICATION_FILTER_RES
          A constant for the setReplicationFilterResponse OID.
static java.lang.String TRIGGER_BKLINKER_REQ
          A constant for the triggerBackLinkerRequest OID.
static java.lang.String TRIGGER_BKLINKER_RES
          A constant for the triggerBackLinkerResponse OID.
static java.lang.String TRIGGER_JANITOR_REQ
          A constant for the triggerJanitorRequest OID.
static java.lang.String TRIGGER_JANITOR_RES
          A constant for the triggerJanitorResponse OID.
static java.lang.String TRIGGER_LIMBER_REQ
          A constant for the triggerLimberRequest OID.
static java.lang.String TRIGGER_LIMBER_RES
          A constant for the triggerLimberResponse OID.
static java.lang.String TRIGGER_PART_PURGE_REQ
          A constant for the triggerPartitionPurgeRequest OID.
static java.lang.String TRIGGER_PART_PURGE_RES
          A constant for the triggerPartitionPurgeResponse OID.
static java.lang.String TRIGGER_SCHEMA_SYNC_REQ
          A constant for the triggerSchemaSyncRequest OID.
static java.lang.String TRIGGER_SCHEMA_SYNC_RES
          A constant for the triggerSchemaSyncResponse OID.
static java.lang.String TRIGGER_SKULKER_REQ
          A constant for the triggerSkulkerRequest OID.
static java.lang.String TRIGGER_SKULKER_RES
          A constant for the triggerSkulkerResponse OID.
 
Constructor Summary
ReplicationConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_NAMING_CONTEXT_REQ

public static final java.lang.String CREATE_NAMING_CONTEXT_REQ
A constant for the SplitPartitionRequest OID.

See Also:
Constant Field Values

CREATE_NAMING_CONTEXT_RES

public static final java.lang.String CREATE_NAMING_CONTEXT_RES
A constant for the SplitPartitionResponse OID.

See Also:
Constant Field Values

MERGE_NAMING_CONTEXT_REQ

public static final java.lang.String MERGE_NAMING_CONTEXT_REQ
A constant for the mergePartitionRequest OID.

See Also:
Constant Field Values

MERGE_NAMING_CONTEXT_RES

public static final java.lang.String MERGE_NAMING_CONTEXT_RES
A constant for the mergePartitionResponse OID.

See Also:
Constant Field Values

ADD_REPLICA_REQ

public static final java.lang.String ADD_REPLICA_REQ
A constant for the addReplicaRequest OID.

See Also:
Constant Field Values

ADD_REPLICA_RES

public static final java.lang.String ADD_REPLICA_RES
A constant for the addReplicaResponse OID.

See Also:
Constant Field Values

REFRESH_SERVER_REQ

public static final java.lang.String REFRESH_SERVER_REQ
A constant for the refreshServerRequest OID.

See Also:
Constant Field Values

REFRESH_SERVER_RES

public static final java.lang.String REFRESH_SERVER_RES
A constant for the refreshServerResponse OID.

See Also:
Constant Field Values

DELETE_REPLICA_REQ

public static final java.lang.String DELETE_REPLICA_REQ
A constant for the removeReplicaRequest OID.

See Also:
Constant Field Values

DELETE_REPLICA_RES

public static final java.lang.String DELETE_REPLICA_RES
A constant for the removeReplicaResponse OID.

See Also:
Constant Field Values

NAMING_CONTEXT_COUNT_REQ

public static final java.lang.String NAMING_CONTEXT_COUNT_REQ
A constant for the partitionEntryCountRequest OID.

See Also:
Constant Field Values

NAMING_CONTEXT_COUNT_RES

public static final java.lang.String NAMING_CONTEXT_COUNT_RES
A constant for the partitionEntryCountResponse OID.

See Also:
Constant Field Values

CHANGE_REPLICA_TYPE_REQ

public static final java.lang.String CHANGE_REPLICA_TYPE_REQ
A constant for the changeReplicaTypeRequest OID.

See Also:
Constant Field Values

CHANGE_REPLICA_TYPE_RES

public static final java.lang.String CHANGE_REPLICA_TYPE_RES
A constant for the changeReplicaTypeResponse OID.

See Also:
Constant Field Values

GET_REPLICA_INFO_REQ

public static final java.lang.String GET_REPLICA_INFO_REQ
A constant for the getReplicaInfoRequest OID.

See Also:
Constant Field Values

GET_REPLICA_INFO_RES

public static final java.lang.String GET_REPLICA_INFO_RES
A constant for the getReplicaInfoResponse OID.

See Also:
Constant Field Values

LIST_REPLICAS_REQ

public static final java.lang.String LIST_REPLICAS_REQ
A constant for the listReplicaRequest OID.

See Also:
Constant Field Values

LIST_REPLICAS_RES

public static final java.lang.String LIST_REPLICAS_RES
A constant for the listReplicaResponse OID.

See Also:
Constant Field Values

RECEIVE_ALL_UPDATES_REQ

public static final java.lang.String RECEIVE_ALL_UPDATES_REQ
A constant for the receiveAllUpdatesRequest OID.

See Also:
Constant Field Values

RECEIVE_ALL_UPDATES_RES

public static final java.lang.String RECEIVE_ALL_UPDATES_RES
A constant for the receiveAllUpdatesResponse OID.

See Also:
Constant Field Values

SEND_ALL_UPDATES_REQ

public static final java.lang.String SEND_ALL_UPDATES_REQ
A constant for the sendAllUpdatesRequest OID.

See Also:
Constant Field Values

SEND_ALL_UPDATES_RES

public static final java.lang.String SEND_ALL_UPDATES_RES
A constant for the sendAllUpdatesResponse OID.

See Also:
Constant Field Values

NAMING_CONTEXT_SYNC_REQ

public static final java.lang.String NAMING_CONTEXT_SYNC_REQ
A constant for the requestPartitionSyncRequest OID.

See Also:
Constant Field Values

NAMING_CONTEXT_SYNC_RES

public static final java.lang.String NAMING_CONTEXT_SYNC_RES
A constant for the requestPartitionSyncResponse OID.

See Also:
Constant Field Values

SCHEMA_SYNC_REQ

public static final java.lang.String SCHEMA_SYNC_REQ
A constant for the requestSchemaSyncRequest OID.

See Also:
Constant Field Values

SCHEMA_SYNC_RES

public static final java.lang.String SCHEMA_SYNC_RES
A constant for the requestSchemaSyncResponse OID.

See Also:
Constant Field Values

ABORT_NAMING_CONTEXT_OP_REQ

public static final java.lang.String ABORT_NAMING_CONTEXT_OP_REQ
A constant for the abortPartitionOperationRequest OID.

See Also:
Constant Field Values

ABORT_NAMING_CONTEXT_OP_RES

public static final java.lang.String ABORT_NAMING_CONTEXT_OP_RES
A constant for the abortPartitionOperationResponse OID.

See Also:
Constant Field Values

GET_IDENTITY_NAME_REQ

public static final java.lang.String GET_IDENTITY_NAME_REQ
A constant for the getContextIdentityNameRequest OID.

See Also:
Constant Field Values

GET_IDENTITY_NAME_RES

public static final java.lang.String GET_IDENTITY_NAME_RES
A constant for the getContextIdentityNameResponse OID.

See Also:
Constant Field Values

GET_EFFECTIVE_PRIVILEGES_REQ

public static final java.lang.String GET_EFFECTIVE_PRIVILEGES_REQ
A constant for the getEffectivePrivilegesRequest OID.

See Also:
Constant Field Values

GET_EFFECTIVE_PRIVILEGES_RES

public static final java.lang.String GET_EFFECTIVE_PRIVILEGES_RES
A constant for the getEffectivePrivilegesResponse OID.

See Also:
Constant Field Values

SET_REPLICATION_FILTER_REQ

public static final java.lang.String SET_REPLICATION_FILTER_REQ
A constant for the setReplicationFilterRequest OID.

See Also:
Constant Field Values

SET_REPLICATION_FILTER_RES

public static final java.lang.String SET_REPLICATION_FILTER_RES
A constant for the setReplicationFilterResponse OID.

See Also:
Constant Field Values

GET_REPLICATION_FILTER_REQ

public static final java.lang.String GET_REPLICATION_FILTER_REQ
A constant for the getReplicationFilterRequest OID.

See Also:
Constant Field Values

GET_REPLICATION_FILTER_RES

public static final java.lang.String GET_REPLICATION_FILTER_RES
A constant for the getReplicationFilterResponse OID.

See Also:
Constant Field Values

CREATE_ORPHAN_NAMING_CONTEXT_REQ

public static final java.lang.String CREATE_ORPHAN_NAMING_CONTEXT_REQ
A constant for the splitOrphanPartitionRequest OID.

See Also:
Constant Field Values

CREATE_ORPHAN_NAMING_CONTEXT_RES

public static final java.lang.String CREATE_ORPHAN_NAMING_CONTEXT_RES
A constant for the splitOrphanPartitionResponse OID.

See Also:
Constant Field Values

REMOVE_ORPHAN_NAMING_CONTEXT_REQ

public static final java.lang.String REMOVE_ORPHAN_NAMING_CONTEXT_REQ
A constant for the removeOrphanPartitionRequest OID.

See Also:
Constant Field Values

REMOVE_ORPHAN_NAMING_CONTEXT_RES

public static final java.lang.String REMOVE_ORPHAN_NAMING_CONTEXT_RES
A constant for the removeOrphanPartitionResponse OID.

See Also:
Constant Field Values

TRIGGER_BKLINKER_REQ

public static final java.lang.String TRIGGER_BKLINKER_REQ
A constant for the triggerBackLinkerRequest OID.

See Also:
Constant Field Values

TRIGGER_BKLINKER_RES

public static final java.lang.String TRIGGER_BKLINKER_RES
A constant for the triggerBackLinkerResponse OID.

See Also:
Constant Field Values

TRIGGER_JANITOR_REQ

public static final java.lang.String TRIGGER_JANITOR_REQ
A constant for the triggerJanitorRequest OID.

See Also:
Constant Field Values

TRIGGER_JANITOR_RES

public static final java.lang.String TRIGGER_JANITOR_RES
A constant for the triggerJanitorResponse OID.

See Also:
Constant Field Values

TRIGGER_LIMBER_REQ

public static final java.lang.String TRIGGER_LIMBER_REQ
A constant for the triggerLimberRequest OID.

See Also:
Constant Field Values

TRIGGER_LIMBER_RES

public static final java.lang.String TRIGGER_LIMBER_RES
A constant for the triggerLimberResponse OID.

See Also:
Constant Field Values

TRIGGER_SKULKER_REQ

public static final java.lang.String TRIGGER_SKULKER_REQ
A constant for the triggerSkulkerRequest OID.

See Also:
Constant Field Values

TRIGGER_SKULKER_RES

public static final java.lang.String TRIGGER_SKULKER_RES
A constant for the triggerSkulkerResponse OID.

See Also:
Constant Field Values

TRIGGER_SCHEMA_SYNC_REQ

public static final java.lang.String TRIGGER_SCHEMA_SYNC_REQ
A constant for the triggerSchemaSyncRequest OID.

See Also:
Constant Field Values

TRIGGER_SCHEMA_SYNC_RES

public static final java.lang.String TRIGGER_SCHEMA_SYNC_RES
A constant for the triggerSchemaSyncResponse OID.

See Also:
Constant Field Values

TRIGGER_PART_PURGE_REQ

public static final java.lang.String TRIGGER_PART_PURGE_REQ
A constant for the triggerPartitionPurgeRequest OID.

See Also:
Constant Field Values

TRIGGER_PART_PURGE_RES

public static final java.lang.String TRIGGER_PART_PURGE_RES
A constant for the triggerPartitionPurgeResponse OID.

See Also:
Constant Field Values

LDAP_ENSURE_SERVERS_UP

public static final int LDAP_ENSURE_SERVERS_UP
A constant that specifies that all servers in a replica ring must be running for a partition operation to proceed.

See Also:
Constant Field Values

LDAP_RT_MASTER

public static final int LDAP_RT_MASTER
Identifies this replica as the master replica of the partition.

On this type of replica, entries can be modified, and partition operations can be performed.

See Also:
Constant Field Values

LDAP_RT_SECONDARY

public static final int LDAP_RT_SECONDARY
Identifies this replica as a secondary replica of the partition.

On this type of replica, read and write operations can be performed, and entries can be modified.

See Also:
Constant Field Values

LDAP_RT_READONLY

public static final int LDAP_RT_READONLY
Identifies this replica as a read-only replica of the partition.

Only Novell eDirectory synchronization processes can modified entries on this replica.

See Also:
Constant Field Values

LDAP_RT_SUBREF

public static final int LDAP_RT_SUBREF
Identifies this replica as a subordinate reference replica of the partition.

NOvell eDirectory automatically adds these replicas to a server when the server does not contain replicas of all child partitions. Only eDirectory can modify information on these types of replicas.

See Also:
Constant Field Values

LDAP_RT_SPARSE_WRITE

public static final int LDAP_RT_SPARSE_WRITE
Identifies this replica as a read/write replica of the partition, but the replica contains sparse data.

The replica has been configured to contain only specified object types and attributes. On this type of replica, only the attributes and objects contained in the sparse data can be modified.

See Also:
Constant Field Values

LDAP_RT_SPARSE_READ

public static final int LDAP_RT_SPARSE_READ
Identifies this replica as a read-only replica of the partition, but the replica contains sparse data.

The replica has been configured to contain only specified object types and attributes. On this type of replica, only Novell eDirectory synchronization processes can modify the sparse data.

See Also:
Constant Field Values

LDAP_RS_ON

public static final int LDAP_RS_ON
Indicates that the replica is fully functioning and capable of responding to requests.

See Also:
Constant Field Values

LDAP_RS_NEW_REPLICA

public static final int LDAP_RS_NEW_REPLICA
Indicates that a new replica has been added but has not received a full download of information from the replica ring.

See Also:
Constant Field Values

LDAP_RS_DYING_REPLICA

public static final int LDAP_RS_DYING_REPLICA
Indicates that the replica is being deleted and that the request has been received.

See Also:
Constant Field Values

LDAP_RS_LOCKED

public static final int LDAP_RS_LOCKED
Indicates that the replica is locked. The move operation uses this state to lock the parent partition of the child partition that is moving.

See Also:
Constant Field Values

LDAP_RS_TRANSITION_ON

public static final int LDAP_RS_TRANSITION_ON
Indicates that a new replica has finished receiving its download from the master replica and is now receiving synchronization updates from other replicas.

See Also:
Constant Field Values

LDAP_RS_DEAD_REPLICA

public static final int LDAP_RS_DEAD_REPLICA
Indicates that the dying replica needs to synchronize with another replica before being converted either to an external reference, if a root replica, or to a subordinate reference, if a non-root replica.

See Also:
Constant Field Values

LDAP_RS_BEGIN_ADD

public static final int LDAP_RS_BEGIN_ADD
Indicates that the subordinate references of the new replica are being added.

See Also:
Constant Field Values

LDAP_RS_MASTER_START

public static final int LDAP_RS_MASTER_START
Indicates that a partition is receiving a new master replica.

The replica that will be the new master replica is set to this state.

See Also:
Constant Field Values

LDAP_RS_MASTER_DONE

public static final int LDAP_RS_MASTER_DONE
Indicates that a partition has a new master replica.

When the new master is set to this state, Novell eDirectory knows that the replica is now the master and changes its replica type to master and the old master to read/write.

See Also:
Constant Field Values

LDAP_RS_SS_0

public static final int LDAP_RS_SS_0
Indicates that the partition is going to split into two partitions.

In this state, other replicas of the partition are informed of the pending split.

See Also:
Constant Field Values

LDAP_RS_SS_1

public static final int LDAP_RS_SS_1
Indicates that that the split partition operation has started.

When the split is finished, the state will change to RS_ON.

See Also:
Constant Field Values

LDAP_RS_JS_0

public static final int LDAP_RS_JS_0
Indicates that that two partitions are in the process of joining into one partition.

In this state, the replicas that are affected are informed of the join operation. The master replica of the parent and child partitions are first set to this state and then all the replicas of the parent and child. New replicas are added where needed.

See Also:
Constant Field Values

LDAP_RS_JS_1

public static final int LDAP_RS_JS_1
Indicates that that two partitions are in the process of joining into one partition.

This state indicates that the join operation is waiting for the new replicas to synchronize and move to the RS_ON state.

See Also:
Constant Field Values

LDAP_RS_JS_2

public static final int LDAP_RS_JS_2
Indicates that that two partitions are in the process of joining into one partition.

This state indicates that all the new replicas are in the RS_ON state and that the rest of the work can be completed.

See Also:
Constant Field Values

LDAP_DS_FLAG_BUSY

public static final int LDAP_DS_FLAG_BUSY
Indicates that the replica is involved with a partition operation, for example, merging a tree or moving a subtree.

See Also:
Constant Field Values

LDAP_DS_FLAG_BOUNDARY

public static final int LDAP_DS_FLAG_BOUNDARY
Indicates that this partition is on the DNS federation boundary. This flag is only set on DNS trees.

See Also:
Constant Field Values
Constructor Detail

ReplicationConstants

public ReplicationConstants()

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000