public class ObjectNameFactory extends Object
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 © 2023 JBoss by Red Hat. All rights reserved.