Uses of Interface
com.resilientedge.jockey.peerbridge.SimpSockRequestListener

Packages that use SimpSockRequestListener
com.resilientedge.jockey.peerbridge   
 

Uses of SimpSockRequestListener in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement SimpSockRequestListener
 class SimpSockDirectory
          A directory that provides browse capability for the loopback peer network.
 class SimpSockMessenger
          The PBMessenger is responsible for transmitting messages (generic, requests, replies) from the peer network.
 class ZSimpSockConnectorTest
          Main entry point for the peerbridge subsystem.
 

Methods in com.resilientedge.jockey.peerbridge with parameters of type SimpSockRequestListener
 void SimpSockConnector.addRequestListener(SimpSockRequestListener listener)
          Add a listener that wishes to receive request notifications.
 void SimpSockConnector.removeRequestListener(SimpSockRequestListener listener)
          Remove an entity from the list of those interested in requests notifications.
 



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