Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.util.jmx: Javadoc index of package org.jboss.util.jmx.


Package Samples:

org.jboss.util.jmx: Utility classes and interfaces.  

Classes:

ObjectNameConverter: Converts forbidden characters in the key and value of an object name to valid characters and back. Character Conversion Table: (based on RFC 1738 style escapes '%' => '%25' '*' => '%2a' ',' => '%2c' ':' => '%3a' '?' => '%3f' '=' => '%3d' Thanx to William Hoyle for mention this Attention: When you have a comma in one of your property value then you have to use a Hashtable to provide the properties otherwise the property parsing will fail.
MBeanProxy: A factory for producing MBean proxies. Created proxies will also implement MBeanProxyInstance allowing access to the proxies configuration. Revisions: 20020321 Adrian Brock: Don't process attributes using invoke.
ObjectNameFactory: A simple factory for creating safe object names. This factory will not throw MalformedObjectNameException. Any such exceptions will be translated into Errors. This should only be used where it is not possible to catch a MalformedObjectNameException, such as when defining a static final in an interface.
MBeanProxyInstance: An interface which exposes the attributes of a MBeanProxy instance.
JMXExceptionDecoder: A simple helper to rethrow and/or decode those pesky JMX exceptions.
MBeanServerLocator: A helper class to locate a MBeanServer.

Home | Contact Us | Privacy Policy | Terms of Service