oogp2p.file
Class FileFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.file.FileFactory

public class FileFactory
extends Factories

Factory used to instatiated the proper file IRs, given file nettables.


Field Summary
private  java.util.Vector myFileIRs
           
 
Constructor Summary
FileFactory()
           
 
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

myFileIRs

private java.util.Vector myFileIRs
Constructor Detail

FileFactory

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