org.jboss.osgi.jmx
Class ObjectNameFactory
java.lang.Object
org.jboss.osgi.jmx.ObjectNameFactory
public class ObjectNameFactory
- extends Object
A simple factory for creating safe object names.
- Since:
- 08-May-2006
- Author:
- Thomas.Diesler@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectNameFactory
public ObjectNameFactory()
create
public static ObjectName create(String name)
create
public static ObjectName create(String domain,
String key,
String value)
create
public static ObjectName create(String domain,
Hashtable<String,String> table)
Copyright © 2012. All Rights Reserved.