oogp2p.chord
Class ChordApplication

java.lang.Object
  extended byoogp2p.Application
      extended byoogp2p.chord.ChordApplication

public class ChordApplication
extends Application

Author:
cmz To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
(package private)  ChordFactory myChordFactory
           
 
Constructor Summary
ChordApplication()
           
 
Method Summary
 void Init()
           
 boolean isType(Nettable n)
           
 Application makeType(Nettable n)
           
 void process(Nettable n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myChordFactory

ChordFactory myChordFactory
Constructor Detail

ChordApplication

public ChordApplication()
Method Detail

Init

public void Init()
Specified by:
Init in class Application

isType

public boolean isType(Nettable n)
Specified by:
isType in class Application

makeType

public Application makeType(Nettable n)
Specified by:
makeType in class Application

process

public void process(Nettable n)
Overrides:
process in class Application