Uses of Interface
info.dmtree.spi.TransactionalDataSession
-
Packages that use TransactionalDataSession Package Description info.dmtree.spi -
-
Uses of TransactionalDataSession in info.dmtree.spi
Methods in info.dmtree.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.
-