|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bam.packet.Packet
com.caucho.bam.packet.MessageError
public class MessageError
Unidirectional message with an error
| Constructor Summary | |
|---|---|
MessageError(java.lang.String to,
java.lang.String from,
java.io.Serializable value,
BamError error)
An empty message to a destination |
|
| Method Summary | |
|---|---|
void |
dispatch(MessageStream handler,
MessageStream toSource)
SPI method to dispatch the packet to the proper handler |
BamError |
getError()
Returns the message error |
java.io.Serializable |
getValue()
Returns the message value |
java.lang.String |
toString()
|
| Methods inherited from class com.caucho.bam.packet.Packet |
|---|
dispatchError, getFrom, getTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageError(java.lang.String to,
java.lang.String from,
java.io.Serializable value,
BamError error)
to - the target address| Method Detail |
|---|
public java.io.Serializable getValue()
public BamError getError()
public void dispatch(MessageStream handler,
MessageStream toSource)
dispatch in class Packetpublic java.lang.String toString()
toString in class Packet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||