|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.bam.proxy.ReplyFutureCallback<T>
public class ReplyFutureCallback<T>
callback for a proxy rpc.
Constructor Summary | |
---|---|
ReplyFutureCallback()
|
Method Summary | |
---|---|
T |
get(long timeout)
|
void |
onError(BamError error)
|
void |
onReply(T result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplyFutureCallback()
Method Detail |
---|
public void onReply(T result)
onReply
in interface ReplyCallback<T>
public void onError(BamError error)
onError
in interface ReplyCallback<T>
public T get(long timeout)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |