oogp2p.chord
Class ChordFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.chord.ChordFactory

public class ChordFactory
extends Factories

Author:
cmz 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 myChordIRs
           
 
Constructor Summary
ChordFactory()
           
 
Method Summary
 InfoReceived makeInfoReceived(Nettable n)
           
 boolean matchesType(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myChordIRs

private java.util.Vector myChordIRs
Constructor Detail

ChordFactory

public ChordFactory()
Method Detail

matchesType

public boolean matchesType(java.lang.Object obj)
Specified by:
matchesType in class Factories

makeInfoReceived

public InfoReceived makeInfoReceived(Nettable n)
Specified by:
makeInfoReceived in class Factories