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

Fields inherited from class aleph.Message
from, HIGH, LOW, MEDIUM, next
 
Constructor Summary
RetrieveResponse()
          No-arg constructor needed to make class Externalizable.
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void run()
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class aleph.Message
copy, getPriority, send, send, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetrieveResponse

public RetrieveResponse()
No-arg constructor needed to make class Externalizable. Do not use.
See Also:
Externalizable
Method Detail

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()