oogp2p.records
Class RecordApplication

java.lang.Object
  extended byoogp2p.Application
      extended byoogp2p.records.RecordApplication

public class RecordApplication
extends Application

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

Field Summary
(package private)  RecordFactory myRecordFactory
           
 
Constructor Summary
RecordApplication()
           
 
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

myRecordFactory

RecordFactory myRecordFactory
Constructor Detail

RecordApplication

public RecordApplication()
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