net.larsan.urd.cmd
Class CmdServerFactory

java.lang.Object
  |
  +--net.larsan.urd.conf.AttributeReflector
        |
        +--net.larsan.urd.cmd.CmdServerFactory
All Implemented Interfaces:
ComponentFactory

public class CmdServerFactory
extends AttributeReflector
implements ComponentFactory

Configuration factory for the Cmd Server.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
ComponentFactory

Constructor Summary
CmdServerFactory()
           
 
Method Summary
 java.lang.Object createComponent(java.util.Properties attributes)
          Create object.
 java.lang.Object createComponent(java.util.Properties attributes, org.w3c.dom.NodeList settings)
          Create object.
 
Methods inherited from class net.larsan.urd.conf.AttributeReflector
reflectAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdServerFactory

public CmdServerFactory()
Method Detail

createComponent

public java.lang.Object createComponent(java.util.Properties attributes)
                                 throws ConfigurationException
Description copied from interface: ComponentFactory
Create object. The attributes from the declaring element is given as a property object.

Specified by:
createComponent in interface ComponentFactory
Returns:
The created object
ConfigurationException

createComponent

public java.lang.Object createComponent(java.util.Properties attributes,
                                        org.w3c.dom.NodeList settings)
                                 throws ConfigurationException
Description copied from interface: ComponentFactory
Create object. The attributes from the declaring element is given as a property object and sub-element as a mutable NodeList

Specified by:
createComponent in interface ComponentFactory
Parameters:
settings - Component settings as a node list, may be null
Returns:
The created object
ConfigurationException