oogp2p.records
Class RecordFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.records.RecordFactory

public class RecordFactory
extends Factories

Author:
dtg 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 myRecordIRs
           
 
Constructor Summary
RecordFactory()
           
 
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

myRecordIRs

private java.util.Vector myRecordIRs
Constructor Detail

RecordFactory

public RecordFactory()
Method Detail

matchesType

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

makeInfoReceived

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