|
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.DelegateMBeanServer
org.jboss.jmx.mbeanserver.MBeanServerChain
public class MBeanServerChain
MBeanServerChain.
Constructor Summary | |
---|---|
MBeanServerChain(DelegateState state)
Create a new MBeanServerChain. |
Method Summary | |
---|---|
void |
addFirst(DelegateMBeanServer server)
Add as the first in the chain |
void |
addLast(DelegateMBeanServer server)
Add as the last in the chain |
void |
setTarget(MBeanServer server)
Set the target in the chain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBeanServerChain(DelegateState state)
state
- Method Detail |
---|
public void addFirst(DelegateMBeanServer server)
server
- the server
IllegalArgumentException
- for a null server
SecurityException
- if not authorisedpublic void addLast(DelegateMBeanServer server)
server
- the server
IllegalArgumentException
- for a null server
SecurityException
- if not authorisedpublic void setTarget(MBeanServer server)
server
- the server
IllegalArgumentException
- for a null server
IllegalStateException
- if the target is already set
SecurityException
- if not authorised
|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |