|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) public @interface JMXBean
JMX Handler annotation. Allows exposing the instances as a JMX MBean. Be aware that despite is it provided in the annotations jar, it refers to an external handler.
Optional Element Summary | |
---|---|
String |
domain
Sets the MBean domain. |
String |
name
Sets the MBean name. |
String |
objectname
Sets the MBean object name. |
boolean |
usesMOSGi
Enables or Disables MOSGi usage. |
public abstract boolean usesMOSGi
public abstract String objectname
public abstract String domain
public abstract String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |