|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jmx.mbeanserver.DelegateState
public class DelegateState
DelegateState.
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 |
---|
public DelegateState(MBeanServer outer, MBeanServerDelegate delegate)
outer
- the wrapping MBeanServer, passed to MBeans
at registration.delegate
- the delegate to use for Notifications.Method Detail |
---|
public MBeanServer getOuter()
protected void setOuter(MBeanServer outer)
outer
- the outer.public MBeanServerDelegate getDelegate()
|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |