Uses of Class
oogp2p.Nettable

Packages that use Nettable
oogp2p   
oogp2p.chat   
oogp2p.chat.commands   
oogp2p.chat.IRs   
oogp2p.chat.nettables   
oogp2p.chord   
oogp2p.chord.commands   
oogp2p.chord.IRs   
oogp2p.chord.nettables   
oogp2p.file   
oogp2p.file.commands   
oogp2p.file.IRs   
oogp2p.file.nettables   
oogp2p.network   
oogp2p.pastry   
oogp2p.pastry.commands   
oogp2p.pastry.file.commands   
oogp2p.pastry.file.IRs   
oogp2p.pastry.file.nettables   
oogp2p.pastry.IRs   
oogp2p.pastry.nettables   
oogp2p.records   
oogp2p.records.commands   
oogp2p.records.IRs   
oogp2p.records.nettables   
oogp2p.search   
oogp2p.search.commands   
oogp2p.search.IRs   
oogp2p.search.nettables   
 

Uses of Nettable in oogp2p
 

Subclasses of Nettable in oogp2p
 class CommandNettable
          CommandNettable.java Created: Tue Apr 1 19:05:31 2003
 class ConnectNettable
           
 class StringNettable
          StringNettable.java Nettable that holds a String
 

Methods in oogp2p with parameters of type Nettable
 InfoReceived OogFactory.makeInfoReceived(Nettable n)
           
 boolean OogApplication.isType(Nettable n)
           
 Application OogApplication.makeType(Nettable n)
           
 void OogApplication.process(Nettable n)
           
 boolean NewMemberCommand.isType(Nettable n)
           
 InfoReceived NewMemberCommand.makeType(Nettable n)
           
 boolean LoginNameCommand.isType(Nettable n)
           
 InfoReceived LoginNameCommand.makeType(Nettable n)
           
 boolean LoginCommand.isType(Nettable n)
           
 InfoReceived LoginCommand.makeType(Nettable n)
           
 InfoReceived InfoReceivedFactory.makeInfoReceived(Nettable n)
           
abstract  boolean InfoReceived.isType(Nettable n)
           
abstract  InfoReceived InfoReceived.makeType(Nettable n)
           
 boolean FindUsersCommand.isType(Nettable n)
           
 InfoReceived FindUsersCommand.makeType(Nettable n)
           
abstract  InfoReceived Factories.makeInfoReceived(Nettable n)
           
 InfoReceived ErrorFactory.makeInfoReceived(Nettable n)
           
 boolean ErrorCommand.isType(Nettable n)
           
 InfoReceived ErrorCommand.makeType(Nettable n)
           
 boolean ErrorApplication.isType(Nettable n)
           
 Application ErrorApplication.makeType(Nettable n)
           
 boolean DisplayCommand.isType(Nettable n)
           
 InfoReceived DisplayCommand.makeType(Nettable n)
           
 boolean ConnectIR.isType(Nettable n)
           
 InfoReceived ConnectIR.makeType(Nettable n)
           
 void ConnectionAdministrator.broadcastToAll(Nettable n)
           
 boolean ConnectCommand.isType(Nettable n)
           
 InfoReceived ConnectCommand.makeType(Nettable n)
           
 InfoReceived CommandFactory.makeInfoReceived(Nettable n)
           
abstract  boolean Command.isType(Nettable n)
           
abstract  InfoReceived Command.makeType(Nettable n)
           
 void Command.sendInfo(Nettable n, java.io.ObjectOutputStream out)
           
 void ClientAdministrator.broadcastToAll(Nettable nettable)
          Broadcasts to all nettables.
 boolean ClientAdministrator.sendNettable(java.net.InetAddress clientIP, Nettable n)
          Sends a Nettable to the given clientIP.
 Application ApplicationFactory.getApplication(Nettable n)
           
abstract  boolean Application.isType(Nettable n)
           
 void Application.process(Nettable n)
           
