| | |
| | | // used to synchronize the domain creation with the connect thread. |
| | | final private Object domainMonitor = new Object(); |
| | | |
| | | // ServiceIDs excluded for ECL |
| | | private ArrayList<String> excludedServiceIDs = new ArrayList<String>(); |
| | | |
| | | /** |
| | | * The weight affected to the replication server. |
| | | * Each replication server of the topology has a weight. When combined |
| | |
| | | } |
| | | } |
| | | |
| | | private ArrayList<String> excludedServiceIDs; |
| | | /** |
| | | * Excluded a list of domain from eligibility computation. |
| | | * @param excludedServiceIDs the provided list of serviceIDs excluded from |
| | |
| | | public MultiDomainServerState getLastECLCookie( |
| | | ArrayList<String> excludedServiceIDs) |
| | | { |
| | | disableEligibility(excludedServiceIDs); |
| | | |
| | | MultiDomainServerState result = new MultiDomainServerState(); |
| | | // Initialize start state for all running domains with empty state |
| | | Iterator<ReplicationServerDomain> rsdk = this.getDomainIterator(); |