com.sun.ejb.containers
Class EJBTimerTask

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

public class EJBTimerTask
extends java.util.TimerTask


Method Summary
 java.util.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 java.lang.Runnable
Specified by:
run in class java.util.TimerTask

getTimeout

public java.util.Date getTimeout()


Copyright © 2012 GlassFish Community. All Rights Reserved.