Uses of Class
javax.management.MalformedObjectNameException

Packages that use MalformedObjectNameException
javax.management Provides the core classes for the Java Management Extensions. 
 

Uses of MalformedObjectNameException in javax.management
 

Methods in javax.management that throw MalformedObjectNameException
static ObjectName ObjectName.getInstance(String name)
          Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(name) can be used.
static ObjectName ObjectName.getInstance(String domain, String key, String value)
          Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, key, value) can be used.
static ObjectName ObjectName.getInstance(String domain, Hashtable table)
          Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, table) can be used.
 

Constructors in javax.management that throw MalformedObjectNameException
ObjectName(String name)
          Construct an object name from the given string.
ObjectName(String domain, String key, String value)
          Construct an object name with exactly one key property.
ObjectName(String domain, Hashtable table)
          Construct an object name with several key properties from a Hashtable.
ObjectInstance(String objectName, String className)
          Allows an object instance to be created given a string representation of an object name and the full class name, including the package name.
 


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b34.2 2005.11.28_17:31:59_MET

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.