Uses of Interface
org.osgi.service.dmt.spi.TransactionalDataSession
-
Packages that use TransactionalDataSession Package Description org.osgi.service.dmt.spi Device Management Tree SPI Package Version 2.0. -
-
Uses of TransactionalDataSession in org.osgi.service.dmt.spi
Methods in org.osgi.service.dmt.spi that return TransactionalDataSession Modifier and Type Method Description TransactionalDataSession
DataPlugin. 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 aDmtSession
to a node which is handled by this plugin.
-