A C D G H I N R S U

A

AtlasClient - interface com.pervasa.atlas.dev.service.AtlasClient.
Interface that can be implemented by applications using Atlas Network which require data from devices (like Sensor Applications) This will enable all AtlasService bundles to alert client when data arrives from a device connected to an Atlas Node
AtlasService - interface com.pervasa.atlas.dev.service.AtlasService.
 
AtlasServiceClass - class com.pervasa.atlas.dev.service.AtlasServiceClass.
Class providing basic Atlas Service functions Developers who write their own Atlas Service bundles need to make their implementation extend the AtlasServiceClass
AtlasServiceClass() - Constructor for class com.pervasa.atlas.dev.service.AtlasServiceClass
 
addProperty(String, String) - Method in class com.pervasa.atlas.dev.service.AtlasServiceClass
Method provided for adding any additional properties for this service Can be used by authors of service bundles for putting in properties in addition to the default ones already provided by the middleware.
addSubscriber(AtlasService) - Method in interface com.pervasa.atlas.node.service.handler.NodeServiceHandler
Subscribe Atlas Service(s) as a push client of the corresponding data channel of this Atlas Node In this case push mechanism is used to get data from Atlas Network, the Atlas node Service handler will call the proper Atlas Service's DataHandler() method.

A C D G H I N R S U