mil.navy.nps.testing
Class CollisionMonitor

java.lang.Object
  extended bymil.navy.nps.testing.CollisionMonitor

class CollisionMonitor
extends java.lang.Object


Field Summary
(package private)  BehaviorStreamBufferUDP behaviorStreamBufferUDP
           
(package private) static boolean MULTICAST
           
(package private) static java.lang.String MULTICAST_ADDRESS
           
(package private)  java.lang.Thread networkReadThread
           
(package private) static int PORT
           
 
Constructor Summary
CollisionMonitor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void writeExample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTICAST_ADDRESS

static final java.lang.String MULTICAST_ADDRESS

PORT

static final int PORT
See Also:
Constant Field Values

MULTICAST

static final boolean MULTICAST
See Also:
Constant Field Values

behaviorStreamBufferUDP

BehaviorStreamBufferUDP behaviorStreamBufferUDP

networkReadThread

java.lang.Thread networkReadThread
Constructor Detail

CollisionMonitor

public CollisionMonitor()
Method Detail

writeExample

public void writeExample()

main

public static void main(java.lang.String[] args)