|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.colossus.server.Server.WithdrawInfo
public class Server.WithdrawInfo
| 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 |
|---|
public long deadline
public long intervalLen
public long intervals
public long lastNotification
public ClientHandler ch
| Constructor Detail |
|---|
public Server.WithdrawInfo(ClientHandler ch,
int intervals,
long intervalLen)
| Method Detail |
|---|
public long getLastNotification()
public void setLastNotification(long when)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||