|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
JMXBean
@Target(value=TYPE) public @interface Config
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
Deprecated. Sets the MBean domain. |
String |
name
Deprecated. Sets the MBean name. |
String |
objectname
Deprecated. Sets the MBean object name. |
boolean |
usesMOSGi
Deprecated. 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 |