org.apache.geronimo.kernel
Class ObjectNameUtil

java.lang.Object
  extended by org.apache.geronimo.kernel.ObjectNameUtil

public class ObjectNameUtil
extends Object


Constructor Summary
ObjectNameUtil()
           
 
Method Summary
static ObjectName getObjectName(String name)
          Convert a String to an ObjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNameUtil

public ObjectNameUtil()
Method Detail

getObjectName

public static ObjectName getObjectName(String name)
                                throws IllegalArgumentException
Convert a String to an ObjectName

Parameters:
name - the name
Returns:
the ObjectName from that String
Throws:
IllegalArgumentException - if the name is malformed


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.