aleph
Class AsynchMessage

java.lang.Object
  |
  +--aleph.Message
        |
        +--aleph.AsynchMessage
Direct Known Subclasses:
Call, Fork, ReleaseRequest, RetrieveRequest

public abstract class AsynchMessage
extends Message

The base class for asynchronous aleph messages. The Message's run() method is executed as a thread upon receipt.

See Also:
Message, Serialized Form

Fields inherited from class aleph.Message
from, HIGH, LOW, MEDIUM, next
 
Constructor Summary
AsynchMessage()
           
 
Methods inherited from class aleph.Message
copy, getPriority, readExternal, send, send, setPriority, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchMessage

public AsynchMessage()