|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flat502.rox.server.DeferredMethodCall
public class DeferredMethodCall
A utility class that pairs up an RpcMethodProxy
instance with an asynchronous
method call
.
This class provides proxying of plain old Java objects in a form that is
compatible with an AsyncRequestHandler
implementation.
Constructor Summary | |
---|---|
DeferredMethodCall(RpcMethodProxy proxy,
RpcCall call,
ResponseChannel rspChannel)
|
Method Summary | |
---|---|
void |
invoke()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeferredMethodCall(RpcMethodProxy proxy, RpcCall call, ResponseChannel rspChannel)
Method Detail |
---|
public void invoke() throws java.io.IOException, MarshallingException
java.io.IOException
MarshallingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |