|
OSGi™ Service Platform Residential Specification Release 4 Version 4.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
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.
|
OSGi™ Service Platform Residential Specification Release 4 Version 4.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||