|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryCallback | |
---|---|
com.caucho.bam.actor | |
com.caucho.bam.query | |
com.caucho.hmtp | |
com.caucho.server.deploy |
Uses of QueryCallback in com.caucho.bam.actor |
---|
Methods in com.caucho.bam.actor with parameters of type QueryCallback | |
---|---|
void |
AbstractActorSender.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
ActorSender.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
AbstractActorSender.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
ActorSender.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
ActorProxy.query(java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
AbstractActorSender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
ActorSender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
AbstractActorSender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
ActorSender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
Uses of QueryCallback in com.caucho.bam.query |
---|
Classes in com.caucho.bam.query that implement QueryCallback | |
---|---|
class |
AbstractQueryCallback
callback for a query |
class |
QueryFutureCallback
QueryFutureCallback is used to wait for query callbacks. |
Methods in com.caucho.bam.query with parameters of type QueryCallback | |
---|---|
void |
QueryManager.addQueryCallback(long id,
QueryCallback callback,
long timeout)
Adds a query callback to handle a later message. |
void |
QueryManager.query(MessageStream stream,
java.lang.String to,
java.lang.String from,
java.io.Serializable payload,
QueryCallback cb,
long timeout)
Queries through to a stream. |
void |
QuerySender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
void |
QuerySender.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
Sends a query information call (get) to an actor, providing a callback to receive the result or error. |
Uses of QueryCallback in com.caucho.hmtp |
---|
Methods in com.caucho.hmtp with parameters of type QueryCallback | |
---|---|
void |
HmtpClient.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback)
|
void |
HmtpClient.query(BamActorRef to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
|
void |
HmtpClient.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback)
|
void |
HmtpClient.query(java.lang.String to,
java.io.Serializable payload,
QueryCallback callback,
long timeout)
|
Uses of QueryCallback in com.caucho.server.deploy |
---|
Methods in com.caucho.server.deploy with parameters of type QueryCallback | |
---|---|
void |
DeployActorProxy.sendFile(java.lang.String sha1,
StreamSource source,
QueryCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |