Package | Description |
---|---|
info.dmtree |
Device Management Tree Package Version 1.0.
|
info.dmtree.spi |
Device Management Tree SPI Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
DmtSession |
DmtAdmin.getSession(String subtreeUri)
Opens a
DmtSession for local usage on a given subtree of
the DMT with non transactional write lock. |
DmtSession |
DmtAdmin.getSession(String subtreeUri,
int lockMode)
Opens a
DmtSession for local usage on a specific DMT
subtree with a given lock mode. |
DmtSession |
DmtAdmin.getSession(String principal,
String subtreeUri,
int lockMode)
Opens a
DmtSession on a specific DMT subtree using a
specific lock mode on behalf of a remote principal. |
Modifier and Type | Method and Description |
---|---|
void |
ExecPlugin.execute(DmtSession session,
String[] nodePath,
String correlator,
String data)
Execute the given node with the given data.
|
TransactionalDataSession |
DataPlugin.openAtomicSession(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 a
DmtSession to a
node which is handled by this plugin. |
ReadableDataSession |
DataPlugin.openReadOnlySession(String[] sessionRoot,
DmtSession session)
This method is called to signal the start of a read-only session when the
first reference is made within a
DmtSession to a node
which is handled by this plugin. |
ReadWriteDataSession |
DataPlugin.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 a
DmtSession
to a node which is handled by this plugin. |
Copyright © 2006-2014 OSGi Alliance. All Rights Reserved.