Uses of Class
org.ourgrid.peer.ebgum.GumProxy

Packages that use GumProxy
org.ourgrid.peer.manager.gummanager   
 

Uses of GumProxy in org.ourgrid.peer.manager.gummanager
 

Fields in org.ourgrid.peer.manager.gummanager with type parameters of type GumProxy
protected  java.util.Map<GumID,GumProxy> EBGumManagerImpl.gumProxies
          A Map of gums associating a gum name with a gumProxy.
 

Methods in org.ourgrid.peer.manager.gummanager that return GumProxy
 GumProxy EBGumManagerImpl.createAndSetProxy(EBGum ebGuM, long requestID)
          Sets the proxy associated to the given EBGum.
 GumProxy EBGumManagerImpl.removeProxy(GumID gumID)
           
 

Methods in org.ourgrid.peer.manager.gummanager that return types with arguments of type GumProxy
 java.util.Map<GumID,GumProxy> FakeEBGumManagerImpl.getGumProxies()
           
 java.util.Map<GumID,GumProxy> EBGumManagerImpl.getProxies()