org.jacorb.notification.engine

Class PushToConsumerTask

Implemented Interfaces:
Configurable, Runnable, Disposable

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()
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, doWork, getTaskExecutor, getTaskProcessor, removeMessage, reset, run, schedule, schedule, schedule, setMessage, setTaskExecutor

Methods inherited from class org.jacorb.notification.interfaces.AbstractPoolable

configure, dispose, reset, setObjectPool

Constructor Details

PushToConsumerTask

public PushToConsumerTask(TaskProcessor tp)

Method Details

doWork

public void doWork()
            throws Exception
Overrides:
doWork in interface AbstractTask


toString

public String toString()