Uses of Class
planet.generic.commonapi.GenericApp

Packages that use GenericApp
planet.test   
planet.test.broadcast   
planet.test.dht2   
planet.test.factory   
planet.test.GML.GMLTopology   
planet.test.helloworld   
planet.test.scribe   
planet.test.serialize   
 

Uses of GenericApp in planet.test
 

Subclasses of GenericApp in planet.test
 class TestPool
          Test the MessagePool, building 10.000 messages, two times in this sequence:

1.
 

Uses of GenericApp in planet.test.broadcast
 

Subclasses of GenericApp in planet.test.broadcast
 class BroadcastTest
          This test make a broadcast message over all network nodes.
 

Uses of GenericApp in planet.test.dht2
 

Subclasses of GenericApp in planet.test.dht2
 class DHTTest
          Main application that tests to inserts a wide number of key/value pairs at the ring and lookups a concrete existing key.
 

Uses of GenericApp in planet.test.factory
 

Subclasses of GenericApp in planet.test.factory
 class TestAppFactory
          Simple test that builds an ApplicationFactory and an Application using it.
 class TestEndPointFactory
          Simple test that builds an EndPointFactory and an EndPoint using it.
 class TestIdFactory
          Simple test that builds an IdFactory and an Id using it.
 class TestNetFactory
          Simple test that builds a NetworkFactory and a Network using it.
 class TestNodeFactory
          Simple test that builds a NodeFactory and a Node using it.
 class TestNodeHandleFactory
          Simple test that builds a NodeHandleFactory and a NodeHandle using it.
 

Uses of GenericApp in planet.test.GML.GMLTopology
 

Subclasses of GenericApp in planet.test.GML.GMLTopology
 class GMLTopologyTest
           GMLTopologyTest is an object class aimed at providing a description of a Chord Topology using The Graphic File Format GML for its representations an according to the specific GMLConstraint used for edge selection.
 

Uses of GenericApp in planet.test.helloworld
 

Subclasses of GenericApp in planet.test.helloworld
 class DHTPeerTest
          Makes a simple Hello World test.
 

Uses of GenericApp in planet.test.scribe
 

Subclasses of GenericApp in planet.test.scribe
 class ScribePeerTest
           
 

Uses of GenericApp in planet.test.serialize
 

Subclasses of GenericApp in planet.test.serialize
 class GenSerializedFile
          Builds a network based with events file "test_join1000d.txt" and serialize obtained network.
 class SerializeNetwork
          Shows the way to serialize the whole network.