Uses of Class
org.resilientedge.jockey.peerbridge.PBNet

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

Uses of PBNet in com.resilientedge.jockey.peerbridge
 

Methods in com.resilientedge.jockey.peerbridge that return PBNet
 PBNet SimpSockNetManager.getNetwork()
          Returns a PBNetwork describing the type of network that this manager supports.
 PBNet LoopbackNetManager.getNetwork()
          Returns a PBNetwork describing the type of network that this manager supports.
 

Uses of PBNet in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge that return PBNet
 PBNet PBNetManager.getNetwork()
          Returns a PBNetwork describing the type of network that this manager supports.
 PBNet[] PBNetManagerFactory.getManagedNets()
          Return the set of networks for which this factory has managers.
 

Methods in org.resilientedge.jockey.peerbridge with parameters of type PBNet
 PBNetManager PBNetManagerFactory.getNetManager(PBNet net)
          Retrieve a manager to handle a particular network type.
 void PBNetManagerFactory.addManagedNet(PBNet net, PBNetManager manager)
          Add the implementation for the designated peer network to this manager.
 void PBNetManagerFactory.removeManagedNet(PBNet net)
          Remove responsibility for a managed network from this manager.
 



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