Uses of Package
com.j256.simplejmx.common

Packages that use com.j256.simplejmx.common
com.j256.simplejmx.common Common classes for both client and server sides. 
com.j256.simplejmx.server Server code. 
 

Classes in com.j256.simplejmx.common used by com.j256.simplejmx.common
JmxAttributeField
          This identifies which fields you want to expose via JMX.
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 some internal values.
 

Classes in com.j256.simplejmx.common used by com.j256.simplejmx.server
JmxAttributeFieldInfo
          This identifies a field that you want to expose via JMX.
JmxAttributeMethodInfo
          This identifies a get or set method that you want to expose via JMX.
JmxOperationInfo
          This identifies a methods that is a JMX operation for methods that are _not_ named "get..." or "set...".
JmxSelfNaming
          This allows objects to name themselves based on some internal values.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.