org.jacorb.notification.engine
Class PushToConsumerTask

java.lang.Object
  extended byorg.jacorb.notification.interfaces.AbstractPoolable
      extended byorg.jacorb.notification.engine.AbstractTask
          extended byorg.jacorb.notification.engine.AbstractDeliverTask
              extended byorg.jacorb.notification.engine.PushToConsumerTask
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, Disposable, java.lang.Runnable

public class PushToConsumerTask
extends AbstractDeliverTask

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

Field Summary
 
Fields inherited from class org.jacorb.notification.engine.AbstractTask
message_
 
Fields inherited from class org.jacorb.notification.interfaces.AbstractPoolable
logger_
 
Constructor Summary
PushToConsumerTask(TaskProcessor tp)
           
 
Method Summary
 void doWork()
          Override this Method in Subclasses to do the "real work".
 java.lang.String toString()
           
 
Methods inherited from class org.jacorb.notification.engine.AbstractDeliverTask
getMessageConsumer, getTaskExecutor, handleTaskError, reset, schedule, schedule, scheduleTasks, setMessageConsumer
 
Methods inherited from class org.jacorb.notification.engine.AbstractTask
checkInterrupt, copyMessage, getTaskProcessor, removeMessage, run, schedule, setMessage, setTaskExecutor
 
Methods inherited from class org.jacorb.notification.interfaces.AbstractPoolable
configure, dispose, setObjectPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushToConsumerTask

public PushToConsumerTask(TaskProcessor tp)
Method Detail

doWork

public void doWork()
            throws java.lang.Exception
Description copied from class: AbstractTask
Override this Method in Subclasses to do the "real work".

Specified by:
doWork in class AbstractTask
Throws:
java.lang.Exception

toString

public java.lang.String toString()