oogp2p
Class InfoReceivedFactory

java.lang.Object
  extended byoogp2p.Factories
      extended byoogp2p.InfoReceivedFactory

public class InfoReceivedFactory
extends Factories


Field Summary
private  CommandFactory myCommands
           
private  java.util.Vector myFactories
           
private  java.util.Vector myGeneralIRs
           
 
Constructor Summary
InfoReceivedFactory()
           
 
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

myFactories

private java.util.Vector myFactories

myGeneralIRs

private java.util.Vector myGeneralIRs

myCommands

private CommandFactory myCommands
Constructor Detail

InfoReceivedFactory

public InfoReceivedFactory()
Method Detail

makeInfoReceived

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

matchesType

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