public interface TR069ConnectorFactory
Modifier and Type | Method and Description |
---|---|
TR069Connector |
create(DmtSession session)
Create a TR069 connector based on the given session .
|
TR069Connector create(DmtSession 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.
session
- The session to use for the adaption. This session must not
be closed before the TR069 Connector is closed.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0