com.sun.ejb.containers
Class EJBTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sun.ejb.containers.EJBTimerTask
All Implemented Interfaces:
Runnable

public class EJBTimerTask
extends TimerTask


Method Summary
 Date getTimeout()
           
 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
 

Method Detail

run

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

getTimeout

public Date getTimeout()


Copyright © 2012 GlassFish Community. All Rights Reserved.