public class IoServiceMBean extends ObjectMBean<IoService>
IoSession.LOGGER| Constructor and Description |
|---|
IoServiceMBean(IoService source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtraOperations(java.util.List<javax.management.modelmbean.ModelMBeanOperationInfo> operations) |
protected java.lang.Object |
invoke0(java.lang.String name,
java.lang.Object[] params,
java.lang.String[] signature) |
protected boolean |
isOperation(java.lang.String methodName,
java.lang.Class<?>[] paramTypes) |
addAttributeChangeNotificationListener, addExtraAttributes, addNotificationListener, getAttribute, getAttribute0, getAttributes, getElementType, getMapKeyType, getMapValueType, getMBeanInfo, getName, getNotificationInfo, getPropertyEditor, getServer, getSource, getSource, invoke, isExpandable, isReadable, isWritable, load, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttribute0, setAttributes, setManagedResource, setModelMBeanInfo, store, toStringpublic IoServiceMBean(IoService source)
protected java.lang.Object invoke0(java.lang.String name,
java.lang.Object[] params,
java.lang.String[] signature)
throws java.lang.Exception
invoke0 in class ObjectMBean<IoService>java.lang.Exceptionprotected void addExtraOperations(java.util.List<javax.management.modelmbean.ModelMBeanOperationInfo> operations)
addExtraOperations in class ObjectMBean<IoService>protected boolean isOperation(java.lang.String methodName,
java.lang.Class<?>[] paramTypes)
isOperation in class ObjectMBean<IoService>