Uses of Interface
org.ourgrid.common.gump.EBGump

Packages that use EBGump
org.ourgrid.common.gump   
org.ourgrid.peer.community.obtainer   
org.ourgrid.peer.event   
org.ourgrid.peer.manager   
 

Uses of EBGump in org.ourgrid.common.gump
 

Classes in org.ourgrid.common.gump that implement EBGump
 class FakeEBGump
           
 

Uses of EBGump in org.ourgrid.peer.community.obtainer
 

Classes in org.ourgrid.peer.community.obtainer that implement EBGump
 class EBCommunityObtainer
          This entity is responsible for, in this peer, ask the community for GridMachines.
 class EBCommunityObtainerFacade
           
 

Methods in org.ourgrid.peer.community.obtainer with parameters of type EBGump
 void EBCommunityObtainerFacade.config(EBGump ebGump, EBGumpClient ebGumpClient)
          USED IN TESTS!!!!!
 

Uses of EBGump in org.ourgrid.peer.event
 

Constructors in org.ourgrid.peer.event with parameters of type EBGump
DisposeOfGumNotifyEvent(EBGump gump, long requestID, GumID gumID)
           
FinishRequestGumsNotifyEvent(EBGump gump, long requestID)
           
PauseRequestGumsEvent(EBGump gump, long requestID)
           
RequestGumsEvent(EBGump gump, RequestSpec requestSpec)
           
ResumeRequestGumsRequestEvent(EBGump gump, long requestID)
           
UnwantedGumGumNotifyEvent(EBGump ebGump, long requestID, GumID gumID)
           
 

Uses of EBGump in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement EBGump
 class EBPeerFacade
          Description: Basic facade for ourgrid peer modules.
 class EBPeerManager
          The EBPeerManager is responsible to manage the peer resources (Gums).
 class EBPeerManagerFacade
          The facade which has to used by the modules that wish to interact with the EBPeerManager.
 

Fields in org.ourgrid.peer.manager declared as EBGump
protected  EBGump EBPeerFacade.ebGump