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 portIOException
List lookupAgentsWithTimeout(int pTimeout) throws IOException
pTimeout
- timeout for the lookup in millisecondsIOException
List lookupAgents() throws IOException
IOException
Copyright © 2021. All rights reserved.