aleph.dir.home
Class RetrieveResponse
java.lang.Object
|
+--aleph.Message
|
+--aleph.dir.home.RetrieveResponse
- public class RetrieveResponse
- extends Message
- implements Constants
Server grants object to client.
- See Also:
RetrieveRequest, Serialized Form
|
Constructor Summary |
RetrieveResponse()
No-arg constructor needed to make class Externalizable. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
RetrieveResponse
public RetrieveResponse()
- No-arg constructor needed to make class Externalizable. Do not use.
- See Also:
Externalizable
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Overrides:
- writeExternal in class Message
- See Also:
Externalizable
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides:
- readExternal in class Message
- See Also:
Externalizable
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
run
public void run()