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

Quick Search    Search Deep

Uses of Class
javax.management.MalformedObjectNameException

Uses of MalformedObjectNameException in javax.management
 

Methods in javax.management that throw MalformedObjectNameException
private  void ObjectName.init(java.lang.String name)
          constructs an object name from a string
private  void ObjectName.initDomain(java.lang.String dstring)
          checks for domain patterns and illegal characters
private  void ObjectName.initProperties(java.lang.String properties)
          takes the properties string and breaks it up into key/value pairs for insertion into a newly created hashtable.
private  void ObjectName.initProperties(java.util.Hashtable properties)
          validates incoming properties hashtable builds canonical string precomputes the hashcode
 

Constructors in javax.management that throw MalformedObjectNameException
ObjectName(java.lang.String name)
           
ObjectName(java.lang.String domain, java.lang.String key, java.lang.String value)
           
ObjectName(java.lang.String domain, java.util.Hashtable table)
           
ObjectInstance(java.lang.String name, java.lang.String className)