org.codehaus.gpars

groovyx.gpars.scheduler
[Java] Class Timer

java.lang.Object
  groovyx.gpars.scheduler.Timer

public final class Timer

A shared timer to run timeouts for various GPars services


Field Summary
static java.util.concurrent.ScheduledExecutorService timer

 
Constructor Summary
Timer()

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

timer

public static final java.util.concurrent.ScheduledExecutorService timer


 
Constructor Detail

Timer

Timer()


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.