|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONResponse | |
---|---|
com.almende.eve.agent | |
com.almende.eve.rpc.jsonrpc | |
com.almende.eve.transport | |
com.almende.eve.transport.http | |
com.almende.eve.transport.xmpp |
Uses of JSONResponse in com.almende.eve.agent |
---|
Methods in com.almende.eve.agent that return JSONResponse | |
---|---|
JSONResponse |
AgentFactory.invoke(String receiverId,
JSONRequest request,
RequestParams requestParams)
Invoke a local agent |
JSONResponse |
AgentFactory.send(String senderId,
String receiverUrl,
JSONRequest request)
Invoke a local or remote agent. |
Method parameters in com.almende.eve.agent with type arguments of type JSONResponse | |
---|---|
void |
AgentFactory.sendAsync(String senderId,
String receiverUrl,
JSONRequest request,
AsyncCallback<JSONResponse> callback)
Asynchronously invoke a request on an agent. |
Uses of JSONResponse in com.almende.eve.rpc.jsonrpc |
---|
Methods in com.almende.eve.rpc.jsonrpc that return JSONResponse | |
---|---|
static JSONResponse |
JSONRPC.invoke(Object object,
JSONRequest request)
Invoke a method on an object |
static JSONResponse |
JSONRPC.invoke(Object object,
JSONRequest request,
RequestParams requestParams)
Invoke a method on an object |
Uses of JSONResponse in com.almende.eve.transport |
---|
Methods in com.almende.eve.transport that return JSONResponse | |
---|---|
JSONResponse |
TransportService.send(String senderId,
String receiver,
JSONRequest request)
Send a message to an other agent |
Method parameters in com.almende.eve.transport with type arguments of type JSONResponse | |
---|---|
void |
TransportService.sendAsync(String senderId,
String receiver,
JSONRequest request,
AsyncCallback<JSONResponse> callback)
Asynchronously Send a message to an other agent |
Uses of JSONResponse in com.almende.eve.transport.http |
---|
Methods in com.almende.eve.transport.http that return JSONResponse | |
---|---|
JSONResponse |
HttpService.send(String senderId,
String receiverUrl,
JSONRequest request)
Send a JSON-RPC request to an agent via HTTP |
Method parameters in com.almende.eve.transport.http with type arguments of type JSONResponse | |
---|---|
void |
HttpService.sendAsync(String senderId,
String receiverUrl,
JSONRequest request,
AsyncCallback<JSONResponse> callback)
Send an asynchronous JSON-RPC request to an agent via HTTP |
Uses of JSONResponse in com.almende.eve.transport.xmpp |
---|
Methods in com.almende.eve.transport.xmpp that return JSONResponse | |
---|---|
JSONResponse |
XmppService.send(String senderId,
String receiver,
JSONRequest request)
Send a message to an other agent |
Method parameters in com.almende.eve.transport.xmpp with type arguments of type JSONResponse | |
---|---|
void |
AgentConnection.send(String username,
JSONRequest request,
AsyncCallback<JSONResponse> callback)
Send a message to an other agent |
void |
XmppService.sendAsync(String senderId,
String receiver,
JSONRequest request,
AsyncCallback<JSONResponse> callback)
Asynchronously Send a message to an other agent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |