org.jboss.mx.remoting
Interface LocationAware


public interface LocationAware

LocationAware is an interface that can be implemented for objects that have an associated MBeanLocator and can be located via JMX Remoting.


Method Summary
 MBeanLocator (src) getMBeanLocator()
          return the mbean locator to the object
 

Method Detail

getMBeanLocator

public MBeanLocator (src)  getMBeanLocator()
return the mbean locator to the object

Returns: