Package com.tailf.dp.services
Interface NanoServiceContext
- All Superinterfaces:
ServiceContext
The Nano service context object.
Contains all methods same as the ServiceContext as well as some necessary
for Nano Services.
-
Method Summary
Methods inherited from interface com.tailf.dp.services.ServiceContext
getNedIdByDeviceName, getRootNode, getServiceNode, setTimeout
-
Method Details
-
setReached
- Throws:
DpCallbackException
-
setNotReached
- Throws:
DpCallbackException
-
setFailed
- Throws:
DpCallbackException
-
getComponentType
String getComponentType() -
getComponentName
String getComponentName() -
getStateNode
- Throws:
ConfException
-
getState
String getState() -
decodeComponentProperties
Properties decodeComponentProperties()
-