Uses of Interface
com.j256.simplejmx.common.JmxSelfNaming

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

Uses of JmxSelfNaming in com.j256.simplejmx.common
 

Classes in com.j256.simplejmx.common that implement JmxSelfNaming
 class BaseJmxSelfNaming
          Base class which has default implementations of all of the JmxSelfNaming methods.
 class JmxResourceInfo
          This is used programmatically to register another class for JMX exposure.
 

Methods in com.j256.simplejmx.common with parameters of type JmxSelfNaming
static ObjectName ObjectNameUtil.makeObjectName(JmxResource jmxResource, JmxSelfNaming selfNamingObj)
          Constructs an object-name from a jmx-resource and a self naming object.
static ObjectName ObjectNameUtil.makeObjectName(JmxSelfNaming selfNamingObj)
          Constructs an object-name from a self naming object only.
 



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