JBossMX Parent POM 6.0.0.GA

org.jboss.mx.util
Interface MBeanProxyInstance

All Known Implementing Classes:
MBeanProxyExt

public interface MBeanProxyInstance

An interface which exposes the attributes of a MBeanProxyExt instance.

Version:
$Revision: 81019 $
Author:
Jason Dillon

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

Method Detail

getMBeanProxyObjectName

ObjectName getMBeanProxyObjectName()
Return the ObjectName for this proxy.

Returns:
The ObjectName for this proxy.

getMBeanProxyMBeanServer

MBeanServer getMBeanProxyMBeanServer()
Return the MBeanServer for this proxy.

Returns:
The ObjectName for this proxy.

JBossMX Parent POM 6.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.