Package org.osgi.service.dmt
Class DmtConstants
java.lang.Object
org.osgi.service.dmt.DmtConstants
Defines standard names for
DmtAdmin.- Since:
- 2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA string defining a DDF URI, indicating that the node is a LIST node.static final StringA string defining a DDF URI, indicating that the node is a MAP node.static final StringA string defining a DDF URI, indicating that the node is a SCAFFOLD node.static final StringA string defining the property key for thenewnodesproperty in node related events.static final StringA string defining the property key for the @{code nodes} property in node related events.static final StringA string defining the property key for thesession.idproperty in node related events.static final StringA string defining the topic for the event that is sent for added nodes.static final StringA string defining the topic for the event that is sent for copied nodes.static final StringA string defining the topic for the event that is sent for deleted nodes.static final StringA string defining the topic for the event that is sent for renamed nodes.static final StringA string defining the topic for the event that is sent for replaced nodes.static final StringA string defining the topic for the event that is sent for a closed session.static final StringA string defining the topic for the event that is sent for a newly opened session. -
Method Summary
-
Field Details
-
DDF_LIST
A string defining a DDF URI, indicating that the node is a LIST node.- See Also:
-
DDF_SCAFFOLD
A string defining a DDF URI, indicating that the node is a SCAFFOLD node.- See Also:
-
DDF_MAP
A string defining a DDF URI, indicating that the node is a MAP node.- See Also:
-
EVENT_TOPIC_ADDED
A string defining the topic for the event that is sent for added nodes.- See Also:
-
EVENT_TOPIC_DELETED
A string defining the topic for the event that is sent for deleted nodes.- See Also:
-
EVENT_TOPIC_REPLACED
A string defining the topic for the event that is sent for replaced nodes.- See Also:
-
EVENT_TOPIC_RENAMED
A string defining the topic for the event that is sent for renamed nodes.- See Also:
-
EVENT_TOPIC_COPIED
A string defining the topic for the event that is sent for copied nodes.- See Also:
-
EVENT_TOPIC_SESSION_OPENED
A string defining the topic for the event that is sent for a newly opened session.- See Also:
-
EVENT_TOPIC_SESSION_CLOSED
A string defining the topic for the event that is sent for a closed session.- See Also:
-
EVENT_PROPERTY_SESSION_ID
A string defining the property key for thesession.idproperty in node related events.- See Also:
-
EVENT_PROPERTY_NODES
A string defining the property key for the @{code nodes} property in node related events.- See Also:
-
EVENT_PROPERTY_NEW_NODES
A string defining the property key for thenewnodesproperty in node related events.- See Also:
-