com.infoengine.soap
Class RPCHandler.XEchoSpaceTimer

java.lang.Object
  extended byjava.util.Timer
      extended bycom.infoengine.soap.RPCHandler.XEchoSpaceTimer
Enclosing class:
RPCHandler

class RPCHandler.XEchoSpaceTimer
extends Timer


Field Summary
(package private)  RPCHandler.XEchoSpaceTimerTask task
           
 
Fields inherited from class java.util.Timer
 
Constructor Summary
RPCHandler.XEchoSpaceTimer(long interval, javax.servlet.http.HttpServletResponse response)
           
RPCHandler.XEchoSpaceTimer(long interval, OutputStream os)
           
 
Method Summary
 boolean isRunning()
           
 boolean ranOnce()
           
 
Methods inherited from class java.util.Timer
cancel, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

RPCHandler.XEchoSpaceTimerTask task
Constructor Detail

RPCHandler.XEchoSpaceTimer

public RPCHandler.XEchoSpaceTimer(long interval,
                                  javax.servlet.http.HttpServletResponse response)
                           throws IOException

RPCHandler.XEchoSpaceTimer

public RPCHandler.XEchoSpaceTimer(long interval,
                                  OutputStream os)
Method Detail

ranOnce

public boolean ranOnce()

isRunning

public boolean isRunning()