Register / Attach Service to JMX
Registering a Bean within JMX (at least in JBoss) is very straightforward. It requires an interface with attributes (getters and setters) and operations.
| |
objectToAttach is an object with a JMX'able interface.
from shri at drone-ah.com
Registering a Bean within JMX (at least in JBoss) is very straightforward. It requires an interface with attributes (getters and setters) and operations.
| |
objectToAttach is an object with a JMX'able interface.