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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java79 protected static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
199 attributes.add(REPLICATION_STATE);
217 // Read the serverState from the REPLICATION_STATE attribute
249 attributes.add(REPLICATION_STATE);
258 // Read the serverState from the REPLICATION_STATE attribute
283 DirectoryServer.getAttributeType(REPLICATION_STATE);
337 new LDAPAttribute(REPLICATION_STATE, values);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java62 private static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
64 new LinkedHashSet<String>(Collections.singleton(REPLICATION_STATE));
235 DirectoryServer.getAttributeType(REPLICATION_STATE);
281 LDAPAttribute attr = new LDAPAttribute(REPLICATION_STATE, values);
416 + " " + REPLICATION_STATE + "=" + state;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java79 protected static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
199 attributes.add(REPLICATION_STATE);
217 // Read the serverState from the REPLICATION_STATE attribute
249 attributes.add(REPLICATION_STATE);
258 // Read the serverState from the REPLICATION_STATE attribute
283 DirectoryServer.getAttributeType(REPLICATION_STATE);
337 new LDAPAttribute(REPLICATION_STATE, values);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java79 protected static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
199 attributes.add(REPLICATION_STATE);
217 // Read the serverState from the REPLICATION_STATE attribute
249 attributes.add(REPLICATION_STATE);
258 // Read the serverState from the REPLICATION_STATE attribute
283 DirectoryServer.getAttributeType(REPLICATION_STATE);
337 new LDAPAttribute(REPLICATION_STATE, values);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DPersistentServerState.java62 private static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
64 new LinkedHashSet<String>(Collections.singleton(REPLICATION_STATE));
235 DirectoryServer.getAttributeType(REPLICATION_STATE);
281 LDAPAttribute attr = new LDAPAttribute(REPLICATION_STATE, values);
416 + " " + REPLICATION_STATE + "=" + state;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DPersistentServerState.java73 private static final String REPLICATION_STATE = "ds-sync-state"; field in class:PersistentServerState
166 final SearchRequest request = newSearchRequest(baseDN, SearchScope.BASE_OBJECT).addAttribute(REPLICATION_STATE);
191 .addAttribute(REPLICATION_STATE);
223 AttributeType synchronizationStateType = DirectoryServer.getAttributeTypeOrNull(REPLICATION_STATE);
267 LDAPAttribute attr = new LDAPAttribute(REPLICATION_STATE, state.toASN1ArrayList());
396 + " " + REPLICATION_STATE + "=" + state;

Completed in 45 milliseconds