Uses of Class
planet.generic.commonapi.GenericApp

Packages that use GenericApp
planet.test   
planet.test.broadcast   
planet.test.dht   
planet.test.factory   
planet.test.helloworld   
planet.test.scribe   
planet.test.serialize   
planet.test.symphonyDHT   
 

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.dht
 

Subclasses of GenericApp in planet.test.dht
 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.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.
 

Uses of GenericApp in planet.test.symphonyDHT
 

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