oogp2p.search
Class SearchFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.search.SearchFactory

public class SearchFactory
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 mySearchIRs
           
 
Constructor Summary
SearchFactory()
           
 
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

mySearchIRs

private java.util.Vector mySearchIRs
Constructor Detail

SearchFactory

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