abstract  Application Application.makeType(Nettable n)
           
 void AllPeers.sendInfo(Nettable n, java.io.ObjectOutputStream out)
           
 

Constructors in oogp2p with parameters of type Nettable
NewMemberCommand(Nettable n)
           
LoginCommand(Nettable n)
           
InfoReceived(Nettable n)
           
FindUsersCommand(Nettable n)
           
ErrorCommand(Nettable n)
           
DisplayCommand(Nettable n)
           
ConnectCommand(Nettable n)
           
Command(Nettable n)
           
 

Uses of Nettable in oogp2p.chat
 

Methods in oogp2p.chat with parameters of type Nettable
 InfoReceived ChatFactory.makeInfoReceived(Nettable n)
           
 boolean ChatApplication.isType(Nettable n)
           
 Application ChatApplication.makeType(Nettable n)
           
 void ChatApplication.process(Nettable n)
           
 

Uses of Nettable in oogp2p.chat.commands
 

Methods in oogp2p.chat.commands with parameters of type Nettable
 boolean MultiChatCommand.isType(Nettable n)
           
 InfoReceived MultiChatCommand.makeType(Nettable n)
           
 boolean ChatCommand.isType(Nettable n)
           
 InfoReceived ChatCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.chat.commands with parameters of type Nettable
MultiChatCommand(Nettable n)
           
ChatCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.chat.IRs
 

Methods in oogp2p.chat.IRs with parameters of type Nettable
 boolean ChatCloseIR.isType(Nettable n)
           
 InfoReceived ChatCloseIR.makeType(Nettable n)
           
 boolean MultiChatMessageIR.isType(Nettable n)
           
 InfoReceived MultiChatMessageIR.makeType(Nettable n)
           
 boolean MultiChatInitIR.isType(Nettable n)
           
 InfoReceived MultiChatInitIR.makeType(Nettable n)
           
 boolean MultiChatInitInfoIR.isType(Nettable n)
           
 InfoReceived MultiChatInitInfoIR.makeType(Nettable n)
           
 boolean ChatMessageIR.isType(Nettable n)
           
 InfoReceived ChatMessageIR.makeType(Nettable n)
           
 boolean ChatInitIR.isType(Nettable n)
           
 InfoReceived ChatInitIR.makeType(Nettable n)
           
abstract  boolean ChatInfoReceived.isType(Nettable n)
           
abstract  InfoReceived ChatInfoReceived.makeType(Nettable n)
           
 

Constructors in oogp2p.chat.IRs with parameters of type Nettable
ChatInfoReceived(Nettable n)
           
 

Uses of Nettable in oogp2p.chat.nettables
 

Subclasses of Nettable in oogp2p.chat.nettables
 class ChatCloseNettable
          ChatCloseNettable.java Created: Tue Apr 1 23:22:55 2003
 class ChatInitNettable
          ChatInitNettable.java Created: Tue Apr 1 23:22:55 2003
 class ChatMessageNettable
          ChatMessageNettable.java Created: Tue Apr 1 23:22:55 2003
 class ChatNettable
          ChatNettable.java Created: Tue Apr 1 23:14:34 2003
 class MultiChatInitInfoNettable
          MultiChatInitInfoNettable.java Created: Sun Apr 27 20:49:01 2003
 class MultiChatInitNettable
          MultiChatInitNettable.java Created: Sun Apr 27 20:15:59 2003
 class MultiChatMessageNettable
          MultiChatMessageNettable.java Created: Mon Apr 28 18:03:36 2003
 

Uses of Nettable in oogp2p.chord
 

Methods in oogp2p.chord with parameters of type Nettable
 InfoReceived ChordFactory.makeInfoReceived(Nettable n)
           
 boolean ChordApplication.isType(Nettable n)
           
 Application ChordApplication.makeType(Nettable n)
           
 void ChordApplication.process(Nettable n)
           
 

Uses of Nettable in oogp2p.chord.commands
 

