javax.management.remote
Interface MBeanServerForwarder

All Superinterfaces:
MBeanServer, MBeanServerConnection

public interface MBeanServerForwarder
extends MBeanServer

Author:
Tom Elrod

Method Summary
 MBeanServer getMBeanServer()
           
 void setMBeanServer(MBeanServer server)
           
 
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

Method Detail

getMBeanServer

MBeanServer getMBeanServer()

setMBeanServer

void setMBeanServer(MBeanServer server)
                    throws IllegalArgumentException
Throws:
IllegalArgumentException


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