Package | Description |
---|---|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
com.tailf.ncs |
NCS Java machine management and control of Services, Neds,
callbacks and Applications
|
com.tailf.ncs.annotations |
Annotations and proxy helper classes for callbacks.
|
Modifier and Type | Class and Description |
---|---|
class |
NavuListEntry
A
NavuList holds this representation of a entry as its
children or entry set. |
Modifier and Type | Method and Description |
---|---|
NavuContainer |
NavuNode.container(ConfNamespace ns,
String containerName)
Returns a reference to a subordinate
container with
the name containerName , belonging to the namespace
ns . |
NavuContainer |
NavuContainer.container(ConfNamespace ns,
String containerName)
Returns a reference to a subordinate
container with
the name containerName , belonging to the namespace
ns . |
NavuContainer |
NavuNode.container(Integer key)
Returns a reference to a subordinate
container with
the hash value key . |
NavuContainer |
NavuContainer.container(Integer key)
Returns a reference to a subordinate
container with
the hash value key . |
NavuContainer |
NavuAction.container(Integer key) |
NavuContainer |
NavuNode.container(String key)
Returns a reference to a subordinate
container with
the name key . |
NavuContainer |
NavuContainer.container(String key)
Returns a reference to a subordinate
container with
the name key . |
NavuContainer |
NavuAction.container(String key) |
NavuContainer |
NavuNode.container(String prefix,
String key)
Deprecated.
|
NavuContainer |
NavuContainer.container(String prefix,
String key)
Deprecated.
|
NavuContainer |
NavuAction.container(String prefix,
String key) |
NavuContainer |
NavuContainer.create()
Creates an optional container.
|
NavuContainer |
NavuList.create(ConfKey key)
Create and return a new list element in this
NavuList . |
NavuContainer |
NavuList.create(ConfObject key)
Convenience variant of
NavuList.create(ConfKey) accepting a
ConfObject as the (single element) key. |
NavuContainer |
NavuList.create(String keyStr)
Convenience variant of
NavuList.create(ConfKey) accepting a
string as the (single element) key. |
NavuContainer |
NavuList.create(String[] keyArr)
Convenience variant of
NavuList.create(ConfKey) accepting a
string array as the key. |
NavuContainer |
NavuListEntry.delete()
Deletes this entry from the NavuList it contains
returns this NavuListEntry as NavuContainer.
|
NavuContainer |
NavuContainer.delete()
Deletes an optional container.
|
NavuContainer |
NavuList.elem(String keyStr)
Returns a list element according to the given key.
|
NavuContainer |
NavuList.elem(String[] keyArr)
Returns a list element according to the given array of keys.
|
NavuContainer |
NavuList.insert(ConfKey key,
boolean createBackpointer)
Inserts an element into a list using Maapi.insert().
|
NavuContainer |
NavuNode.namespace(String ns)
The namespace specified here will be used when selecting a child
to this NavuContainer and returns a reference to this NavuContainer
object according to the given namespace id
ns . |
NavuContainer |
NavuContainer.namespace(String ns)
The namespace specified here will be used when selecting a child
to this NavuContainer and returns a reference to this NavuContainer
object according to the given namespace id
ns . |
NavuContainer |
NavuContainer.safeCreate()
Creates an optional container.
|
NavuContainer |
NavuList.safeCreate(ConfKey key)
Variant of
NavuList.create(ConfKey) that succeeds even if the
key already exists. |
NavuContainer |
NavuList.safeCreate(ConfObject key)
Variant of
NavuList.create(ConfObject) that succeeds even if
the key already exists. |
NavuContainer |
NavuList.safeCreate(String keyStr)
Variant of
NavuList.create(String) that succeeds even if the
key already exists. |
NavuContainer |
NavuList.safeCreate(String[] keyArr)
Variant of
NavuList.create(String[]) that succeeds even if the
key already exists. |
NavuContainer |
NavuContainer.setOperationalDataCase(String choiceStr,
String caseStr)
Deprecated.
Use the method
NavuContainer.setOperDataCase(String , String) |
NavuContainer |
NavuContainer.sharedCreate()
Creates an optional container.
|
NavuContainer |
NavuList.sharedCreate(ConfKey key)
Variant of
NavuList.create(ConfKey) that succeeds even if the
key already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(ConfObject key)
Variant of
NavuList.create(ConfObject) that succeeds even if the
key already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(String keyStr)
Variant of
NavuList.create(String) that succeeds even if the
key already exists, and also maintains a reference counter
on the object. |
NavuContainer |
NavuList.sharedCreate(String[] keyArr)
Variant of
NavuList.create(String[]) that succeeds even if the
key already exists, and also maintains a reference counter
on the object. |
Modifier and Type | Method and Description |
---|---|
Collection<NavuContainer> |
NavuList.elements()
Returns a shallow copy of all elements contained by the list node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NavuList.containsNode(NavuContainer node)
Returns true if this NavuList maps a
ConfKey to the specified NavuContainer.
|
static NoSuchNavuChoiceException |
NoSuchNavuChoiceException.mk(NavuContainer node,
String errChoiceName) |
Constructor and Description |
---|
NoSuchNavuChoiceException(NavuContainer surroundingContainer,
String failureChoiceName,
String childrenMsg) |
Modifier and Type | Method and Description |
---|---|
void |
NavuEventCallback.notifReceived(NavuContainer event)
This callback method is received to each cdb notification that correspond
to the annotated deviceName and subscription name.
|
Modifier and Type | Method and Description |
---|---|
void |
EventCallbackProxy.notifReceived(NavuContainer event) |