oogp2p.chat.IRs
Class ChatInitIR

java.lang.Object
  extended byoogp2p.InfoReceived
      extended byoogp2p.chat.IRs.ChatInfoReceived
          extended byoogp2p.chat.IRs.ChatInitIR

public class ChatInitIR
extends ChatInfoReceived

ChatInitIR.java Created: Sat Apr 12 15:33:47 2003

Version:
Author:

Field Summary
(package private)  java.lang.String myFrom
           
(package private)  java.net.InetAddress myFromIP
           
(package private)  java.lang.String myTo
           
(package private)  java.net.InetAddress myToIP
           
 
Fields inherited from class oogp2p.InfoReceived
myNettableReceiver, myNettableSender
 
Constructor Summary
  ChatInitIR()
           
protected ChatInitIR(ChatNettable n)
           
 
Method Summary
 void execute()
           
 boolean isType(Nettable n)
           
 InfoReceived makeType(Nettable n)
           
 
Methods inherited from class oogp2p.InfoReceived
getNettableReceiver, getNettableSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFrom

java.lang.String myFrom

myTo

java.lang.String myTo

myFromIP

java.net.InetAddress myFromIP

myToIP

java.net.InetAddress myToIP
Constructor Detail

ChatInitIR

public ChatInitIR()

ChatInitIR

protected ChatInitIR(ChatNettable n)
Method Detail

isType

public boolean isType(Nettable n)
Specified by:
isType in class ChatInfoReceived

makeType

public InfoReceived makeType(Nettable n)
Specified by:
makeType in class ChatInfoReceived

execute

public void execute()
Specified by:
execute in class ChatInfoReceived