mil.navy.nps.logger
Class Rewind
java.lang.Object
mil.navy.nps.logger.Rewind
- All Implemented Interfaces:
- java.lang.Runnable
- public class Rewind
- extends java.lang.Object
- implements java.lang.Runnable
Constructor Summary |
Rewind(PduPlayer pPlayer,
java.lang.String intAddress,
int portNumber,
int pTtl)
Constructor for Play Thread |
Method Summary |
void |
run()
Called by the thread to start the process. |
void |
setRunDone(boolean pStatus)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SPEEDUP
public static final int DEFAULT_SPEEDUP
- See Also:
- Constant Field Values
pduPlayer
PduPlayer pduPlayer
address
java.net.InetAddress address
port
int port
ttl
int ttl
fileName
java.lang.String fileName
runDone
boolean runDone
looping
boolean looping
bsbUDP
BehaviorStreamBufferUDP bsbUDP
Rewind
public Rewind(PduPlayer pPlayer,
java.lang.String intAddress,
int portNumber,
int pTtl)
- Constructor for Play Thread
setRunDone
public void setRunDone(boolean pStatus)
run
public void run()
- Called by the thread to start the process. Loops until told to stop, or until it
runs of of PDUs.
- Specified by:
run
in interface java.lang.Runnable