oogp2p.file.nettables
Class FileListingNettable

java.lang.Object
  extended byoogp2p.Nettable
      extended byoogp2p.file.nettables.FileNettable
          extended byoogp2p.file.nettables.FileListingNettable
All Implemented Interfaces:
java.io.Serializable

public class FileListingNettable
extends FileNettable

FileNettable.java Nettable for a listing of files. Created: Tue Apr 1 20:28:43 2003

Version:
Author:
OOGs
See Also:
Serialized Form

Field Summary
(package private)  java.io.File myFiles
           
 
Fields inherited from class oogp2p.Nettable
myApplication, myReceiver, mySender
 
Constructor Summary
FileListingNettable(java.net.InetAddress sender, java.net.InetAddress receiver, java.io.File f)
           
 
Method Summary
 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
 

Field Detail

myFiles

java.io.File myFiles
Constructor Detail

FileListingNettable

public FileListingNettable(java.net.InetAddress sender,
                           java.net.InetAddress receiver,
                           java.io.File f)
Method Detail

getContents

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