java.lang.Object
javax.management.ObjectName
- All Implemented Interfaces:
- Serializable, QueryExp
- See Also:
- Top Examples, Source Code
public boolean apply(ObjectName name)
throws NullPointerException
- See Also:
- QueryExp,
equals(Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object object)
- See Also:
Hashtable
, Object.hashCode()
, getCanonicalName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getCanonicalKeyPropertyListString()
- See Also:
String.compareTo(String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getCanonicalName()
- See Also:
getCanonicalKeyPropertyListString()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getDomain()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ObjectName getInstance(String name)
throws MalformedObjectNameException,
NullPointerException
- See Also:
-
new
ObjectName(name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ObjectName getInstance(String domain,
String key,
String value)
throws MalformedObjectNameException,
NullPointerException
- See Also:
-
new ObjectName(domain, key, value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ObjectName getInstance(String domain,
Hashtable table)
throws MalformedObjectNameException,
NullPointerException
- See Also:
-
new ObjectName(domain, table)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ObjectName getInstance(ObjectName name)
throws NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getKeyProperty(String property)
throws NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Hashtable getKeyPropertyList()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getKeyPropertyListString()
- See Also:
ObjectName(String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isDomainPattern()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isPattern()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isPropertyPattern()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName(String name)
throws MalformedObjectNameException,
NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName(String domain,
String key,
String value)
throws MalformedObjectNameException,
NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName(String domain,
Hashtable table)
throws MalformedObjectNameException,
NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String quote(String s)
throws NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMBeanServer(MBeanServer mbs)
- See Also:
- QueryExp
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String unquote(String q)
throws IllegalArgumentException,
NullPointerException
- See Also:
-
quote(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples