oogp2p.pastry
Class PastryFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.pastry.PastryFactory

public class PastryFactory
extends Factories

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

Field Summary
private  java.util.Vector myPastryIRs
           
 
Constructor Summary
(package private) PastryFactory()
           
 
Method Summary
 InfoReceived makeInfoReceived(Nettable n)
           
 boolean matchesType(java.lang.Object n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myPastryIRs

private java.util.Vector myPastryIRs
Constructor Detail

PastryFactory

PastryFactory()
Method Detail

matchesType

public boolean matchesType(java.lang.Object n)
Specified by:
matchesType in class Factories
See Also:
Factories.matchesType(java.lang.Object)

makeInfoReceived

public InfoReceived makeInfoReceived(Nettable n)
Specified by:
makeInfoReceived in class Factories
See Also:
Factories.makeInfoReceived(oogp2p.Nettable)