|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryFuture | |
---|---|
com.caucho.bam.actor | |
com.caucho.bam.query |
Uses of QueryFuture in com.caucho.bam.actor |
---|
Methods in com.caucho.bam.actor that return QueryFuture | |
---|---|
QueryFuture |
AbstractActorSender.queryFuture(java.lang.String to,
java.io.Serializable payload,
long timeout)
Sends a query information call to an actor, blocking until the actor responds with a result or an error. |
Uses of QueryFuture in com.caucho.bam.query |
---|
Methods in com.caucho.bam.query that return QueryFuture | |
---|---|
QueryFuture |
QueryManager.addQueryFuture(long id,
java.lang.String to,
java.lang.String from,
java.io.Serializable payload,
long timeout)
Registers a callback future. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |