org.picocontainer.gems.jmx
Class AbstractObjectNameFactory
java.lang.Object
org.picocontainer.gems.jmx.AbstractObjectNameFactory
- All Implemented Interfaces:
- ObjectNameFactory
- Direct Known Subclasses:
- TypedObjectNameFactory
public abstract class AbstractObjectNameFactory
- extends Object
- implements ObjectNameFactory
An abstract ObjectNameFactory that offers functionality to handle the domain part of the object name.
- Author:
- Jörg Schaible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractObjectNameFactory
protected AbstractObjectNameFactory(String domain)
- Construct an AbstractObjectNameFactory.
- Parameters:
domain
- The name of the domain, use null
for the default domain.
getDomain
protected String getDomain()
- Returns:
- Return the domain part of the
ObjectName
.
Copyright © 2003-2010 Codehaus. All Rights Reserved.