Package | Description |
---|---|
org.osgi.service.tr069todmt |
TR069 Connector Service Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
String |
TR069Connector.addObject(String path)
Add a new node to the Dmt Admin as defined by the AddObject RPC.
|
void |
TR069Connector.deleteObject(String objectPath)
Delete an object from a table.
|
Collection<ParameterInfo> |
TR069Connector.getParameterNames(String objectOrTablePath,
boolean nextLevel)
Getting the
ParameterInfo objects addressed by path. |
ParameterValue |
ParameterInfo.getParameterValue()
Provide the value of the node.
|
ParameterValue |
TR069Connector.getParameterValue(String parameterPath)
Getting a parameter value.
|
void |
TR069Connector.setParameterValue(String parameterPath,
String value,
int type)
Setting a parameter.
|
String |
TR069Connector.toPath(String uri)
Convert a Dmt Session relative Dmt Admin URI to a valid TR-069 path,
either a table, object, or parameter path depending on the structure of
the DMT.
|
String |
TR069Connector.toURI(String name,
boolean create)
Convert a TR-069 path to a Dmt Session relative Dmt Admin URI.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0