public class RmiClientMonitor extends org.codehaus.griffon.runtime.monitor.AbstractMBeanRegistration implements RmiClientMonitorMXBean
| Constructor and Description |
|---|
RmiClientMonitor(Metadata metadata,
RmiClient delegate,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getServiceCount() |
ServiceInfo[] |
getServiceDetails() |
void |
postDeregister() |
ObjectName |
preRegister(MBeanServer server,
ObjectName name) |
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
preRegister in interface MBeanRegistrationpreRegister in class org.codehaus.griffon.runtime.monitor.AbstractMBeanRegistrationExceptionpublic void postDeregister()
postDeregister in interface MBeanRegistrationpostDeregister in class org.codehaus.griffon.runtime.monitor.AbstractMBeanRegistrationpublic ServiceInfo[] getServiceDetails()
getServiceDetails in interface RmiClientMonitorMXBeanpublic int getServiceCount()
getServiceCount in interface RmiClientMonitorMXBean