equip.data
Class EquipProbe

java.lang.Object
  extended byequip.data.EquipProbe

public class EquipProbe
extends java.lang.Object

a simple EQUIP network probe to help with mobile networking tests. creates/join a dataspace using TCP/JCP according to URL, monitors heartbeat tuples and publishes its own.


Field Summary
(package private)  DataProxy dataspace
          dataspace
static int INTERVAL_MS
          default interval, ms
static java.lang.String typeName
          tuple type name
 
Constructor Summary
EquipProbe(java.lang.String dsurl, boolean serverFlag)
          cons on given multicast group - runs immediately
 
Method Summary
static void main(java.lang.String[] args)
          test main: usage java equip.data.EquipProbe <equipurl> s(erver)|c(lient)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataspace

DataProxy dataspace
dataspace


typeName

public static final java.lang.String typeName
tuple type name

See Also:
Constant Field Values

INTERVAL_MS

public static final int INTERVAL_MS
default interval, ms

See Also:
Constant Field Values
Constructor Detail

EquipProbe

public EquipProbe(java.lang.String dsurl,
                  boolean serverFlag)
cons on given multicast group - runs immediately

Method Detail

main

public static void main(java.lang.String[] args)
test main: usage java equip.data.EquipProbe <equipurl> s(erver)|c(lient)