oogp2p
Class CommandNettable
java.lang.Object
oogp2p.Nettable
oogp2p.StringNettable
oogp2p.CommandNettable
- All Implemented Interfaces:
- java.io.Serializable
- public class CommandNettable
- extends StringNettable
CommandNettable.java
Created: Tue Apr 1 19:05:31 2003
- Version:
- Author:
- See Also:
- Serialized Form
|
Constructor Summary |
CommandNettable(java.lang.String command,
java.net.InetAddress myIP,
java.net.InetAddress myConnectedToIP)
|
CommandNettable(java.lang.String s,
java.lang.Object c,
java.net.InetAddress myIP,
java.net.InetAddress myConnectedToIP)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
myFactory
private CommandFactory myFactory
myContents
private java.lang.Object myContents
CommandNettable
public CommandNettable(java.lang.String command,
java.net.InetAddress myIP,
java.net.InetAddress myConnectedToIP)
- Parameters:
command - myIP - myConnectedToIP -
CommandNettable
public CommandNettable(java.lang.String s,
java.lang.Object c,
java.net.InetAddress myIP,
java.net.InetAddress myConnectedToIP)
getContents
public java.lang.Object getContents()
- Overrides:
getContents in class StringNettable
setContents
public void setContents(java.lang.Object c)