| java.lang.Object example.Test
Test | public class Test implements TestMBean,MBeanRegistration(Code) | | Implements a resource which is a plain-old bean, which exposes
the getData() method as a JMX-managed attribute.
|
postDeregister | public void postDeregister()(Code) | | Called after the deregistration.
|
postRegister | public void postRegister(Boolean registrationDone)(Code) | | Called after the registration.
Parameters: registrationDone - true if the registration was successful. |
preDeregister | public void preDeregister() throws Exception(Code) | | Called before deregistration.
|
preRegister | public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception(Code) | | Called before the registration.
Parameters: server - the mbean server to be registered Parameters: name - the client's name to be registered the name the object wans the be registered as |
toString | public String toString()(Code) | | Returns a printable version of the resource.
|
|
|