Uses of Interface
com.almende.eve.transport.AsyncCallback

Packages that use AsyncCallback
com.almende.eve.agent   
com.almende.eve.transport   
com.almende.eve.transport.http   
com.almende.eve.transport.xmpp   
 

Uses of AsyncCallback in com.almende.eve.agent
 

Methods in com.almende.eve.agent with parameters of type AsyncCallback
<T> void
Agent.sendAsync(String url, JSONRequest request, AsyncCallback<T> callback, Class<T> type)
          Send an asynchronous JSON-RPC request to an agent sendAsync is not supported on Google App Engine
 void AgentFactory.sendAsync(String senderId, String receiverUrl, JSONRequest request, AsyncCallback<JSONResponse> callback)
          Asynchronously invoke a request on an agent.
<T> void
Agent.sendAsync(String url, String method, com.fasterxml.jackson.databind.node.ObjectNode params, AsyncCallback<T> callback, Class<T> type)
          Send an asynchronous JSON-RPC request to an agent sendAsync is not supported on Google App Engine
 

Uses of AsyncCallback in com.almende.eve.transport
 

Classes in com.almende.eve.transport that implement AsyncCallback
 class SyncCallback<T>
           
 

Methods in com.almende.eve.transport that return AsyncCallback
 AsyncCallback<T> AsyncCallbackQueue.pull(String id)
          Pull a callback from the queue.
 

Methods in com.almende.eve.transport with parameters of type AsyncCallback
 void AsyncCallbackQueue.push(String id, AsyncCallback<T> callback)
          Append a callback to the queue.
 void TransportService.sendAsync(String senderId, String receiver, JSONRequest request, AsyncCallback<JSONResponse> callback)
          Asynchronously Send a message to an other agent
 

Uses of AsyncCallback in com.almende.eve.transport.http
 

Methods in com.almende.eve.transport.http with parameters of type AsyncCallback
 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 AsyncCallback in com.almende.eve.transport.xmpp
 

Methods in com.almende.eve.transport.xmpp with parameters of type AsyncCallback
 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
 



Copyright © 2013 Almende BV. All Rights Reserved.