Uses of Interface
org.dbe.eve.HabitatService

Packages that use HabitatService
org.dbe.eve   
org.dbe.eve.net Provides the classes and interfaces that are necessary to build up the Habitat Network, and to allow services migration. 
 

Uses of HabitatService in org.dbe.eve
 

Classes in org.dbe.eve that implement HabitatService
 class HabitatServiceImpl
           
 

Constructors in org.dbe.eve with parameters of type HabitatService
ServiceManager(HabitatService service)
           
 

Uses of HabitatService in org.dbe.eve.net
 

Methods in org.dbe.eve.net that return HabitatService
 HabitatService NetworkManagerImpl.connect(java.lang.String nodeId)
           
 HabitatService ConnectedNode.getService()
           
 

Methods in org.dbe.eve.net with parameters of type HabitatService
 void ConnectedNode.setService(HabitatService service)
           
 

Constructors in org.dbe.eve.net with parameters of type HabitatService
NetworkManagerImpl(HabitatService habitat)