Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.dp.services |
Service callback specific context and utilities.
|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
static ConfIdentityRef |
ConfIdentityRef.newInstance(String prefix,
String tagname,
ArrayList<ConfNamespace> ns_list) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceLog.debug(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level debug.
|
static void |
ServiceLog.error(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level error.
|
static void |
ServiceLog.info(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level info.
|
static void |
ServiceLog.trace(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level trace.
|
static void |
ServiceLog.warn(NavuNode service,
String msg,
ConfIdentityRef type)
Write service log entry with level warn.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.ncsWriteServiceLogEntry(ConfPath serviceIKP,
String msg,
ConfIdentityRef type,
ConfEnumeration level)
Internal, subject to change without notice.
NCS specific internal maapi function
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedXMLStatement.setConfIdentityRef(int index,
ConfIdentityRef val)
Deprecated.
|