Methods in oogp2p.chord.commands with parameters of type Nettable
 boolean CreateChordCommand.isType(Nettable n)
           
 InfoReceived CreateChordCommand.makeType(Nettable n)
           
 boolean ChordStatSearchCommand.isType(Nettable n)
           
 InfoReceived ChordStatSearchCommand.makeType(Nettable n)
           
 boolean ChordSearchCommand.isType(Nettable n)
           
 InfoReceived ChordSearchCommand.makeType(Nettable n)
           
 boolean ChordCommand.isType(Nettable n)
           
 InfoReceived ChordCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.chord.commands with parameters of type Nettable
CreateChordCommand(Nettable n)
           
ChordStatSearchCommand(Nettable n)
           
ChordSearchCommand(Nettable n)
           
ChordCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.chord.IRs
 

Methods in oogp2p.chord.IRs with parameters of type Nettable
 boolean StabilizeResponseIR.isType(Nettable n)
           
 InfoReceived StabilizeResponseIR.makeType(Nettable n)
           
 boolean StabilizeIR.isType(Nettable n)
           
 InfoReceived StabilizeIR.makeType(Nettable n)
           
 boolean RefreshFingerNodeResponseIR.isType(Nettable n)
           
 InfoReceived RefreshFingerNodeResponseIR.makeType(Nettable n)
           
 boolean RefreshFingerNodeIR.isType(Nettable n)
           
 InfoReceived RefreshFingerNodeIR.makeType(Nettable n)
           
 boolean NotifyIR.isType(Nettable n)
           
 InfoReceived NotifyIR.makeType(Nettable n)
           
 boolean InsertKeyIR.isType(Nettable n)
           
 InfoReceived InsertKeyIR.makeType(Nettable n)
           
 boolean GetMappingIR.isType(Nettable n)
           
 InfoReceived GetMappingIR.makeType(Nettable n)
           
 boolean GetMappingAnswerIR.isType(Nettable n)
           
 InfoReceived GetMappingAnswerIR.makeType(Nettable n)
           
 boolean FoundKeyStatIR.isType(Nettable n)
           
 InfoReceived FoundKeyStatIR.makeType(Nettable n)
           
 boolean FoundKeyIR.isType(Nettable n)
           
 InfoReceived FoundKeyIR.makeType(Nettable n)
           
 boolean FoundFingerSuccessorIR.isType(Nettable n)
           
 InfoReceived FoundFingerSuccessorIR.makeType(Nettable n)
           
 boolean FindKeyStatIR.isType(Nettable n)
           
 InfoReceived FindKeyStatIR.makeType(Nettable n)
           
 boolean FindKeyIR.isType(Nettable n)
           
 InfoReceived FindKeyIR.makeType(Nettable n)
           
 boolean FindFingerSuccessorIR.isType(Nettable n)
           
 InfoReceived FindFingerSuccessorIR.makeType(Nettable n)
           
 boolean EchoFindKeyStatIR.isType(Nettable n)
           
 InfoReceived EchoFindKeyStatIR.makeType(Nettable n)
           
 boolean ChordRingQueryIR.isType(Nettable n)
           
 InfoReceived ChordRingQueryIR.makeType(Nettable n)
           
 boolean ChordRingExistsIR.isType(Nettable n)
           
 InfoReceived ChordRingExistsIR.makeType(Nettable n)
           
abstract  boolean ChordInfoReceived.isType(Nettable n)
           
abstract  InfoReceived ChordInfoReceived.makeType(Nettable n)
           
 boolean AddKeyToTableIR.isType(Nettable n)
           
 InfoReceived AddKeyToTableIR.makeType(Nettable n)
           
 

Constructors in oogp2p.chord.IRs with parameters of type Nettable
StabilizeResponseIR(Nettable n)
           
StabilizeIR(Nettable n)
           
RefreshFingerNodeResponseIR(Nettable n)
           
RefreshFingerNodeIR(Nettable n)
           
