Interface TR069ConnectorFactory


public interface TR069ConnectorFactory
A service that can create TR069 Connector
  • Method Summary

    Modifier and Type
    Method
    Description
    create(DmtSession session)
    Create a TR069 connector based on the given session .
  • Method Details

    • 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