Uses of Class
org.resilientedge.jockey.peer.ResponseMarker

Packages that use ResponseMarker
com.resilientedge.jockey.peer   
com.resilientedge.jockey.peerbridge   
com.resilientedge.jockey.test   
org.resilientedge.jockey.peer   
 

Uses of ResponseMarker in com.resilientedge.jockey.peer
 

Methods in com.resilientedge.jockey.peer that return ResponseMarker
 ResponseMarker MessageBrokerImpl.sendAsyncRequest(AppToken destApp, PeerMessage request, int timeout)
          Sends an asynchronous request to a app, informing the registered MessageListener when the response is received or the timeout has been exceeded.
 

Methods in com.resilientedge.jockey.peer with parameters of type ResponseMarker
 void MessageBrokerImpl.distributeResponse(ResponseMarker marker, PeerMessage message)
          Distribute a message to waiting listeners.
 

Uses of ResponseMarker in com.resilientedge.jockey.peerbridge
 

Methods in com.resilientedge.jockey.peerbridge that return ResponseMarker
 ResponseMarker MessageBrokerBridge.sendAsyncRequest(AppToken app, PeerMessage request, int timeout)
          Sends an asynchronous request to a peer, informing the registered MessageListener when the response is received or the timeout has been exceeded.
 

Uses of ResponseMarker in com.resilientedge.jockey.test
 

Methods in com.resilientedge.jockey.test with parameters of type ResponseMarker
 void ZJockeyAppTest.onResponse(ResponseMarker responseMarker, PeerMessage reply)
          Called when a response has been received and is ready to be processed.
 void ZJockeyAppTest.onTimeout(ResponseMarker responseMarker)
          Called when a request timed out before the response was received.
 

Uses of ResponseMarker in org.resilientedge.jockey.peer
 

Methods in org.resilientedge.jockey.peer that return ResponseMarker
 ResponseMarker MessageBroker.sendAsyncRequest(AppToken app, PeerMessage request, int timeout)
          Sends an asynchronous request to an app, informing the registered MessageListener when the response is received or the timeout has been exceeded.
 

Methods in org.resilientedge.jockey.peer with parameters of type ResponseMarker
 void MessageListener.onResponse(ResponseMarker responseMarker, PeerMessage response)
          Called when a response has been received and is ready to be processed.
 void MessageListener.onTimeout(ResponseMarker responseMarker)
          Called when a request timed out before the response was received.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.