Uses of Interface
info.dmtree.spi.ReadableDataSession
-
Packages that use ReadableDataSession Package Description info.dmtree.spi -
-
Uses of ReadableDataSession in info.dmtree.spi
Subinterfaces of ReadableDataSession in info.dmtree.spi Modifier and Type Interface Description interfaceReadWriteDataSessionProvides non-atomic read-write access to the part of the tree handled by the plugin that created this session.interfaceTransactionalDataSessionProvides atomic read-write access to the part of the tree handled by the plugin that created this session.Methods in info.dmtree.spi that return ReadableDataSession Modifier and Type Method Description 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.
-