|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.utils.Verbose
gcspy.tools.FileTrace
gcspy.tools.TerminalStoreTrace
public class TerminalStoreTrace
Dumps the transmission from the server to the terminal in ASCII format
Field Summary |
---|
Fields inherited from class gcspy.tools.FileTrace |
---|
COMPRESSION_GZIP, COMPRESSION_NONE, COMPRESSION_ZIP, fileName |
Fields inherited from class gcspy.utils.Verbose |
---|
verbose |
Method Summary | |
---|---|
void |
event(int eventID,
int elapsedTime,
int compensationTime)
Handle an event |
static void |
main(java.lang.String[] args)
|
void |
space(ClientSpace space)
Respond to a SPACE command from the server. |
Methods inherited from class gcspy.tools.FileTrace |
---|
close, control, createBufferedInput, createBufferedOutput, createSpace, done, eventCount, getCompressionType, parse, setupInput, setupOutput, space, spaceInfo, stream, writeControl, writeEvent, writeEventCount, writeSpace, writeSpaceInfo, writeStream |
Methods inherited from class gcspy.utils.Verbose |
---|
print, println, println, setVerbose, verbose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void event(int eventID, int elapsedTime, int compensationTime)
FileTrace
event
in interface EventListener
event
in class FileTrace
eventID
- The event's IDelapsedTime
- The elapsed time for the eventcompensationTime
- Its compensation timepublic void space(ClientSpace space)
SpaceListener
space
in interface SpaceListener
space
- The new ClientSpacepublic static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |