|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementObject
Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
In this implementation, objects implementing this interface will always be JMX-compatible MBeans that you can register with an MBeanServer. For information on JMX see
Method Summary | |
---|---|
String |
getUniqueMBeanName()
Gets a valid JMX MBean name that is unique among all ManagementObjects in this JVM. |
Method Detail |
---|
String getUniqueMBeanName()
If you are running with JRE 1.5, this is the name used to register this object with the platform MBeanServer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |