当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ObjectNameFactory (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.util
Class ObjectNameFactory
java.lang.Object
org.jboss.mx.util.ObjectNameFactory
- public class ObjectNameFactory
- extends Object
A simple factory for creating safe object names. This factory
will not throw MalformedObjectNameException. Any such
exceptions will be translated into Errors.
This should only be used where it is not possible to catch a
MalformedObjectNameException, such as when defining a static final in an
interface.
- Version:
- $Revision: 1.4 $
- Author:
- Jason Dillon
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 table)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.