public interface JolokiaDiscoveryMBean
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_NAME |
| Modifier and Type | Method and Description |
|---|---|
List |
lookupAgents()
Lookup agents with a timeout of 1 second
|
List |
lookupAgentsWithTimeout(int pTimeout)
Lookup agents.
|
List |
lookupAgentsWithTimeoutAndMulticastAddress(int pTimeout,
String pMulticastGroup,
int pMulticastPort)
Lookup agents.
|
static final String OBJECT_NAME
List lookupAgentsWithTimeoutAndMulticastAddress(int pTimeout, String pMulticastGroup, int pMulticastPort) throws IOException
pTimeout - timeout for the lookup in millisecondspMulticastGroup - multicast IPv4 addresspMulticastPort - multicast portIOExceptionList lookupAgentsWithTimeout(int pTimeout) throws IOException
pTimeout - timeout for the lookup in millisecondsIOExceptionList lookupAgents() throws IOException
IOExceptionCopyright © 2022. All rights reserved.