org.rhq.core.util
Class ObjectNameFactory

java.lang.Object
  extended by org.rhq.core.util.ObjectNameFactory

public class ObjectNameFactory
extends Object

Should only be used for static instantiantion of object names.


Constructor Summary
ObjectNameFactory()
           
 
Method Summary
static ObjectName create(String name)
           
static ObjectName create(String domain, Hashtable table)
           
static ObjectName create(String domain, String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNameFactory

public ObjectNameFactory()
Method Detail

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 table)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.