站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

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 © 2002 JBoss Group, LLC. All Rights Reserved.