|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.MessageObjects.MessageObject
cz.cuni.pogamut.MessageObjects.AliveMessage
public class AliveMessage
Alive message are for measuring the server lag. They are sending periodically with usual period of one second (this can change depending on the configuration of ControlServer)
Field Summary | |
---|---|
double |
time
|
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject |
---|
ID, type, types, UnrealID, visible |
Constructor Summary | |
---|---|
AliveMessage()
|
|
AliveMessage(int ID,
java.lang.String UnrealID)
|
Method Summary | |
---|---|
double |
getTime()
|
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject |
---|
clone, diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, toString, update |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double time
Constructor Detail |
---|
public AliveMessage()
public AliveMessage(int ID, java.lang.String UnrealID)
Method Detail |
---|
public double getTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |