net.sf.colossus.server
Class Server.WithdrawInfo

java.lang.Object
  extended by net.sf.colossus.server.Server.WithdrawInfo
Enclosing class:
Server

public class Server.WithdrawInfo
extends java.lang.Object


Field Summary
 ClientHandler ch
           
 long deadline
           
 long intervalLen
           
 long intervals
           
 long lastNotification
           
 
Constructor Summary
Server.WithdrawInfo(ClientHandler ch, int intervals, long intervalLen)
           
 
Method Summary
 long getLastNotification()
           
 void setLastNotification(long when)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deadline

public long deadline

intervalLen

public long intervalLen

intervals

public long intervals

lastNotification

public long lastNotification

ch

public ClientHandler ch
Constructor Detail

Server.WithdrawInfo

public Server.WithdrawInfo(ClientHandler ch,
                           int intervals,
                           long intervalLen)
Method Detail

getLastNotification

public long getLastNotification()

setLastNotification

public void setLastNotification(long when)