com.antiaction.mayhem.dnsd
Interface IRequestWorker

All Known Implementing Classes:
RequestWorker

public interface IRequestWorker

Author:
Nicholas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 boolean init(java.util.HashMap props)
          Initialize worker.
 void setObjectBroker(IObjectBroker _objectBroker)
          Assign a Broker to this worker.
 

Method Detail

init

boolean init(java.util.HashMap props)
Initialize worker.

Parameters:
props - Properties.

setObjectBroker

void setObjectBroker(IObjectBroker _objectBroker)
Assign a Broker to this worker.

Parameters:
_objectBroker - Associated Broker for this worker.


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