JBossMX Parent POM 6.0.0.GA

org.jboss.jmx.mbeanserver
Class DelegateState

java.lang.Object
  extended by org.jboss.jmx.mbeanserver.DelegateState

public class DelegateState
extends Object

DelegateState.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
DelegateState(MBeanServer outer, MBeanServerDelegate delegate)
          Construct an DelegateState.
 
Method Summary
 MBeanServerDelegate getDelegate()
          Get the delegate.
 MBeanServer getOuter()
          Get the outer.
protected  void setOuter(MBeanServer outer)
          Set the outer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateState

public DelegateState(MBeanServer outer,
                     MBeanServerDelegate delegate)
Construct an DelegateState.

Parameters:
outer - the wrapping MBeanServer, passed to MBeans at registration.
delegate - the delegate to use for Notifications.
Method Detail

getOuter

public MBeanServer getOuter()
Get the outer.

Returns:
the outer.

setOuter

protected void setOuter(MBeanServer outer)
Set the outer.

Parameters:
outer - the outer.

getDelegate

public MBeanServerDelegate getDelegate()
Get the delegate.

Returns:
the delegate.

JBossMX Parent POM 6.0.0.GA

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