org.apache.geronimo.kernel
Class ObjectNameUtil
java.lang.Object
org.apache.geronimo.kernel.ObjectNameUtil
public class ObjectNameUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectNameUtil
public ObjectNameUtil()
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-2007 Apache Software Foundation. All Rights Reserved.