com.stc.connector.oracleappsadapter.base
Class DbInboundTimerTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--com.stc.connector.oracleappsadapter.base.DbInboundTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class DbInboundTimerTask
extends java.util.TimerTask


Constructor Summary
DbInboundTimerTask(javax.resource.spi.work.WorkManager wm, com.stc.connector.oracleappsadapter.base.DbInboundWork inboundWork)
          Creates a new instance of DbInboundTimerTask
 
Method Summary
 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
 

Constructor Detail

DbInboundTimerTask

public DbInboundTimerTask(javax.resource.spi.work.WorkManager wm,
                          com.stc.connector.oracleappsadapter.base.DbInboundWork inboundWork)
Creates a new instance of DbInboundTimerTask
Method Detail

run

public void run()
Overrides:
run in class java.util.TimerTask


Copyright 2004 by SeeBeyond Technology Corporation. All Rights Reserved.