| | |
| | | package org.opends.server.protocols.jmx; |
| | | |
| | | import java.net.InetAddress; |
| | | import java.util.*; |
| | | import java.util.Collection; |
| | | import java.util.LinkedList; |
| | | import java.util.concurrent.atomic.AtomicInteger; |
| | | import java.util.concurrent.atomic.AtomicLong; |
| | | |
| | |
| | | { |
| | | super(); |
| | | |
| | | setNetworkGroup(NetworkGroup.getAdminNetworkGroup()); |
| | | |
| | | nextMessageID = new AtomicInteger(1); |
| | | nextOperationID = new AtomicLong(0); |
| | | |
| | |
| | | .addNotificationListener(this, null, null); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public NetworkGroup getNetworkGroup() |
| | | { |
| | | return NetworkGroup.getAdminNetworkGroup(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |