com.antiaction.mayhem.httpd
Class ConfigWorker

java.lang.Object
  extended by com.antiaction.mayhem.httpd.ConfigWorker
All Implemented Interfaces:
IObjectWorker

public class ConfigWorker
extends java.lang.Object
implements IObjectWorker

HTTP ObjectWorker.

Version:
1.00
Author:
Nicholas Clarke

Constructor Summary
ConfigWorker()
           
 
Method Summary
 java.util.HashMap getProperties(org.dom4j.Element currElem)
           
 boolean init(java.util.HashMap props)
          Initialize worker with specified properties.
 java.lang.Object instanceOf(java.lang.String className)
           
 void setObjectBroker(IObjectBroker _objectBroker)
          Assign a Broker to this worker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigWorker

public ConfigWorker()
Method Detail

setObjectBroker

public void setObjectBroker(IObjectBroker _objectBroker)
Description copied from interface: IObjectWorker
Assign a Broker to this worker.

Specified by:
setObjectBroker in interface IObjectWorker
Parameters:
_objectBroker - Associated Broker for this worker.

init

public boolean init(java.util.HashMap props)
Description copied from interface: IObjectWorker
Initialize worker with specified properties.

Specified by:
init in interface IObjectWorker
Parameters:
props - init properties.

instanceOf

public java.lang.Object instanceOf(java.lang.String className)

getProperties

public java.util.HashMap getProperties(org.dom4j.Element currElem)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.