Uses of Interface
org.osgi.service.dmt.DmtSession
-
Packages that use DmtSession Package Description org.osgi.service.dmt Device Management Tree Package Version 2.0.org.osgi.service.dmt.spi Device Management Tree SPI Package Version 2.0.org.osgi.service.tr069todmt TR069 Connector Service Package Version 1.0. -
-
Uses of DmtSession in org.osgi.service.dmt
Methods in org.osgi.service.dmt that return DmtSession Modifier and Type Method Description DmtSessionDmtAdmin. getSession(java.lang.String subtreeUri)Opens aDmtSessionfor local usage on a given subtree of the DMT with non transactional write lock.DmtSessionDmtAdmin. getSession(java.lang.String subtreeUri, int lockMode)Opens aDmtSessionfor local usage on a specific DMT subtree with a given lock mode.DmtSessionDmtAdmin. getSession(java.lang.String principal, java.lang.String subtreeUri, int lockMode)Opens aDmtSessionon a specific DMT subtree using a specific lock mode on behalf of a remote principal. -
Uses of DmtSession in org.osgi.service.dmt.spi
Methods in org.osgi.service.dmt.spi with parameters of type DmtSession Modifier and Type Method Description voidExecPlugin. execute(DmtSession session, java.lang.String[] nodePath, java.lang.String correlator, java.lang.String data)Execute the given node with the given data.TransactionalDataSessionDataPlugin. openAtomicSession(java.lang.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 aDmtSessionto a node which is handled by this plugin.ReadableDataSessionDataPlugin. openReadOnlySession(java.lang.String[] sessionRoot, DmtSession session)This method is called to signal the start of a read-only session when the first reference is made within aDmtSessionto a node which is handled by this plugin.ReadWriteDataSessionDataPlugin. openReadWriteSession(java.lang.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 aDmtSessionto a node which is handled by this plugin. -
Uses of DmtSession in org.osgi.service.tr069todmt
Methods in org.osgi.service.tr069todmt with parameters of type DmtSession Modifier and Type Method Description TR069ConnectorTR069ConnectorFactory. create(DmtSession session)Create a TR069 connector based on the given session .
-