| java.lang.Object org.jboss.mx.util.ObjectNameFactory
ObjectNameFactory | public class ObjectNameFactory (Code) | | 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.
author: Jason Dillon version: $Revision: 57200 $ |
|
|