|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstrumentationAgent
Camel JMX service agent
Method Summary | |
---|---|
String |
getMBeanObjectDomainName()
Get domain name for Camel MBeans. |
MBeanServer |
getMBeanServer()
Get the MBeanServer which hosts managed objects. |
void |
register(Object obj,
ObjectName name)
Registers object with management infrastructure with a specific name. |
void |
register(Object obj,
ObjectName name,
boolean forceRegistration)
Registers object with management infrastructure with a specific name. |
void |
unregister(ObjectName name)
Unregisters object based upon registered name |
Methods inherited from interface org.apache.camel.Service |
---|
start, stop |
Method Detail |
---|
void register(Object obj, ObjectName name) throws JMException
obj
- the object to registername
- the name
JMException
- is thrown if the registration failedvoid register(Object obj, ObjectName name, boolean forceRegistration) throws JMException
obj
- the object to registername
- the nameforceRegistration
- if set to true, then object will be registered despite
existing object is already registered with the name.
JMException
- is thrown if the registration failedvoid unregister(ObjectName name) throws JMException
name
- the name
JMException
- is thrown if the unregistration failedMBeanServer getMBeanServer()
String getMBeanObjectDomainName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |