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

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

Uses of PBMessageObserver in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement PBMessageObserver
 class MessageBrokerBridge
          The MessageBrokerBridge converts MessageBroker calls into peerbridge calls.
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type PBMessageObserver
 void SimpSockMessenger.addMessageObserver(PBMessageObserver observer)
          Add a observer that wishes to receive message notifications.
 void SimpSockMessenger.removeMessageObserver(PBMessageObserver observer)
          Remove an entity from the list of those interested in messages notifications.
 void LoopbackMessenger.addMessageObserver(PBMessageObserver observer)
          Add a observer that wishes to receive message notifications.
 void LoopbackMessenger.removeMessageObserver(PBMessageObserver observer)
          Remove an entity from the list of those interested in messages notifications.
 

Uses of PBMessageObserver in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PBMessageObserver
 void PBMessenger.addMessageObserver(PBMessageObserver observer)
          Add a receiver that wishes to receive message notifications.
 void PBMessenger.removeMessageObserver(PBMessageObserver observer)
          Remove an entity from the list of those interested in messages notifications.
 



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