mil.navy.nps.logger
Class Rewind

java.lang.Object
  extended bymil.navy.nps.logger.Rewind
All Implemented Interfaces:
java.lang.Runnable

public class Rewind
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  java.net.InetAddress address
           
(package private)  BehaviorStreamBufferUDP bsbUDP
           
static int DEFAULT_SPEEDUP
           
(package private)  java.lang.String fileName
           
(package private)  boolean looping
           
(package private)  PduPlayer pduPlayer
           
(package private)  int port
           
(package private)  boolean runDone
           
(package private)  int ttl
           
 
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
 

Field Detail

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
Constructor Detail

Rewind

public Rewind(PduPlayer pPlayer,
              java.lang.String intAddress,
              int portNumber,
              int pTtl)
Constructor for Play Thread

Method Detail

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