Searched defs:ReplicationServer (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java68 * ReplicationServer Listener. This singleton is the main object of the
74 public final class ReplicationServer class in inherits:ConfigurationChangeListener
126 private static final List<ReplicationServer> allInstances =
127 new ArrayList<ReplicationServer>();
135 public ReplicationServer(ReplicationServerCfg cfg) throws ConfigException method in class:ReplicationServer
148 public ReplicationServer(ReplicationServerCfg cfg, DSRSShutdownSync dsrsShutdownSync) throws ConfigException method in class:ReplicationServer
162 public ReplicationServer(final ReplicationServerCfg cfg, final DSRSShutdownSync dsrsShutdownSync, method in class:ReplicationServer
204 public static List<ReplicationServer> getAllInstances()
225 // Read incoming messages and create LDAP or ReplicationServer listener
750 * Waits for connections to this ReplicationServer
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java68 * ReplicationServer Listener. This singleton is the main object of the
74 public final class ReplicationServer class in inherits:ConfigurationChangeListener
126 private static final List<ReplicationServer> allInstances =
127 new ArrayList<ReplicationServer>();
135 public ReplicationServer(ReplicationServerCfg cfg) throws ConfigException method in class:ReplicationServer
148 public ReplicationServer(ReplicationServerCfg cfg, DSRSShutdownSync dsrsShutdownSync) throws ConfigException method in class:ReplicationServer
162 public ReplicationServer(final ReplicationServerCfg cfg, final DSRSShutdownSync dsrsShutdownSync, method in class:ReplicationServer
204 public static List<ReplicationServer> getAllInstances()
225 // Read incoming messages and create LDAP or ReplicationServer listener
750 * Waits for connections to this ReplicationServer
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServer.java76 * ReplicationServer Listener. This singleton is the main object of the
82 public class ReplicationServer class in inherits:ConfigurationChangeListener
131 private static final List<ReplicationServer> allInstances = new ArrayList<>();
139 public ReplicationServer(ReplicationServerCfg cfg) throws ConfigException method in class:ReplicationServer
152 public ReplicationServer(ReplicationServerCfg cfg, DSRSShutdownSync dsrsShutdownSync) throws ConfigException method in class:ReplicationServer
166 public ReplicationServer(final ReplicationServerCfg cfg, final DSRSShutdownSync dsrsShutdownSync, method in class:ReplicationServer
201 public static List<ReplicationServer> getAllInstances()
222 // Read incoming messages and create LDAP or ReplicationServer listener
718 * Waits for connections to this ReplicationServer.
1138 * Retrieves the port used by this ReplicationServer
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServer.java78 * ReplicationServer Listener. This singleton is the main object of the
84 public final class ReplicationServer class in inherits:ConfigurationChangeListener,BackupTaskListener,RestoreTaskListener,ImportTaskListener,ExportTaskListener
200 private static List<ReplicationServer> allInstances =
201 new ArrayList<ReplicationServer>();
209 public ReplicationServer(ReplicationServerCfg configuration) method in class:ReplicationServer
259 // Creates the backend associated to this ReplicationServer
279 public static List<ReplicationServer> getAllInstances()
302 // Read incoming messages and create LDAP or ReplicationServer listener
875 * Creates a new DB handler for this ReplicationServer and the serverId and
880 * @return The new DB handler for this ReplicationServer an
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java77 * ReplicationServer Listener. This singleton is the main object of the
83 public final class ReplicationServer class in inherits:ConfigurationChangeListener,BackupTaskListener,RestoreTaskListener,ImportTaskListener,ExportTaskListener
200 private static List<ReplicationServer> allInstances =
201 new ArrayList<ReplicationServer>();
209 public ReplicationServer(ReplicationServerCfg configuration) method in class:ReplicationServer
260 // Creates the backend associated to this ReplicationServer
280 public static List<ReplicationServer> getAllInstances()
303 // Read incoming messages and create LDAP or ReplicationServer listener
881 * Creates a new DB handler for this ReplicationServer and the serverId and
886 * @return The new DB handler for this ReplicationServer an
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java78 * ReplicationServer Listener. This singleton is the main object of the
84 public final class ReplicationServer class in inherits:ConfigurationChangeListener,BackupTaskListener,RestoreTaskListener,ImportTaskListener,ExportTaskListener
200 private static List<ReplicationServer> allInstances =
201 new ArrayList<ReplicationServer>();
209 public ReplicationServer(ReplicationServerCfg configuration) method in class:ReplicationServer
259 // Creates the backend associated to this ReplicationServer
279 public static List<ReplicationServer> getAllInstances()
302 // Read incoming messages and create LDAP or ReplicationServer listener
875 * Creates a new DB handler for this ReplicationServer and the serverId and
880 * @return The new DB handler for this ReplicationServer an
[all...]

Completed in 44 milliseconds