|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.remoting.MBeanServerLocator
MBeanServerLocator is an object that is used to identify and locate an MBeanServer on the network via JMX Remoting.
The MBeanServerLocator can be serialized and passed across the network, as long as the target server has access back to the MBeanServer via JMX Remoting Connector and has been detected by a JMX Remoting Detector.
Field Summary | |
protected MBeanServer (src) |
server
|
Constructor Summary | |
MBeanServerLocator(Identity (src) identity)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.net.InetAddress |
getAddress()
return the InetAddress for the MBeanServer |
Identity (src) |
getIdentity()
return the identity of the server |
java.lang.String |
getInstanceId()
return the MBeanServer InstanceID |
MBeanServer (src) |
getMBeanServer()
return a proxy to the MBeanServer |
java.lang.String |
getServerId()
return the MBeanServer ID |
int |
hashCode()
|
protected MBeanServer (src) |
resolveServer()
try and resolve the serverid to a MBeanServer instance or proxy to a remote server |
void |
setAutoLocate(boolean autoLocate)
set true (default) to automatically locate the appropriate MBeanServer on deserialization or false to only locate on demand to the call to getMBeanServer. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected transient MBeanServer (src) server
Constructor Detail |
public MBeanServerLocator(Identity (src) identity)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
public java.lang.String getServerId()
public final Identity (src) getIdentity()
public java.lang.String getInstanceId()
public java.net.InetAddress getAddress()
public MBeanServer (src) getMBeanServer()
protected MBeanServer (src) resolveServer() throws ConnectionFailedException (src)
ConnectionFailedException (src)
public void setAutoLocate(boolean autoLocate)
autoLocate
-
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |