Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.system
Class BatchInboundTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.stc.connector.batchadapter.system.BatchInboundTimerTask
All Implemented Interfaces:
com.stc.connector.management.jca.system.mbeans.LifeCycle, java.lang.Runnable

public class BatchInboundTimerTask
extends java.util.TimerTask
implements com.stc.connector.management.jca.system.mbeans.LifeCycle

Author:
npiega

Constructor Summary
BatchInboundTimerTask(BatchEndpoint batchASin)
           
 
Method Summary
 boolean isStarted()
           
 void run()
           
 void start()
           
 void stop()
           
 
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

BatchInboundTimerTask

public BatchInboundTimerTask(BatchEndpoint batchASin)
Method Detail

run

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

start

public void start()
Specified by:
start in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
See Also:
LifeCycle.start()

stop

public void stop()
Specified by:
stop in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
See Also:
LifeCycle.stop()

isStarted

public boolean isStarted()
Specified by:
isStarted in interface com.stc.connector.management.jca.system.mbeans.LifeCycle
See Also:
LifeCycle.isStarted()

Sun Adapter for Batch/FTP