|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.twistedmatrix.spread.pb.RemoteObject | +--com.twistedmatrix.spread.pb.RemotePathReference
A remote object which we refer to via path.
Constructor Summary | |
RemotePathReference(RemoteReference ref,
java.lang.Object path)
Create a new RemotePathReference. |
Method Summary | |
void |
callRemoteAsync(java.lang.String methodName,
java.lang.Object[] args,
PrimitiveMap kwargs,
Callback callback)
Send a command to the remote object, getting a response asynchronously. |
Methods inherited from class com.twistedmatrix.spread.pb.RemoteObject |
callRemote, callRemote, callRemote, callRemoteAsync |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemotePathReference(RemoteReference ref, java.lang.Object path)
Method Detail |
public void callRemoteAsync(java.lang.String methodName, java.lang.Object[] args, PrimitiveMap kwargs, Callback callback) throws java.io.IOException
callRemoteAsync
in class RemoteObject
methodName
- the method to call.args
- a list of arguments to the method.kwargs
- a dictionary of keyword arguments.callback
- callback for result (if callback is null then no answer will be sent.)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |