Searched refs:excludedServiceIDs (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DStartECLSessionMsg.java109 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:StartECLSessionMsg
183 Collections.addAll(this.excludedServiceIDs, excludedDNsStr);
208 excludedServiceIDs = new ArrayList<String>();
218 for (String excludedServiceID : excludedServiceIDs)
288 " excludedDNs=" + excludedServiceIDs + "]");
422 return this.excludedServiceIDs;
427 * @param excludedServiceIDs the provided list of excluded ServiceIDs.
429 public void setExcludedDNs(ArrayList<String> excludedServiceIDs) argument
431 this.excludedServiceIDs = excludedServiceIDs;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DStartECLSessionMsg.java109 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:StartECLSessionMsg
183 Collections.addAll(this.excludedServiceIDs, excludedDNsStr);
208 excludedServiceIDs = new ArrayList<String>();
218 for (String excludedServiceID : excludedServiceIDs)
288 " excludedDNs=" + excludedServiceIDs + "]");
422 return this.excludedServiceIDs;
427 * @param excludedServiceIDs the provided list of excluded ServiceIDs.
429 public void setExcludedDNs(ArrayList<String> excludedServiceIDs) argument
431 this.excludedServiceIDs = excludedServiceIDs;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DStartECLSessionMsg.java109 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:StartECLSessionMsg
183 Collections.addAll(this.excludedServiceIDs, excludedDNsStr);
208 excludedServiceIDs = new ArrayList<String>();
218 for (String excludedServiceID : excludedServiceIDs)
288 " excludedDNs=" + excludedServiceIDs + "]");
422 return this.excludedServiceIDs;
427 * @param excludedServiceIDs the provided list of excluded ServiceIDs.
429 public void setExcludedDNs(ArrayList<String> excludedServiceIDs) argument
431 this.excludedServiceIDs = excludedServiceIDs;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServer.java179 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ReplicationServer
1646 * @param excludedServiceIDs the provided list of serviceIDs excluded from
1649 public void disableEligibility(ArrayList<String> excludedServiceIDs) argument
1651 this.excludedServiceIDs = excludedServiceIDs;
1672 if ((excludedServiceIDs != null) &&
1673 excludedServiceIDs.contains(domain.getBaseDn()))
1795 * @param excludedServiceIDs The serviceIDs that are excluded from the ECL.
1801 ArrayList<String> excludedServiceIDs)
1871 if (excludedServiceIDs
1799 getECLDraftCNLimits( ChangeNumber crossDomainEligibleCN, ArrayList<String> excludedServiceIDs) argument
1933 getLastECLCookie( ArrayList<String> excludedServiceIDs) argument
[all...]
H A DECLServerHandler.java110 public ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ECLServerHandler
111 //HashSet<String> excludedServiceIDs = new HashSet<String>();
620 eligibleCN, excludedServiceIDs);
742 if (excludedServiceIDs.contains(rsd.getBaseDn()))
1074 excludedServiceIDs = startECLSessionMsg.getExcludedServiceIDs();
1075 replicationServer.disableEligibility(excludedServiceIDs);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java179 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ReplicationServer
1624 * @param excludedServiceIDs the provided list of serviceIDs excluded from
1627 public void disableEligibility(ArrayList<String> excludedServiceIDs) argument
1629 this.excludedServiceIDs = excludedServiceIDs;
1650 if ((excludedServiceIDs != null) &&
1651 excludedServiceIDs.contains(domain.getBaseDn()))
1773 * @param excludedServiceIDs The serviceIDs that are excluded from the ECL.
1779 ArrayList<String> excludedServiceIDs)
1849 if (excludedServiceIDs
1777 getECLDraftCNLimits( ChangeNumber crossDomainEligibleCN, ArrayList<String> excludedServiceIDs) argument
1912 getLastECLCookie( ArrayList<String> excludedServiceIDs) argument
[all...]
H A DECLServerHandler.java110 public ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ECLServerHandler
111 //HashSet<String> excludedServiceIDs = new HashSet<String>();
620 eligibleCN, excludedServiceIDs);
742 if (excludedServiceIDs.contains(rsd.getBaseDn()))
1074 excludedServiceIDs = startECLSessionMsg.getExcludedServiceIDs();
1075 replicationServer.disableEligibility(excludedServiceIDs);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java179 private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ReplicationServer
1646 * @param excludedServiceIDs the provided list of serviceIDs excluded from
1649 public void disableEligibility(ArrayList<String> excludedServiceIDs) argument
1651 this.excludedServiceIDs = excludedServiceIDs;
1672 if ((excludedServiceIDs != null) &&
1673 excludedServiceIDs.contains(domain.getBaseDn()))
1795 * @param excludedServiceIDs The serviceIDs that are excluded from the ECL.
1801 ArrayList<String> excludedServiceIDs)
1871 if (excludedServiceIDs
1799 getECLDraftCNLimits( ChangeNumber crossDomainEligibleCN, ArrayList<String> excludedServiceIDs) argument
1933 getLastECLCookie( ArrayList<String> excludedServiceIDs) argument
[all...]
H A DECLServerHandler.java110 public ArrayList<String> excludedServiceIDs = new ArrayList<String>(); field in class:ECLServerHandler
111 //HashSet<String> excludedServiceIDs = new HashSet<String>();
620 eligibleCN, excludedServiceIDs);
742 if (excludedServiceIDs.contains(rsd.getBaseDn()))
1074 excludedServiceIDs = startECLSessionMsg.getExcludedServiceIDs();
1075 replicationServer.disableEligibility(excludedServiceIDs);

Completed in 52 milliseconds