OSGi™ Service Platform
Residential Specification

Release 4 Version 4.3

org.osgi.service.tr069todmt
Interface TR069ConnectorFactory


public interface TR069ConnectorFactory

A service that can create TR069 Connector


Method Summary
 TR069Connector create(DmtSession session)
          Create a TR069 connector based on the given session .
 

Method Detail

create

TR069Connector create(DmtSession session)
Create a TR069 connector based on the given session .

The session must be an atomic session when objects are added and/or parameters are going to be set, otherwise it can be a read only or exclusive session. Due to the lazy creation nature of the TR069 Connector it is possible that a node must be created in a read method after a node has been added, it is therefore necessary to always provide an atomic session when an ACS session requires modifying parameters.

Parameters:
session - The session to use for the adaption. This session must not be closed before the TR069 Connector is closed.
Returns:
A new TR069 Connector bound to the given session

OSGi™ Service Platform
Residential Specification

Release 4 Version 4.3

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0