@ThreadSafe public class JmxIOStatisticsView extends StandardMBean implements JmxIOStatisticsMXBean
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getBytesRead() |
long |
getBytesWritten() |
protected String |
getDescription(MBeanAttributeInfo info)
Override customization hook:
You can supply a customized description for MBeanAttributeInfo.getDescription()
|
protected String |
getDescription(MBeanInfo info)
Override customization hook:
You can supply a customized description for MBeanInfo.getDescription()
|
protected String |
getDescription(MBeanOperationInfo info)
Override customization hook:
You can supply a customized description for MBeanOperationInfo.getDescription()
|
protected String |
getDescription(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
Override customization hook:
You can supply a customized description for MBeanParameterInfo.getDescription()
|
MBeanInfo |
getMBeanInfo() |
MBeanNotificationInfo[] |
getNotificationInfo() |
protected String |
getParameterName(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
Override customization hook:
You can supply a customized description for MBeanParameterInfo.getType()
|
String |
getTimeCreated() |
long |
getTimeCreatedMillis() |
String |
getType() |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementationpublic void close()
close in interface JmxIOStatisticsMXBeanpublic long getBytesRead()
getBytesRead in interface JmxIOStatisticsMXBeanpublic long getBytesWritten()
getBytesWritten in interface JmxIOStatisticsMXBeanprotected String getDescription(MBeanAttributeInfo info)
getDescription in class StandardMBeanprotected String getDescription(MBeanInfo info)
getDescription in class StandardMBeanprotected String getDescription(MBeanOperationInfo info)
getDescription in class StandardMBeanprotected String getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
getDescription in class StandardMBeanpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeangetMBeanInfo in class StandardMBeanpublic MBeanNotificationInfo[] getNotificationInfo()
protected String getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
getParameterName in class StandardMBeanpublic String getTimeCreated()
getTimeCreated in interface JmxIOStatisticsMXBeanpublic long getTimeCreatedMillis()
getTimeCreatedMillis in interface JmxIOStatisticsMXBeanpublic String getType()
getType in interface JmxIOStatisticsMXBeanCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.