public interface LocatorMXBean
Locator
.Modifier and Type | Method and Description |
---|---|
String |
getBindAddress()
Returns a string representing the IP address or host name that this Locator will listen on.
|
String |
getHostnameForClients()
Returns the name or IP address to pass to the client as the location where the Locator is
listening.
|
int |
getPort()
Returns the port on which this Locator listens for connections.
|
boolean |
isPeerLocator()
Returns whether the Locator provides peer location services to members.
|
boolean |
isServerLocator()
Returns whether the Locator provides server location services To clients.
|
String[] |
listManagers()
Returns the list of current managers.
|
String[] |
listPotentialManagers()
Returns a list of servers on which the manager service may be started either by a Locator or
users.
|
String |
viewLog()
Returns the most recent log entries for the Locator.
|
int getPort()
String getBindAddress()
String getHostnameForClients()
boolean isPeerLocator()
boolean isServerLocator()
String viewLog()
String[] listPotentialManagers()
String[] listManagers()