public class IoSessionMBean extends ObjectMBean<IoSession>
IoSession.LOGGER| Constructor and Description |
|---|
IoSessionMBean(IoSession source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtraAttributes(java.util.List<javax.management.modelmbean.ModelMBeanAttributeInfo> attributes) |
protected void |
addExtraOperations(java.util.List<javax.management.modelmbean.ModelMBeanOperationInfo> operations) |
protected java.lang.Object |
getAttribute0(java.lang.String fqan) |
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, addNotificationListener, getAttribute, 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 IoSessionMBean(IoSession source)
protected java.lang.Object getAttribute0(java.lang.String fqan)
throws java.lang.Exception
getAttribute0 in class ObjectMBean<IoSession>java.lang.Exceptionprotected java.lang.Object invoke0(java.lang.String name,
java.lang.Object[] params,
java.lang.String[] signature)
throws java.lang.Exception
invoke0 in class ObjectMBean<IoSession>java.lang.Exceptionprotected void addExtraAttributes(java.util.List<javax.management.modelmbean.ModelMBeanAttributeInfo> attributes)
addExtraAttributes in class ObjectMBean<IoSession>protected void addExtraOperations(java.util.List<javax.management.modelmbean.ModelMBeanOperationInfo> operations)
addExtraOperations in class ObjectMBean<IoSession>protected boolean isOperation(java.lang.String methodName,
java.lang.Class<?>[] paramTypes)
isOperation in class ObjectMBean<IoSession>