|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.util.AbstractPoolable
org.jacorb.notification.engine.AbstractTask
org.jacorb.notification.engine.PullFromSupplierTask
public class PullFromSupplierTask
Field Summary |
---|
Fields inherited from class org.jacorb.notification.util.AbstractPoolable |
---|
logger_ |
Method Summary | |
---|---|
void |
doWork()
Override this Method in Subclasses to do the "real work". |
void |
handleTaskError(AbstractTask task,
java.lang.Exception error)
error handler method that will be invoked if an exception occurs during doWork. |
void |
reset()
Reset the Object to an initial state. |
void |
schedule()
|
void |
setTarget(MessageSupplier target)
|
Methods inherited from class org.jacorb.notification.engine.AbstractTask |
---|
checkInterrupt, getTaskExecutor, isRunnable, run, schedule, schedule, setTaskExecutor |
Methods inherited from class org.jacorb.notification.util.AbstractPoolable |
---|
dispose, setObjectPool |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setTarget(MessageSupplier target)
public void doWork() throws Disconnected
AbstractTask
doWork
in class AbstractTask
Disconnected
public void reset()
AbstractPoolable
reset
in class AbstractPoolable
public void handleTaskError(AbstractTask task, java.lang.Exception error)
AbstractTask
task
- the task that caused the error.error
- the exception that was thrown.public void schedule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |