org.picocontainer.gems.jmx
Class AbstractObjectNameFactory

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractObjectNameFactory(String domain)
          Construct an AbstractObjectNameFactory.
 
Method Summary
protected  String getDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.picocontainer.gems.jmx.ObjectNameFactory
create
 

Constructor Detail

AbstractObjectNameFactory

protected AbstractObjectNameFactory(String domain)
Construct an AbstractObjectNameFactory.

Parameters:
domain - The name of the domain, use null for the default domain.
Method Detail

getDomain

protected String getDomain()
Returns:
Return the domain part of the ObjectName.


Copyright © 2003-2010 Codehaus. All Rights Reserved.