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

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

Uses of PBEntityManager in com.resilientedge.jockey.peerbridge
 

Classes in com.resilientedge.jockey.peerbridge that implement PBEntityManager
 class LoopbackEntityManager
          This is a cache manager object that remembers entities discovered on the network, so that they can be referenced later.
 class SimpSockEntityManager
          This is a cache manager object that remembers entities discovered on the network, so that they can be referenced later.
 

Methods in com.resilientedge.jockey.peerbridge that return PBEntityManager
 PBEntityManager SimpSockNetManager.getEntityManager()
          Return an entitymanager that stores known peers from the peer network.
 PBEntityManager LoopbackNetManager.getEntityManager()
          Return an entitymanager that stores known peers from the peer network.
 

Uses of PBEntityManager in org.resilientedge.jockey.peerbridge
 

Methods in org.resilientedge.jockey.peerbridge that return PBEntityManager
 PBEntityManager PBNetManager.getEntityManager()
          Return an entitymanager that stores known peers from the peer network.
 



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