public class ObjectNameFactory extends Object
This should only be used where it is not possible to catch a MalformedObjectNameException, such as when defining a static final in an interface.
| Constructor and Description |
|---|
ObjectNameFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
create(String name) |
static ObjectName |
create(String domain,
Hashtable<String,String> table) |
static ObjectName |
create(String domain,
String key,
String value) |
public static ObjectName create(String name)
public static ObjectName create(String domain, String key, String value)
public static ObjectName create(String domain, Hashtable<String,String> table)
Copyright © 2014. All Rights Reserved.