Uses of Interface
org.osgi.service.dmt.spi.ReadWriteDataSession
Packages that use ReadWriteDataSession
-
Uses of ReadWriteDataSession in org.osgi.service.dmt.spi
Subinterfaces of ReadWriteDataSession in org.osgi.service.dmt.spiModifier and TypeInterfaceDescriptioninterface
Provides atomic read-write access to the part of the tree handled by the plugin that created this session.Methods in org.osgi.service.dmt.spi that return ReadWriteDataSessionModifier and TypeMethodDescriptionDataPlugin.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.