|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.remoting.MBeanLocator
MBeanLocator is used to uniquely indentify and locate a specific MBean on the JMX remoting network.
Constructor Summary | |
MBeanLocator(MBeanServerLocator (src) sl,
ObjectName (src) obj)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
Identity (src) |
getIdentity()
return the identity of the mbean server |
MBeanServer (src) |
getMBeanServer()
return a dynamic proxy to the remote mbean server where this locator lives ... |
ObjectName (src) |
getObjectName()
return the ObjectName that identifies the MBean |
MBeanServerLocator (src) |
getServerLocator()
return the server locator for this mbean |
int |
hashCode()
|
boolean |
isSameJVM(MBeanLocator (src) locator)
returns true if the MBeanLocator is the same JVM as this locator |
java.lang.Object |
narrow(java.lang.Class interfaceCl)
narrow this locator to an interface class that the MBean locator implements |
java.lang.Object |
narrow(java.lang.Class[] interfaces)
narrow the locator to a specific Class interface that the MBean locator implements |
java.lang.String |
toString()
stringify |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MBeanLocator(MBeanServerLocator (src) sl, ObjectName (src) obj)
Method Detail |
public boolean equals(java.lang.Object o)
public int hashCode()
public MBeanServerLocator (src) getServerLocator()
public final Identity (src) getIdentity()
public final ObjectName (src) getObjectName()
public java.lang.String toString()
public boolean isSameJVM(MBeanLocator (src) locator)
locator
-
public java.lang.Object narrow(java.lang.Class interfaceCl)
interfaceCl
-
public MBeanServer (src) getMBeanServer() throws ConnectionFailedException (src)
ConnectionFailedException (src)
public java.lang.Object narrow(java.lang.Class[] interfaces)
interfaces
-
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |