| | |
| | | return newStatus; |
| | | } |
| | | |
| | | /** |
| | | * Retrieves a set of attributes containing monitor data that should be |
| | | * returned to the client if the corresponding monitor entry is requested. |
| | | * |
| | | * @return A set of attributes containing monitor data that should be |
| | | * returned to the client if the corresponding monitor entry is |
| | | * requested. |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public List<Attribute> getMonitorData() |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | // lock with no timeout |
| | | lockDomain(false); |
| | | lockDomainNoTimeout(); |
| | | |
| | | localGenerationId = replicationServerDomain.getGenerationId(); |
| | | oldGenerationId = localGenerationId; |
| | |
| | | } |
| | | finally |
| | | { |
| | | if (replicationServerDomain != null && |
| | | replicationServerDomain.hasLock()) |
| | | replicationServerDomain.release(); |
| | | releaseDomainLock(); |
| | | } |
| | | } |
| | | |