Uses of Interface
org.osgi.service.dmt.DmtSession
Package
Description
Device Management Tree Package Version 2.0.
Device Management Tree SPI Package Version 2.0.
TR069 Connector Service Package Version 1.0.
-
Uses of DmtSession in org.osgi.service.dmt
Modifier and TypeMethodDescriptionDmtAdmin.getSession
(String subtreeUri) Opens aDmtSession
for local usage on a given subtree of the DMT with non transactional write lock.DmtAdmin.getSession
(String subtreeUri, int lockMode) Opens aDmtSession
for local usage on a specific DMT subtree with a given lock mode.DmtAdmin.getSession
(String principal, String subtreeUri, int lockMode) Opens aDmtSession
on a specific DMT subtree using a specific lock mode on behalf of a remote principal. -
Uses of DmtSession in org.osgi.service.dmt.spi
Modifier and TypeMethodDescriptionvoid
ExecPlugin.execute
(DmtSession session, String[] nodePath, String correlator, String data) Execute the given node with the given data.DataPlugin.openAtomicSession
(String[] sessionRoot, DmtSession session) This method is called to signal the start of an atomic read-write session when the first reference is made within aDmtSession
to a node which is handled by this plugin.DataPlugin.openReadOnlySession
(String[] sessionRoot, DmtSession session) This method is called to signal the start of a read-only session when the first reference is made within aDmtSession
to a node which is handled by this plugin.DataPlugin.openReadWriteSession
(String[] sessionRoot, DmtSession session) This method is called to signal the start of a non-atomic read-write session when the first reference is made within aDmtSession
to a node which is handled by this plugin. -
Uses of DmtSession in org.osgi.service.tr069todmt
Modifier and TypeMethodDescriptionTR069ConnectorFactory.create
(DmtSession session) Create a TR069 connector based on the given session .