Package net.sf.colossus.server
Class Server.WithdrawInfo
- java.lang.Object
-
- net.sf.colossus.server.Server.WithdrawInfo
-
- Enclosing class:
- Server
public class Server.WithdrawInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ClientHandler
ch
long
deadline
long
intervalLen
long
intervals
long
lastNotification
-
Constructor Summary
Constructors Constructor Description WithdrawInfo(ClientHandler ch, int intervals, long intervalLen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastNotification()
void
setLastNotification(long when)
-
-
-
Field Detail
-
deadline
public long deadline
-
intervalLen
public long intervalLen
-
intervals
public long intervals
-
lastNotification
public long lastNotification
-
ch
public ClientHandler ch
-
-
Constructor Detail
-
WithdrawInfo
public WithdrawInfo(ClientHandler ch, int intervals, long intervalLen)
-
-