Searched defs:replication (Results 1 - 25 of 1248) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/
H A Dpackage-info.java31 * This package contains the code for the Multi-Master replication.
35 package org.opends.server.replication;
/forgerock/opendj2/src/server/org/opends/server/replication/
H A Dpackage-info.java30 * This package contains the code for the Multi-Master replication.
34 package org.opends.server.replication;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/
H A Dpackage-info.java31 * This package contains the code for the Multi-Master replication.
35 package org.opends.server.replication;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/
H A Dpackage-info.java31 * This package contains the code for the Multi-Master replication.
35 package org.opends.server.replication;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/
H A Dpackage-info.java30 * This package contains the code for the Multi-Master replication.
34 package org.opends.server.replication;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/
H A Dpackage-info.java30 * This package contains the code for the Multi-Master replication.
34 package org.opends.server.replication;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A Dpackage-info.java32 * below org.opends.server.replication.
43 * of the replication architecture (i.e : to know which changes
50 package org.opends.server.replication.common;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A Dpackage-info.java32 * replication code that works on the Directory Server side.
40 * server and the replication code.
45 * replication code. Most notably it contains the root method for
54 package org.opends.server.replication.plugin;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A Dpackage-info.java32 * This package contains the code used by the replication server and by the
41 * used by the replication server and the directory server to communicate.
48 * messages that are used for communication between the replication server and
55 package org.opends.server.replication.protocol;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A Dpackage-info.java33 * of the Multimaster replication feature.
36 * A replication server is responsible for :
40 * <li>Connect/manage connection to other replication servers.</li>
42 * <li>Forward changes to ldap server and other replication servers.</li>
51 * implements the multiplexing part of the replication
57 * server. It can manage replication servers of directory servers (may be it
76 package org.opends.server.replication.server;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A Dpackage-info.java32 * replication code that works on the Directory Server side.
40 package org.opends.server.replication.service;
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A Dpackage-info.java31 * below org.opends.server.replication.
42 * of the replication architecture (i.e : to know which changes
49 package org.opends.server.replication.common;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A Dpackage-info.java31 * replication code that works on the Directory Server side.
39 * server and the replication code.
44 * replication code. Most notably it contains the root method for
53 package org.opends.server.replication.plugin;
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A Dpackage-info.java31 * This package contains the code used by the replication server and by the
40 * used by the replication server and the directory server to communicate.
47 * messages that are used for communication between the replication server and
54 package org.opends.server.replication.protocol;
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A Dpackage-info.java32 * of the Multimaster replication feature.
35 * A replication server is responsible for :
39 * <li>Connect/manage connection to other replication servers.</li>
41 * <li>Forward changes to ldap server and other replication servers.</li>
50 * implements the multiplexing part of the replication
56 * server. It can manage replication servers of directory servers (may be it
75 package org.opends.server.replication.server;
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A Dpackage-info.java31 * replication code that works on the Directory Server side.
39 package org.opends.server.replication.service;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A Dpackage-info.java32 * below org.opends.server.replication.
43 * of the replication architecture (i.e : to know which changes
50 package org.opends.server.replication.common;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A Dpackage-info.java32 * replication code that works on the Directory Server side.
40 * server and the replication code.
45 * replication code. Most notably it contains the root method for
54 package org.opends.server.replication.plugin;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A Dpackage-info.java32 * This package contains the code used by the replication server and by the
41 * used by the replication server and the directory server to communicate.
48 * messages that are used for communication between the replication server and
55 package org.opends.server.replication.protocol;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A Dpackage-info.java33 * of the Multimaster replication feature.
36 * A replication server is responsible for :
40 * <li>Connect/manage connection to other replication servers.</li>
42 * <li>Forward changes to ldap server and other replication servers.</li>
51 * implements the multiplexing part of the replication
57 * server. It can manage replication servers of directory servers (may be it
76 package org.opends.server.replication.server;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A Dpackage-info.java32 * replication code that works on the Directory Server side.
40 package org.opends.server.replication.service;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A Dpackage-info.java32 * below org.opends.server.replication.
43 * of the replication architecture (i.e : to know which changes
50 package org.opends.server.replication.common;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A Dpackage-info.java32 * replication code that works on the Directory Server side.
40 * server and the replication code.
45 * replication code. Most notably it contains the root method for
54 package org.opends.server.replication.plugin;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A Dpackage-info.java32 * This package contains the code used by the replication server and by the
41 * used by the replication server and the directory server to communicate.
48 * messages that are used for communication between the replication server and
55 package org.opends.server.replication.protocol;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A Dpackage-info.java33 * of the Multimaster replication feature.
36 * A replication server is responsible for :
40 * <li>Connect/manage connection to other replication servers.</li>
42 * <li>Forward changes to ldap server and other replication servers.</li>
51 * implements the multiplexing part of the replication
57 * server. It can manage replication servers of directory servers (may be it
76 package org.opends.server.replication.server;

Completed in 134 milliseconds

1234567891011>>