oogp2p.pastry
Class PastryApplication

java.lang.Object
  extended byoogp2p.Application
      extended byoogp2p.pastry.PastryApplication

public class PastryApplication
extends Application

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

Field Summary
(package private)  PastryFactory myPastryFactory
           
 
Constructor Summary
PastryApplication()
           
 
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

myPastryFactory

PastryFactory myPastryFactory
Constructor Detail

PastryApplication

public PastryApplication()
Method Detail

Init

public void Init()
Specified by:
Init in class Application
See Also:
Application.Init()

isType

public boolean isType(Nettable n)
Specified by:
isType in class Application
See Also:
Application.isType(oogp2p.Nettable)

process

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

makeType

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