NotifyIR(Nettable n)
           
InsertKeyIR(Nettable n)
           
GetMappingAnswerIR(Nettable n)
           
FoundKeyStatIR(Nettable n)
           
FoundKeyIR(Nettable n)
           
ChordRingQueryIR(Nettable n)
           
ChordRingExistsIR(Nettable n)
           
ChordInfoReceived(Nettable n)
           
AddKeyToTableIR(Nettable n)
           
 

Uses of Nettable in oogp2p.chord.nettables
 

Subclasses of Nettable in oogp2p.chord.nettables
 class AddKeyToTableNettable
           
 class ChordNettable
           
 class ChordRingExistsNettable
           
 class ChordRingQueryNettable
           
 class EchoFindKeyStatNettable
           
 class FindFingerSuccessorNettable
           
 class FindKeyNettable
           
 class FindKeyStatNettable
           
 class FoundFingerSuccessorNettable
           
 class FoundKeyNettable
           
 class FoundKeyStatNettable
           
 class GetMappingAnswerNettable
           
 class GetMappingNettable
           
 class InsertKeyNettable
           
 class JoinChordRingNettable
           
 class NotifyNettable
           
 class RefreshFingerNodeNettable
           
 class RefreshFingerNodeResponseNettable
           
 class StabilizeNettable
           
 class StabilizeResponseNettable
           
 

Uses of Nettable in oogp2p.file
 

Methods in oogp2p.file with parameters of type Nettable
 InfoReceived FileFactory.makeInfoReceived(Nettable n)
           
 boolean FileApplication.isType(Nettable n)
           
 Application FileApplication.makeType(Nettable n)
           
 void FileApplication.process(Nettable n)
           
 

Uses of Nettable in oogp2p.file.commands
 

Methods in oogp2p.file.commands with parameters of type Nettable
 boolean GetFileListingCommand.isType(Nettable n)
           
 InfoReceived GetFileListingCommand.makeType(Nettable n)
           
 boolean GetFileCommand.isType(Nettable n)
           
 InfoReceived GetFileCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.file.commands with parameters of type Nettable
GetFileListingCommand(Nettable n)
           
GetFileCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.file.IRs
 

Methods in oogp2p.file.IRs with parameters of type Nettable
 boolean FileListingIR.isType(Nettable n)
           
 InfoReceived FileListingIR.makeType(Nettable n)
           
abstract  boolean FileInfoReceived.isType(Nettable n)
           
abstract  InfoReceived FileInfoReceived.makeType(Nettable n)
           
 boolean FileDataIR.isType(Nettable n)
           
 InfoReceived FileDataIR.makeType(Nettable n)
           
 

Constructors in oogp2p.file.IRs with parameters of type Nettable
FileListingIR(Nettable n)
           
FileInfoReceived(Nettable n)
           
 

Uses of Nettable in oogp2p.file.nettables
 

Subclasses of Nettable in oogp2p.file.nettables
 class FileDataNettable
          FileDataNettable.java Nettables containing a file that is sent over the network.
 class FileListingNettable
          FileNettable.java Nettable for a listing of files.
 class FileNettable
          FileNettable.java Abstract base class to preserve nettable heirarchy.
 

Uses of Nettable in oogp2p.network
 

Methods in oogp2p.network that return Nettable
 Nettable Reader.getNettable()
          getNettable() This method waits for a nettable from the server.
 

