public interface ServiceContext
| Modifier and Type | Method and Description | 
|---|---|
String | 
getNedIdByDeviceName(String name)  | 
NavuNode | 
getRootNode()
Returns the path root as a NavuNode with the
 NavuContext attached to the ongoing Maapi transaction. 
 | 
NavuNode | 
getServiceNode()
Returns the current service path as a NavuNode with the
 NavuContext attached to the ongoing Maapi transaction. 
 | 
void | 
setTimeout(int timeoutSeconds)
The timeout for service calls (pre-modification/create/post-modification)
 can be controlled by /services/global-settings/service-callback-timeout. 
 | 
void setTimeout(int timeoutSeconds)
         throws IOException,
                DpCallbackException
timeoutSeconds - IOExceptionDpCallbackExceptionNavuNode getServiceNode() throws ConfException
ConfExceptionNavuNode getRootNode() throws ConfException
ConfExceptionString getNedIdByDeviceName(String name) throws ConfException
ConfException