public interface AutoDiscoveryMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getNetworkRegistryName()
Returns the JMX
ObjectName of the Network Registry that is used to perform auto-discovery. |
void |
setNetworkRegistryName(String name)
Sets the name (in String form of a JMX
ObjectName) of the Network Registry that is used to perform
auto-discovery and begins listeningn to it. |
String getNetworkRegistryName()
ObjectName of the Network Registry that is used to perform auto-discovery.void setNetworkRegistryName(String name)
ObjectName) of the Network Registry that is used to perform
auto-discovery and begins listeningn to it. The caller must know what it is doing - this must be the name the
Network Registry is registered as, otherwise, auto-discovery will fail.
Note that if this object is already listening to a Network Registry, it will be unregistered before setting the name.
name - name the registered name of the Network Registry MBeanCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.