|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJMXEnabled
Interface for enabling JMX on some feature.
This interface is marking that class supports JMX somehow and can be added to the agent who will call this method whenever this method is called on the whole agent.
Method Summary | |
---|---|
void |
enableJMX(javax.management.MBeanServer mBeanServer,
javax.management.ObjectName parent)
Method for starting the JMX extension of the class. |
Method Detail |
---|
void enableJMX(javax.management.MBeanServer mBeanServer, javax.management.ObjectName parent) throws JMXAlreadyEnabledException, CantStartJMXException
Object should register whatever objects it wants to expose via JMX.
mBeanServer
- server where the MBean of agent is registeredparent
- parent's ObjectName, should be used as base of name of
the registered MBean
JMXAlreadyEnabledException
CantStartJMXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |