org.apache.openejb.server.ejbd
Class KeepAliveServer.KeepAliveTimer

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.openejb.server.ejbd.KeepAliveServer.KeepAliveTimer
All Implemented Interfaces:
Runnable
Enclosing class:
KeepAliveServer

public class KeepAliveServer.KeepAliveTimer
extends TimerTask


Constructor Summary
KeepAliveServer.KeepAliveTimer(KeepAliveServer kas)
           
 
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

KeepAliveServer.KeepAliveTimer

public KeepAliveServer.KeepAliveTimer(KeepAliveServer kas)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.