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

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

Uses of PeerMessage in com.resilientedge.jockey.peer
 

Methods in com.resilientedge.jockey.peer that return PeerMessage
 PeerMessage MessageBrokerImpl.sendRequest(AppToken destApp, PeerMessage request, int timeout)
          Sends a request to a app, waiting until the response is received or until the timeout is exceeded.
 

Methods in com.resilientedge.jockey.peer with parameters of type PeerMessage
 PeerMessage MessageBrokerImpl.sendRequest(AppToken destApp, PeerMessage request, int timeout)
          Sends a request to a app, waiting until the response is received or until the timeout is exceeded.
 SendMarker MessageBrokerImpl.sendMessage(AppToken destApp, PeerMessage message)
          Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission.
 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.
 SendMarker MessageBrokerImpl.sendResponse(PeerMessage request, PeerMessage message)
          Sends an asynchronous reply to a peer's request, informing the registered MessageListener when the send has completed.
 void MessageBrokerImpl.distribute(PeerMessage message)
          Distribute a message to waiting listeners.
 void MessageBrokerImpl.distribute(AppToken destApp, PeerMessage message)
          Distribute a message to waiting listeners.
 void MessageBrokerImpl.distributeResponse(ResponseMarker marker, PeerMessage message)
          Distribute a message to waiting listeners.
 

Uses of PeerMessage in com.resilientedge.jockey.peerbridge
 

Methods in com.resilientedge.jockey.peerbridge that return PeerMessage
 PeerMessage MessageBrokerBridge.sendRequest(AppToken app, PeerMessage request, int timeout)
          Sends a request to a peer, waiting until the response is received or until the timeout is exceeded.
 PeerMessage SimpSockMessage.toPeerMessage()
          Construct a client side message object with the contents of this message.
 PeerMessage LoopbackMessage.toPeerMessage()
          Construct a client side message object with the contents of this message.
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type PeerMessage
 SendMarker MessageBrokerBridge.sendMessage(AppToken app, PeerMessage message)
          Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission.
 PeerMessage MessageBrokerBridge.sendRequest(AppToken app, PeerMessage request, int timeout)
          Sends a request to a peer, waiting until the response is received or until the timeout is exceeded.
 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.
 SendMarker MessageBrokerBridge.sendResponse(PeerMessage request, PeerMessage message)
          Sends an asynchronous reply to a peer's request, informing the registered MessageListener when the send has completed.
 void SimpSockMessage.fromPeerMessage(PeerMessage message)
          Populate this message with the client side message parameter
 void LoopbackMessage.fromPeerMessage(PeerMessage message)
          Populate this message with the client side message parameter
 

Uses of PeerMessage in com.resilientedge.jockey.test
 

Methods in com.resilientedge.jockey.test with parameters of type PeerMessage
 void ZJockeyAppTest.onRequest(PeerMessage request)
          Called when a request has been received and is ready to be processed.
 void ZJockeyAppTest.onMessage(PeerMessage message)
          Called when a message has been received and is ready to be processed.
 void ZJockeyAppTest.onResponse(ResponseMarker responseMarker, PeerMessage reply)
          Called when a response has been received and is ready to be processed.
 

Uses of PeerMessage in org.resilientedge.jockey.peer
 

Methods in org.resilientedge.jockey.peer that return PeerMessage
 PeerMessage MessageBroker.sendRequest(AppToken app, PeerMessage request, int timeout)
          Sends a request to an app, waiting until the response is received or until the timeout is exceeded.
 PeerMessage ResponseMarker.waitForResponse()
          Blocks until the complete response is returned, or until the request times out.
 

Methods in org.resilientedge.jockey.peer with parameters of type PeerMessage
 PeerMessage MessageBroker.sendRequest(AppToken app, PeerMessage request, int timeout)
          Sends a request to an app, waiting until the response is received or until the timeout is exceeded.
 SendMarker MessageBroker.sendMessage(AppToken app, PeerMessage message)
          Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission.
 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.
 SendMarker MessageBroker.sendResponse(PeerMessage request, PeerMessage message)
          Sends an asynchronous reply to an app's request, informing the registered MessageListener when the send has completed.
 void MessageListener.onRequest(PeerMessage request)
          Called when a request has been received and is ready to be processed.
 void MessageListener.onMessage(PeerMessage message)
          Called when a message has been received and is ready to be processed.
 void MessageListener.onResponse(ResponseMarker responseMarker, PeerMessage response)
          Called when a response has been received and is ready to be processed.
 

Uses of PeerMessage in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge that return PeerMessage
 PeerMessage PBMessage.toPeerMessage()
          Construct a client side message object with the contents of this message.
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PeerMessage
 void PBMessage.fromPeerMessage(PeerMessage message)
          Populate this message with the client side message parameter
 



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