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

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

Uses of PBNetManager in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement PBNetManager
 class LoopbackNetManager
          Implements a PBNetManager that connects to a loopback peer network.
 class SimpSockNetManager
          Implements a PBNetManager that connects to a loopback peer network.
 

Uses of PBNetManager in org.resilientedge.jockey.peerbridge
 

Classes in org.resilientedge.jockey.peerbridge that implement PBNetManager
 class PBAbstractNetManager
          Establishes an identity on the peer network, and provides access to discover peer network entities and communicate with them.
 

Methods in org.resilientedge.jockey.peerbridge that return PBNetManager
 PBNetManager PBNetManagerFactory.getNetManager(PBNet net)
          Retrieve a manager to handle a particular network type.
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PBNetManager
 void PBNetManagerFactory.addManagedNet(PBNet net, PBNetManager manager)
          Add the implementation for the designated peer network to this manager.
 



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