ch.ethz.ssh2.util
Class TimeoutService.TimeoutToken

java.lang.Object
  extended by ch.ethz.ssh2.util.TimeoutService.TimeoutToken
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TimeoutService

public static class TimeoutService.TimeoutToken
extends java.lang.Object
implements java.lang.Comparable


Field Summary
private  java.lang.Runnable handler
           
private  long runTime
           
 
Constructor Summary
private TimeoutService.TimeoutToken(long runTime, java.lang.Runnable handler)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runTime

private long runTime

handler

private java.lang.Runnable handler
Constructor Detail

TimeoutService.TimeoutToken

private TimeoutService.TimeoutToken(long runTime,
                                    java.lang.Runnable handler)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable