Uses of Interface
org.ourgrid.peer.community.communicationlayer.CommunicationLayer

Packages that use CommunicationLayer
org.ourgrid.peer.community.communicationlayer   
org.ourgrid.peer.community.obtainer   
 

Uses of CommunicationLayer in org.ourgrid.peer.community.communicationlayer
 

Classes in org.ourgrid.peer.community.communicationlayer that implement CommunicationLayer
 class CommunicationLayerImpl
           
 

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

Fields in org.ourgrid.peer.community.obtainer declared as CommunicationLayer
protected  CommunicationLayer EBCommunityObtainerTest.mockCommunicationLayer
           
 

Constructors in org.ourgrid.peer.community.obtainer with parameters of type CommunicationLayer
EBCommunityObtainer(EBGumpClient consumer, CommunicationLayer communication, UIManager uimanager)