Uses of Interface
org.resilientedge.jockey.peerbridge.PBMessage

Packages that use PBMessage
com.resilientedge.jockey.peerbridge   
org.resilientedge.jockey.peerbridge   
 

Uses of PBMessage in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement PBMessage
 class LoopbackMessage
          Represents a message transmitted or received from the peer network Subclasses must provide translation from PBABI standard message to a native message for a particular peer framework.
 class SimpSockMessage
          Represents a message transmitted or received from the peer network Subclasses must provide translation from PBABI standard message to a native message for a particular peer framework.
 

Methods in com.resilientedge.jockey.peerbridge that return PBMessage
 PBMessage SimpSockMessenger.createMessage()
          Creates a new peer message instance to be sent.
 PBMessage SimpSockMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 PBMessage LoopbackMessenger.createMessage()
          Creates a new peer message instance to be sent.
 PBMessage LoopbackMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type PBMessage
 void MessageBrokerBridge.onMessage(PBMessage message)
          Called when a message was successfully sent.
 void MessageBrokerBridge.onRequest(PBMessage request)
          Called when a request has been received and is ready to be processed.
 void MessageBrokerBridge.onResponse(PBResponseMarker responseMarker, PBMessage response)
          Called when a response has been received
 PBSendMarker SimpSockMessenger.sendMessage(PBApplication app, PBMessage message)
          Transmits a message over the peer network to the target app
 PBMessage SimpSockMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 PBResponseMarker SimpSockMessenger.sendAsyncRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a message over the peer network to the target app
 PBSendMarker SimpSockMessenger.sendResponse(PBMessage request, PBMessage reply)
          Transmits a response over the peer network to the target app
 PBSendMarker LoopbackMessenger.sendMessage(PBApplication app, PBMessage message)
          Transmits a message over the peer network to the target app
 PBMessage LoopbackMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 PBResponseMarker LoopbackMessenger.sendAsyncRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a message over the peer network to the target app
 PBSendMarker LoopbackMessenger.sendResponse(PBMessage request, PBMessage reply)
          Transmits a response over the peer network to the target app
 

Uses of PBMessage in org.resilientedge.jockey.peerbridge
 

Classes in org.resilientedge.jockey.peerbridge that implement PBMessage
 class PBAbstractMessage
          Base PBMessage class
 

Methods in org.resilientedge.jockey.peerbridge that return PBMessage
 PBMessage PBSendMarker.getSendMessage()
          Gets the message that is being sent
 PBMessage PBResponseMarker.getResponseMessage()
          Gets the response message
 PBMessage PBMessenger.createMessage()
          Creates a new peer message instance to be sent.
 PBMessage PBMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PBMessage
 void PBSendMarker.setSendMessage(PBMessage message)
          Sets the message that is being sent
 void PBResponseMarker.setResponseMessage(PBMessage message)
          Sets the response message
 void PBMessageObserver.onResponse(PBResponseMarker responseMarker, PBMessage response)
          Called when a response has been received
 void PBMessageObserver.onMessage(PBMessage message)
          Called when a message was successfully sent.
 void PBMessageObserver.onRequest(PBMessage request)
          Called when a request has been received and is ready to be processed.
 PBSendMarker PBMessenger.sendMessage(PBApplication app, PBMessage message)
          Transmits a message over the peer network to the target app
 PBMessage PBMessenger.sendRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a request over the peer network to the target app
 PBResponseMarker PBMessenger.sendAsyncRequest(PBApplication app, PBMessage request, int timeout)
          Transmits a message over the peer network to the target peer
 PBSendMarker PBMessenger.sendResponse(PBMessage request, PBMessage response)
          Transmits a response over the peer network to the target peer
 

Constructors in org.resilientedge.jockey.peerbridge with parameters of type PBMessage
PBSendMarker(PBMessage message)
          Construct a fully formed send marker.
PBResponseMarker(PBMessage message, int timeout)
          Construct a fully formed response marker.
 



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