| Package | Description |
|---|---|
| com.caucho.bam.actor | |
| com.caucho.bam.query | |
| com.caucho.hmtp | |
| com.caucho.server.deploy |
| Modifier and Type | Method and Description |
|---|---|
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)
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 |
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 |
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 |
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)
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.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryCallback
callback for a query
|
class |
QueryFutureCallback
QueryFutureCallback is used to wait
for query callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployActorProxy.sendFile(java.lang.String sha1,
StreamSource source,
QueryCallback callback) |