Uses of Class
com.j256.simplejmx.common.JmxFolderName

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

Uses of JmxFolderName in com.j256.simplejmx.common
 

Methods in com.j256.simplejmx.common that return JmxFolderName
 JmxFolderName[] JmxSelfNaming.getJmxFolderNames()
          Return the appropriate array of folder names used to built the associated ObjectName.
 JmxFolderName[] JmxResourceInfo.getJmxFolderNames()
           
 JmxFolderName[] BaseJmxSelfNaming.getJmxFolderNames()
           
 

Methods in com.j256.simplejmx.common with parameters of type JmxFolderName
 void JmxResourceInfo.setJmxFolderNames(JmxFolderName[] jmxFolderNames)
          NotRequired array of folders where the bean will live.
 

Constructors in com.j256.simplejmx.common with parameters of type JmxFolderName
JmxResourceInfo(String jmxDomainName, String jmxBeanName, JmxFolderName[] jmxFolderNames, String jmxDescription)
           
 



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