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

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

Uses of PBApplication in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement PBApplication
 class LoopbackApplication
          Represents a Application on the network
 class SimpSockApplication
          Represents a Application on the network
 

Methods in com.resilientedge.jockey.peerbridge that return PBApplication
 PBApplication SimpSockEntityManager.locateAppByToken(AppToken appToken)
          Return a reference to the app identified by the given token.
 PBApplication SimpSockNetManager.createApplication(AppDescriptor descriptor, Authority[] authorities)
          Returns a PBApplication object
 PBApplication SimpSockMessage.getDestApp()
          Gets the destination app for this message
 PBApplication SimpSockMessage.getSourceApp()
          Gets the source app for this message
 PBApplication LoopbackMessage.getDestApp()
          Gets the destination app for this message
 PBApplication LoopbackMessage.getSourceApp()
          Gets the source app for this message
 PBApplication LoopbackNetManager.createApplication(AppDescriptor descriptor, Authority[] authorities)
          Returns a PBApplication object
 PBApplication LoopbackEntityManager.locateAppByToken(AppToken appToken)
          Return a reference to the app identified by the given token.
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type PBApplication
protected  void SimpSockEntityManager.registerApp(PBApplication app)
          Add a peer that should be remembered
 void SimpSockNetManager.removeApplication(PBApplication app)
          Remove an application
 void SimpSockMessage.setDestApp(PBApplication app)
          Sets the destination app for this message
 void SimpSockMessage.setSourceApp(PBApplication app)
          Sets the source app for this message
 void LoopbackMessage.setDestApp(PBApplication app)
          Sets the destination app for this message
 void LoopbackMessage.setSourceApp(PBApplication app)
          Sets the source app for this message
 void LoopbackNetManager.removeApplication(PBApplication app)
          Remove an application
 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
protected  void LoopbackEntityManager.registerApp(PBApplication app)
          Add a peer that should be remembered
 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
 

Uses of PBApplication in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge that return PBApplication
 PBApplication PBNetManager.createApplication(AppDescriptor app, Authority[] authorities)
          Returns a PBApplication object
 PBApplication PBMessage.getDestApp()
          Gets the destination app for this message
 PBApplication PBMessage.getSourceApp()
          Gets the source app for this message
 PBApplication PBEntityManager.locateAppByToken(AppToken appToken)
          Return a reference to the app identified by the given token.
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PBApplication
 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
 void PBNetManager.removeApplication(PBApplication app)
          Remove an application
 void PBMessage.setDestApp(PBApplication app)
          Sets the destination app for this message
 void PBMessage.setSourceApp(PBApplication app)
          Sets the source app for this message
 



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