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