| | |
| | | domain.isAssured(), |
| | | domain.getAssuredMode(), |
| | | domain.getAssuredSdLevel()); |
| | | startSessionMsg.setEclIncludes( |
| | | domain.getEclInclude()); |
| | | } else |
| | | { |
| | | startSessionMsg = |
| | |
| | | |
| | | private boolean debugEnabled() |
| | | { |
| | | return false; |
| | | return true; |
| | | } |
| | | |
| | | private static final void debugInfo(String s) |
| | |
| | | rsList = topoMsg.getRsList(); |
| | | } |
| | | } |
| | | if (domain != null) |
| | | { |
| | | for (DSInfo info : dsList) |
| | | { |
| | | for (String attr : info.getEclIncludes()) |
| | | { |
| | | domain.addEclInclude(attr); |
| | | } |
| | | } |
| | | if (debugEnabled()) |
| | | { |
| | | TRACER.debugInfo("domain: " + domain.getServiceID() + |
| | | " EclIncludes" + domain.getEclInclude()); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * Check if the broker could not find any Replication Server and therefore |
| | | * connection attempt failed. |