Package | Description |
---|---|
com.j256.simplejmx.common |
Common classes for both client and server sides.
|
com.j256.simplejmx.server |
Server code.
|
com.j256.simplejmx.spring |
Optional classes to be used with Spring.
|
Class and Description |
---|
JmxAttributeField
This identifies which fields you want to expose via JMX via reflection.
|
JmxAttributeMethod
This identifies which getter and setter methods you want exposed via JMX.
|
JmxFolderName
Wrapper around a folder-name that turns into the "field=value" parts of the object-name.
|
JmxOperation
This identifies which methods are operations.
|
JmxOperationInfo.OperationAction
An enumerated version of the constants from
MBeanOperationInfo . |
JmxResource
This is used to identify an object which is going to be exported using JMX.
|
JmxSelfNaming
This allows objects to name themselves based on fields or values internal to the _instance_ of the class.
|
Class and Description |
---|
JmxAttributeFieldInfo
This is used programmatically to identify a field that you want to expose via JMX.
|
JmxAttributeMethodInfo
This is used programmatically to identify a get..., is..., or set...
|
JmxOperationInfo
This identifies a method that is _not_ named "get...", "is...", or "set..." to be a JMX operation.
|
JmxResourceInfo
This is used programmatically to register another class for JMX exposure.
|
Class and Description |
---|
JmxAttributeFieldInfo
This is used programmatically to identify a field that you want to expose via JMX.
|
JmxAttributeMethodInfo
This is used programmatically to identify a get..., is..., or set...
|
JmxOperationInfo
This identifies a method that is _not_ named "get...", "is...", or "set..." to be a JMX operation.
|
JmxResourceInfo
This is used programmatically to register another class for JMX exposure.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.