The connector uses a Dmt Session from the caller, which is given when the connector is created. The connector does not implement the exact RPCs but only provides the basic functions to set and get the parameters of an object as well as adding and deleting an object in a table. A TR-069 developer must still parse the XML, handle the relative and absolute path issues, open a Dmt Session etc.
The connector assumes that each parameter or object path is relative to the root of the Dmt Session.
This connector must convert the TR-069 paths to Dmt Admin URIs. This
conversion must take into account the LIST
and MAP
concepts
defined in the specifications as well as the synthetic parameters
NumberOfEntries
and Alias
. These concepts define the use of
an InstanceId
node that must be used by the connector to provide a
TR-069 table view on the LIST
and MAP
nodes.
Modifier and Type | Field and Description |
---|---|
public static final String | PREFIX
The MIME type prefix. |
public static final int | TR069_BASE64
Constant representing the TR-069 base64 type. |
public static final int | TR069_BOOLEAN
Constant representing the TR-069 boolean type. |
public static final int | TR069_DATETIME
Constant representing the TR-069 date time type. |
public static final int | TR069_DEFAULT
Constant representing the default or unknown type. |
public static final int | TR069_HEXBINARY
Constant representing the TR-069 hex binary type. |
public static final int | TR069_INT
Constant representing the TR-069 integer type. |
public static final int | TR069_LONG
Constant representing the TR-069 long type. |
public static final String | TR069_MIME_BASE64
Constant representing the TR-069 base64 type. |
public static final String | TR069_MIME_BOOLEAN
Constant representing the TR-069 boolean type. |
public static final String | TR069_MIME_DATETIME
Constant representing the TR-069 date time type. |
public static final String | TR069_MIME_DEFAULT
Constant representing the default or unknown type. |
public static final String | TR069_MIME_EAGER
Constant representing the TR-069 eager type. |
public static final String | TR069_MIME_HEXBINARY
Constant representing the TR-069 hex binary type. |
public static final String | TR069_MIME_INT
Constant representing the TR-069 integer type. |
public static final String | TR069_MIME_LONG
Constant representing the TR-069 long type. |
public static final String | TR069_MIME_STRING
Constant representing the TR-069 string type. |
public static final String | TR069_MIME_STRING_LIST
Constant representing the TR-069 string list type. |
public static final String | TR069_MIME_UNSIGNED_INT
Constant representing the TR-069 unsigned integer type. |
public static final String | TR069_MIME_UNSIGNED_LONG
Constant representing the TR-069 unsigned long type. |
public static final int | TR069_STRING
Constant representing the TR-069 string type. |
public static final int | TR069_UNSIGNED_INT
Constant representing the TR-069 unsigned integer type. |
public static final int | TR069_UNSIGNED_LONG
Constant representing the TR-069 unsigned long type. |
Modifier and Type | Method and Description |
---|---|
public String | |
public void | |
public void | deleteObject(String
The path to an object in a table to be deleted. objectPath)Delete an object from a table. |
public Collection | Returns: A collection ofParameterInfo objects representing the
resulting child parameter, objects, and tables as defined by the
TR-069 ParameterInfoStruct .A path to an object or table. objectOrTablePath, boolean If nextLevel)true consider only the children of the object
or table addressed by path , otherwise include the whole
sub-tree, including the addressed object or table.Getting the |
public ParameterValue | Returns: The name, value, and type triad of the requested parameter as defined by the TR-069ParameterValueStruct .A parameter path (must refer to a valid parameter,
not an object or table). parameterPath)Getting a parameter value. |
public void | setParameterValue(String
The parameter path parameterPath, String A trimmed string value that has the given type. The value
can be in either canonical or lexical representation by TR069. value, int The type of the parameter ( type)TR069_INT ,
TR069_UNSIGNED_INT ,TR069_LONG ,
TR069_UNSIGNED_LONG ,TR069_STRING ,
TR069_DATETIME ,TR069_BASE64 ,
TR069_HEXBINARY , TR069_BOOLEAN )Setting a parameter. |
public String | |
public String |
PREFIX | back to summary |
---|---|
public static final String PREFIX The MIME type prefix. |
TR069_BASE64 | back to summary |
---|---|
public static final int TR069_BASE64 Constant representing the TR-069 base64 type. |
TR069_BOOLEAN | back to summary |
---|---|
public static final int TR069_BOOLEAN Constant representing the TR-069 boolean type. |
TR069_DATETIME | back to summary |
---|---|
public static final int TR069_DATETIME Constant representing the TR-069 date time type. |
TR069_DEFAULT | back to summary |
---|---|
public static final int TR069_DEFAULT Constant representing the default or unknown type. If this type is used a default conversion will take place |
TR069_HEXBINARY | back to summary |
---|---|
public static final int TR069_HEXBINARY Constant representing the TR-069 hex binary type. |
TR069_INT | back to summary |
---|---|
public static final int TR069_INT Constant representing the TR-069 integer type. |
TR069_LONG | back to summary |
---|---|
public static final int TR069_LONG Constant representing the TR-069 long type. |
TR069_MIME_BASE64 | back to summary |
---|---|
public static final String TR069_MIME_BASE64 Constant representing the TR-069 base64 type. |
TR069_MIME_BOOLEAN | back to summary |
---|---|
public static final String TR069_MIME_BOOLEAN Constant representing the TR-069 boolean type. |
TR069_MIME_DATETIME | back to summary |
---|---|
public static final String TR069_MIME_DATETIME Constant representing the TR-069 date time type. |
TR069_MIME_DEFAULT | back to summary |
---|---|
public static final String TR069_MIME_DEFAULT Constant representing the default or unknown type. If this type is used a default conversion will take place |
TR069_MIME_EAGER | back to summary |
---|---|
public static final String TR069_MIME_EAGER Constant representing the TR-069 eager type. |
TR069_MIME_HEXBINARY | back to summary |
---|---|
public static final String TR069_MIME_HEXBINARY Constant representing the TR-069 hex binary type. |
TR069_MIME_INT | back to summary |
---|---|
public static final String TR069_MIME_INT Constant representing the TR-069 integer type. |
TR069_MIME_LONG | back to summary |
---|---|
public static final String TR069_MIME_LONG Constant representing the TR-069 long type. |
TR069_MIME_STRING | back to summary |
---|---|
public static final String TR069_MIME_STRING Constant representing the TR-069 string type. |
TR069_MIME_STRING_LIST | back to summary |
---|---|
public static final String TR069_MIME_STRING_LIST Constant representing the TR-069 string list type. |
TR069_MIME_UNSIGNED_INT | back to summary |
---|---|
public static final String TR069_MIME_UNSIGNED_INT Constant representing the TR-069 unsigned integer type. |
TR069_MIME_UNSIGNED_LONG | back to summary |
---|---|
public static final String TR069_MIME_UNSIGNED_LONG Constant representing the TR-069 unsigned long type. |
TR069_STRING | back to summary |
---|---|
public static final int TR069_STRING Constant representing the TR-069 string type. |
TR069_UNSIGNED_INT | back to summary |
---|---|
public static final int TR069_UNSIGNED_INT Constant representing the TR-069 unsigned integer type. |
TR069_UNSIGNED_LONG | back to summary |
---|---|
public static final int TR069_UNSIGNED_LONG Constant representing the TR-069 unsigned long type. |
addObject | back to summary |
---|---|
public String addObject(String path) throws TR069Exception Add a new node to the Dmt Admin as defined by the AddObject RPC.
The path must map to either a
If the path ends in an alias (
If the The alias name or instance id must be returned as identifier for the ACS.
|
close | back to summary |
---|---|
public void close() Close this connector. This will not close the corresponding session. |
deleteObject | back to summary |
---|---|
public void deleteObject(String objectPath) throws TR069Exception Delete an object from a table. A missing node must be ignored.
|
getParameterNames | back to summary |
---|---|
public Collection Getting the
The connector must attempt to create any missing nodes that are needed
for the
This method must traverse the sub-tree addressed by the path and return
the paths to all the objects, tables, and parameters in that tree. If the
nextLevel argument is
The returned
If the child nodes have an
If the parent node is a
Any
|
getParameterValue | back to summary |
---|---|
public ParameterValue getParameterValue(String parameterPath) throws TR069Exception Getting a parameter value. This method should be used to implement the
GetParameterValues RPC. This method does not handle retrieving
multiple values as the corresponding RPC can request with an object or
table path, this method only accepts a parameter path. Retrieving
multiple values can be achieved with the
If the
If the value of a an The connector must attempt to create any missing nodes along the way, creating parent nodes on demand.
|
setParameterValue | back to summary |
---|---|
public void setParameterValue(String parameterPath, String value, int type) throws TR069Exception Setting a parameter. This method should be used to provide the SetParameterValues RPC. This method must convert the parameter Name to a URI and replace the DMT node at that place. It must follow the type conversions as described in the specification. The connector must attempt to create any missing nodes along the way, creating parent nodes on demand.
If the value of a an Alias node is set then the parent node must be
renamed. For example, if the value of
|
toPath | back to summary |
---|---|
public String toPath(String uri) throws TR069Exception 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. The translation takes into account the special meaning
|
toURI | back to summary |
---|---|
public String toURI(String name, boolean create) throws TR069Exception Convert a TR-069 path to a Dmt Session relative Dmt Admin URI. The
translation takes into account the special meaning
The synthetic The returned path is properly escaped for TR-069.
The mapping from the path to a URI requires support from the meta data in
the DMT, it is not possible to use a mapping solely based on string
replacements. The translation takes into account the semantics of the MAP
and LIST nodes. If at a certain point a node under a
|