public interface LocatorMXBean
Locator
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindAddress()
Returns a string representing the IP address or host name that this Locator will listen on.
|
java.lang.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.
|
java.lang.String[] |
listManagers()
Returns the list of current managers.
|
java.lang.String[] |
listPotentialManagers()
Returns a list of servers on which the manager service may be started either by a Locator or
users.
|
java.lang.String |
viewLog()
Returns the most recent log entries for the Locator.
|
int getPort()
java.lang.String getBindAddress()
java.lang.String getHostnameForClients()
boolean isPeerLocator()
boolean isServerLocator()
java.lang.String viewLog()
java.lang.String[] listPotentialManagers()
java.lang.String[] listManagers()