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
Class providing basic Atlas Service functions
Developers who write their own Atlas Service bundles need to
make their implementation extend the 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.
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.