Methods in oogp2p.network with parameters of type Nettable
 void Writer.sendNettable(Nettable n)
           
 boolean Client.sendNettable(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry
 

Methods in oogp2p.pastry with parameters of type Nettable
 InfoReceived PastryFactory.makeInfoReceived(Nettable n)
           
 boolean PastryApplication.isType(Nettable n)
           
 void PastryApplication.process(Nettable n)
           
 Application PastryApplication.makeType(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry.commands
 

Methods in oogp2p.pastry.commands with parameters of type Nettable
 boolean PastryStructureCheckCommand.isType(Nettable n)
           
 InfoReceived PastryStructureCheckCommand.makeType(Nettable n)
           
 boolean PastryRouteTest.isType(Nettable n)
           
 InfoReceived PastryRouteTest.makeType(Nettable n)
           
 boolean PastryCommand.isType(Nettable n)
           
 InfoReceived PastryCommand.makeType(Nettable n)
           
 boolean CreatePastryCommand.isType(Nettable n)
           
 InfoReceived CreatePastryCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.pastry.commands with parameters of type Nettable
PastryStructureCheckCommand(Nettable n)
           
PastryRouteTest(Nettable n)
           
PastryCommand(Nettable n)
           
CreatePastryCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry.file.commands
 

Methods in oogp2p.pastry.file.commands with parameters of type Nettable
 boolean PastrySearchCommand.isType(Nettable n)
           
 InfoReceived PastrySearchCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.pastry.file.commands with parameters of type Nettable
PastrySearchCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry.file.IRs
 

Methods in oogp2p.pastry.file.IRs with parameters of type Nettable
 boolean PastryInsertFileIR.isType(Nettable n)
           
 InfoReceived PastryInsertFileIR.makeType(Nettable n)
           
 boolean PastryFoundFileIR.isType(Nettable n)
           
 InfoReceived PastryFoundFileIR.makeType(Nettable n)
           
 boolean PastryFindFileIR.isType(Nettable n)
           
 InfoReceived PastryFindFileIR.makeType(Nettable n)
           
 

Constructors in oogp2p.pastry.file.IRs with parameters of type Nettable
PastryInsertFileIR(Nettable n)
           
PastryFoundFileIR(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry.file.nettables
 

Subclasses of Nettable in oogp2p.pastry.file.nettables
 class PastryFindFileNettable
           
 class PastryFoundFileNettable
           
 class PastryInsertFileNettable
           
 

Uses of Nettable in oogp2p.pastry.IRs
 

Methods in oogp2p.pastry.IRs with parameters of type Nettable
 boolean PastryTargetFoundIR.isType(Nettable n)
           
 InfoReceived PastryTargetFoundIR.makeType(Nettable n)
           
 boolean PastryStructureCheckIR.isType(Nettable n)
           
 InfoReceived PastryStructureCheckIR.makeType(Nettable n)
           
 boolean PastryRoutingTableRowIR.isType(Nettable n)
           
 InfoReceived PastryRoutingTableRowIR.makeType(Nettable n)
           
 boolean PastryRouteTestIR.isType(Nettable n)
           
 InfoReceived PastryRouteTestIR.makeType(Nettable n)
           
 boolean PastryNetworkQueryIR.isType(Nettable n)
           
 InfoReceived PastryNetworkQueryIR.makeType(Nettable n)
           
 boolean PastryNetworkExistsIR.isType(Nettable n)
           
 InfoReceived PastryNetworkExistsIR.makeType(Nettable n)
           
 boolean PastryLeafSetIR.isType(Nettable n)
           
 InfoReceived PastryLeafSetIR.makeType(Nettable n)
           
 boolean PastryJoinIR.isType(Nettable n)
           
 InfoReceived PastryJoinIR.makeType(Nettable n)
           
abstract  boolean PastryInfoReceived.isType(Nettable n)
           
abstract  InfoReceived PastryInfoReceived.makeType(Nettable n)
           
 

Constructors in oogp2p.pastry.IRs with parameters of type Nettable
PastryStructureCheckIR(Nettable n)
           
PastryRoutingTableRowIR(Nettable n)
           
PastryNetworkQueryIR(Nettable n)
           
PastryNetworkExistsIR(Nettable n)
           
PastryInfoReceived(Nettable n)
           
 

Uses of Nettable in oogp2p.pastry.nettables
 

Subclasses of Nettable in oogp2p.pastry.nettables
 class PastryJoinNettable
           
 class PastryLeafSetNettable
           
 class PastryNettable
           
 class PastryNetworkExistsNettable
           
 class PastryNetworkQueryNettable
           
 class PastryRouteTestNettable
          The purpose of this is to test the routing of a nettable to a given pastry node.
 class PastryRoutingTableRowNettable
           
 class PastryStructureCheckNettable
           
 class PastryTargetFoundNettable
           
 

Uses of Nettable in oogp2p.records
 

Methods in oogp2p.records with parameters of type Nettable
 InfoReceived RecordFactory.makeInfoReceived(Nettable n)
           
 boolean RecordApplication.isType(Nettable n)
           
 Application RecordApplication.makeType(Nettable n)
           
 void RecordApplication.process(Nettable n)
           
 

Uses of Nettable in oogp2p.records.commands
 

Methods in oogp2p.records.commands with parameters of type Nettable
 boolean GetRecordsCommand.isType(Nettable n)
           
 InfoReceived GetRecordsCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.records.commands with parameters of type Nettable
GetRecordsCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.records.IRs
 

Methods in oogp2p.records.IRs with parameters of type Nettable
abstract  boolean RecordInfoReceived.isType(Nettable n)
           
abstract  InfoReceived RecordInfoReceived.makeType(Nettable n)
           
 boolean RecordHopsReturnIR.isType(Nettable n)
           
 InfoReceived RecordHopsReturnIR.makeType(Nettable n)
           
 boolean RecordHopsIR.isType(Nettable n)
           
 InfoReceived RecordHopsIR.makeType(Nettable n)
           
 

Constructors in oogp2p.records.IRs with parameters of type Nettable
RecordInfoReceived(Nettable n)
           
RecordHopsReturnIR(Nettable n)
           
RecordHopsIR(Nettable n)
           
 

Uses of Nettable in oogp2p.records.nettables
 

Subclasses of Nettable in oogp2p.records.nettables
 class RecordHopsNettable
           
 class RecordHopsReturnNettable
           
 class RecordNettable
           
 

Uses of Nettable in oogp2p.search
 

Methods in oogp2p.search with parameters of type Nettable
 InfoReceived SearchFactory.makeInfoReceived(Nettable n)
           
 boolean SearchApplication.isType(Nettable n)
           
 Application SearchApplication.makeType(Nettable n)
           
 void SearchApplication.process(Nettable n)
           
 

Uses of Nettable in oogp2p.search.commands
 

Methods in oogp2p.search.commands with parameters of type Nettable
 boolean SearchGetFileCommand.isType(Nettable n)
           
 InfoReceived SearchGetFileCommand.makeType(Nettable n)
           
 boolean BreadthSearchCommand.isType(Nettable n)
           
 InfoReceived BreadthSearchCommand.makeType(Nettable n)
           
 

Constructors in oogp2p.search.commands with parameters of type Nettable
SearchGetFileCommand(Nettable n)
           
BreadthSearchCommand(Nettable n)
           
 

Uses of Nettable in oogp2p.search.IRs
 

Methods in oogp2p.search.IRs with parameters of type Nettable
abstract  boolean SearchInfoReceived.isType(Nettable n)
           
abstract  InfoReceived SearchInfoReceived.makeType(Nettable n)
           
 boolean SearchFileFoundIR.isType(Nettable n)
           
 InfoReceived SearchFileFoundIR.makeType(Nettable n)
           
 boolean BreadthSearchIR.isType(Nettable n)
           
 InfoReceived BreadthSearchIR.makeType(Nettable n)
           
 

Constructors in oogp2p.search.IRs with parameters of type Nettable
SearchInfoReceived(Nettable n)
           
SearchFileFoundIR(Nettable n)
           
 

Uses of Nettable in oogp2p.search.nettables
 

Subclasses of Nettable in oogp2p.search.nettables
 class BreadthSearchNettable
           
 class SearchFileFoundNettable
           
 class SearchNettable