oogp2p.file.nettables
Class FileNettable

java.lang.Object
  extended byoogp2p.Nettable
      extended byoogp2p.file.nettables.FileNettable
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileDataNettable, FileListingNettable

public abstract class FileNettable
extends Nettable

FileNettable.java Abstract base class to preserve nettable heirarchy.

Author:
OOGs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
FileNettable(java.net.InetAddress sender, java.net.InetAddress receiver)
           
 
Method Summary
abstract  java.lang.Object getContents()
           
 
Methods inherited from class oogp2p.Nettable
getApplicationName, getReceiver, getSender, setReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNettable

public FileNettable(java.net.InetAddress sender,
                    java.net.InetAddress receiver)
Method Detail

getContents

public abstract java.lang.Object getContents()
Specified by:
getContents in class Nettable