| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the shutdown flag. |
| | | * @return The shutdown flag value. |
| | | */ |
| | | public boolean shuttingDown() |
| | | { |
| | | return shuttingDown.get(); |
| | | } |
| | | |
| | | /** |
| | | * Returns the Replication Server Domain to which belongs this handler. |
| | | * |
| | | * @param createIfNotExist Creates the domain if it does not exist. |
| | |
| | | return inCount; |
| | | } |
| | | |
| | | /** |
| | | * 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() |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Increase the counter of update received from the server. |
| | | * Increase the counter of updates received from the server. |
| | | */ |
| | | public void incrementInCount() |
| | | { |