IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.invoker.timer
Class InvokerDaemon

java.lang.Object
  extended by java.util.TimerTask
      extended by com.ibm.btt.invoker.timer.InvokerDaemon
All Implemented Interfaces:
java.lang.Runnable

public final class InvokerDaemon
extends java.util.TimerTask

Invoker Deamon is actually a timer task, it maintains one daemon for callback listeners and call call back


Field Summary
protected static BTTLog logger
           
 
Constructor Summary
protected InvokerDaemon()
           
 
Method Summary
static InvokerDaemon getInstance()
           
 void register(InvokerTimerTask itt, CallBackPoint cbp)
           
 void register(InvokerTimerTask itt, java.util.Date time)
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static BTTLog logger
Constructor Detail

InvokerDaemon

protected InvokerDaemon()
Method Detail

getInstance

public static InvokerDaemon getInstance()

register

public void register(InvokerTimerTask itt,
                     CallBackPoint cbp)

register

public void register(InvokerTimerTask itt,
                     java.util.Date time)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011