org.jacorb.notification.engine
Class TaskFactory

java.lang.Object
  extended byorg.jacorb.notification.engine.TaskFactory
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, Disposable

public class TaskFactory
extends java.lang.Object
implements Disposable, org.apache.avalon.framework.configuration.Configurable

Version:
$Id: TaskFactory.java,v 1.6 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Constructor Summary
TaskFactory(TaskProcessor taskProcessor)
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
 void dispose()
          Dispose this Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFactory

public TaskFactory(TaskProcessor taskProcessor)
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

dispose

public void dispose()
Description copied from interface: Disposable
Dispose this Object. Free all associated Ressources allocated by this Object. The Object may not be used after a call to dispose.

Specified by:
dispose in interface Disposable