|
||||||||||
| 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.QueryError
public class QueryError
RPC error result from a get or set. The "id" field is used to match the query with the response.
| Constructor Summary | |
|---|---|
QueryError(long id,
java.lang.String to,
java.lang.String from,
java.io.Serializable value,
BamError error)
A query to a target |
|
| Method Summary | |
|---|---|
void |
dispatch(MessageStream handler,
MessageStream toSource)
SPI method to dispatch the packet to the proper handler |
BamError |
getError()
Returns the query error |
long |
getId()
Returns the id |
java.io.Serializable |
getValue()
Returns the query 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 QueryError(long id,
java.lang.String to,
java.lang.String from,
java.io.Serializable value,
BamError error)
id - the query idto - the target addressfrom - the source addressvalue - copy the query requesterror - the query error| Method Detail |
|---|
public long getId()
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 | |||||||||