com.sun.enterprise.admin.servermgmt.pe
Class InstanceTimer

java.lang.Object
  extended by com.sun.enterprise.admin.servermgmt.pe.InstanceTimer
All Implemented Interfaces:
Runnable

public final class InstanceTimer
extends Object
implements Runnable


Constructor Summary
InstanceTimer(int timeOutSeconds, int startAfterSeconds, TimerCallback callBack)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceTimer

public InstanceTimer(int timeOutSeconds,
                     int startAfterSeconds,
                     TimerCallback callBack)
Method Detail

run

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


Copyright © 2012 GlassFish Community. All Rights Reserved.