org.jboss.mx.util
Interface MBeanProxyInstance

All Known Implementing Classes:
MBeanProxyExt (src)

public interface MBeanProxyInstance

An interface which exposes the attributes of a MBeanProxyExt (src) instance.


Method Summary
 MBeanServer (src) getMBeanProxyMBeanServer()
          Return the MBeanServer for this proxy.
 ObjectName (src) getMBeanProxyObjectName()
          Return the ObjectName for this proxy.
 

Method Detail

getMBeanProxyObjectName

public ObjectName (src)  getMBeanProxyObjectName()
Return the ObjectName for this proxy.

Returns:
The ObjectName for this proxy.

getMBeanProxyMBeanServer

public MBeanServer (src)  getMBeanProxyMBeanServer()
Return the MBeanServer for this proxy.

Returns:
The ObjectName for this proxy.