Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

aaaReload(boolean) - Method in class com.tailf.maapi.Maapi
When the ConfD/NCS AAA tree is populated by an external data provider, this method can be used by the data provider to notify ConfD/NCS when there is a change to the AAA data.
abort(DpActionTrans) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
abort(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
abort(DpActionTrans) - Method in interface com.tailf.dp.DpActionCallback
The abort() callback will be called for user initiated abort of an action.
abort(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is responsible for undoing whatever was done in the prepare() phase.
abort(NedWorker, String) - Method in class com.tailf.ned.NedCliBase
Is invoked by NCS to abort the configuration to the state before the previous prepare() invocation.
abort(NedWorker, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
abort(NedWorker, NedEditOp[]) - Method in class com.tailf.ned.NedGenericBase
Is invoked by NCS to abort the current transaction and bring the configuration back to the state before the previous prepare() invocation.
ABORT_CLI - Static variable in class com.tailf.ned.NedCmd
 
ABORT_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
 
ABORT_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
abortNcsJavaVM(Object) - Static method in class com.tailf.ncs.NcsMain
Abort Ncs Java VM
abortNcsJavaVM(Object, int) - Static method in class com.tailf.ncs.NcsMain
Abort Ncs Java VM
abortNcsJavaVM(Object, int, String) - Static method in class com.tailf.ncs.NcsMain
Abort Ncs Java VM
abortResponse() - Method in class com.tailf.ned.NedWorker
This method is called by the NED to indicate that the abort method has been successfully completed.
abortTrans(int) - Method in class com.tailf.maapi.Maapi
Abort a transaction specified by transaction handle tid.
abortTransaction(CdbExtendedException) - Method in class com.tailf.cdb.CdbSubscription
Abort the transaction.
abortUpgrade() - Method in class com.tailf.maapi.Maapi
Note, This method is only applicable for Confd.
acceptTagPath() - Method in class com.tailf.cdb.Cdb
 
acceptTagPath() - Method in class com.tailf.cdb.CdbSubscription
 
acceptTagPath() - Method in interface com.tailf.conf.MountIdInterface
 
acceptTagPath() - Method in class com.tailf.maapi.MountIdCb
 
accumulated() - Method in class com.tailf.dp.DpTrans
Returns an iterator for the accumulated objects.
action(DpActionTrans, ConfTag, ConfObject[], ConfXMLParam[]) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
action(DpActionTrans, ConfTag, ConfObject[], ConfXMLParam[]) - Method in interface com.tailf.dp.DpActionCallback
The action() callback receives all the parameters pertaining to the action: The name argument is a pointer to the action name as defined in YANG model, the kp argument gives the path through the XML tree, and finally the params argument is a representation of the params element of the XML instance document provided with the invocation.
action(Integer) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate action with the hash value key.
action(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate action with the name key.
ActionCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Action Callbacks Attributes are callPoint and callType
ActionCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Action Callbacks.
ActionCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ActionCallbackProxy
Constructor to Action Callback proxys.
ActionCBType - Enum in com.tailf.dp.proto
Enumeration of Action callback methods
actionpoint() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
actionpoint() - Method in interface com.tailf.dp.DpActionCallback
Return the name of the action point.
actionpoint_servicepoints - Static variable in class com.tailf.ncs.ns.Ncs
 
actionpoint_servicepoints_with_plan - Static variable in class com.tailf.ncs.ns.Ncs
 
actionpoint_template_variable - Static variable in class com.tailf.ncs.ns.Ncs
 
actionSetTimeout(int) - Method in class com.tailf.dp.DpActionTrans
Some action callbacks may require a significantly longer execution time than others, and this time may not even be possible to determine statically (e.g.
activateCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
activateCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This method should rollback running to the checkpoint created by addCheckpointRunning().
add(NavuNode) - Method in class com.tailf.navu.NavuChange
Adds a node.
addActionCapability(ActionCBType) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(AuthCBType) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(AuthorizationCBType) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(DataCBType) - Method in class com.tailf.dp.annotations.DataCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(DBCBType) - Method in class com.tailf.dp.annotations.DBCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(NanoServiceCBType) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(ServiceCBType) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(SnmpInformResponseCBType) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(TransCBType) - Method in class com.tailf.dp.annotations.TransCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(TransValidateCBType) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(ValidateCBType) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionCapability(EventCBType) - Method in class com.tailf.ncs.annotations.EventCallbackProxy
Add action capability from annotated callType used to register capabilities on the server
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.DataCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.DBCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.TransCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
Add callback action method to proxy
addActionMethod(String, Method) - Method in class com.tailf.ncs.annotations.EventCallbackProxy
Add callback action method to proxy
addCdbSession(CdbSession) - Method in class com.tailf.navu.SessionContainer
 
addCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
addCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This method should be implemented only when ConfD owns the candidate, and confirmed-commit is enabled.
addCompletion(String, String) - Method in class com.tailf.dp.CompletionReply
Adding one of possibly many completions as the reply for a callback invocation
addDbType(CdbDBType) - Method in class com.tailf.navu.SessionContainer
 
addElem(ConfObject) - Method in class com.tailf.conf.ConfList
Add an element in the end of this ConfList unless it already exists
addEntryKeyValues(String[]) - Method in class com.tailf.dp.CompletionRangeEnumReply
Add keys for a list entry.
addEntryKeyValues(List<String>) - Method in class com.tailf.dp.CompletionRangeEnumReply
Add keys for a list entry.
addFilter(TraversalFilter) - Method in class com.tailf.navu.traversal.NavuTreeTraversal
 
addKeys(MaapiSchemas.CSNode, XPathAbrevCompiler.XPathTag, ConfNamespace) - Method in class com.tailf.conf.XPathAbrevCompiler
 
addLocalCdb(Cdb) - Method in class com.tailf.navu.SessionContainer
 
addLocalSocket(Socket) - Method in class com.tailf.navu.SessionContainer
 
addLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.SessionContainer
 
addRootCdb(Cdb) - Method in class com.tailf.navu.SessionContainer
 
AesEncrypter - Class in com.tailf.util
AES algorithm encryption/decryption utility class
AesEncrypter(byte[], byte[]) - Constructor for class com.tailf.util.AesEncrypter
 
after(ConfDatetime) - Method in class com.tailf.conf.ConfDatetime
Deprecated.
AFTER - Static variable in class com.tailf.ned.NedEditOp
 
Alarm - Class in com.tailf.ncs.alarmman.common
This class is used to represent an alarm instance of an entry in /al:alarms/alarm-list/alarm list.
Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, ConfBuf, PerceivedSeverity, boolean, String, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Constructor for class com.tailf.ncs.alarmman.common.Alarm
Deprecated.
Not for public use, The isCleared flag is intended to be set by NCS and not by the constructor This method is expected to be retained only as a package private method. Replaced by Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, ConfBuf, PerceivedSeverity, ConfBuf, List, List, List, ConfDatetime, Attribute...)
Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, ConfBuf, PerceivedSeverity, ConfBuf, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Constructor for class com.tailf.ncs.alarmman.common.Alarm
Creates an alarm
Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, PerceivedSeverity, boolean, String, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Constructor for class com.tailf.ncs.alarmman.common.Alarm
Deprecated.
Not for public use, The isCleared flag is intended to be set by NCS and not by the constructor This method is expected to be retained only as a package private method. Replaced by Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, PerceivedSeverity, ConfBuf, List, List, List, ConfDatetime, Attribute...)
Alarm(ManagedDevice, ManagedObject, ConfIdentityRef, PerceivedSeverity, ConfBuf, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Constructor for class com.tailf.ncs.alarmman.common.Alarm
Creates an alarm
AlarmAttribute - Class in com.tailf.ncs.alarmman.common
This class represents an alarm attribute.
AlarmAttribute(ConfNamespace, String, ConfValue) - Constructor for class com.tailf.ncs.alarmman.common.AlarmAttribute
 
AlarmId - Class in com.tailf.ncs.alarmman.common
This class represents the unique identity of an NCS alarm.
AlarmId(ManagedDevice, ConfIdentityRef, ManagedObject) - Constructor for class com.tailf.ncs.alarmman.common.AlarmId
Constructs an AlarmId with specificProblem set to the empty string "".
AlarmId(ManagedDevice, ConfIdentityRef, ManagedObject, String) - Constructor for class com.tailf.ncs.alarmman.common.AlarmId
Constructs an AlarmId with the specified properties.
AlarmId(ManagedDevice, ConfIdentityRef, ManagedObject, ConfBuf) - Constructor for class com.tailf.ncs.alarmman.common.AlarmId
 
AlarmSink - Class in com.tailf.ncs.alarmman.producer
The class AlarmSink represents a "sink" where Alarm objects are added in order to be written to the alarm table.
AlarmSink(Cdb) - Constructor for class com.tailf.ncs.alarmman.producer.AlarmSink
Deprecated.
AlarmSink(Maapi) - Constructor for class com.tailf.ncs.alarmman.producer.AlarmSink
Construct an AlarmSink using the given Maapi object for writing alarms directly to the alarm list.
AlarmSink() - Constructor for class com.tailf.ncs.alarmman.producer.AlarmSink
Constructs an AlarmSink.
AlarmSinkCentral - Class in com.tailf.ncs.alarmman.producer
An AlarmSinkCentral represent a central "proxy" for created AlarmSink's.
AlarmSinkCentralMBean - Interface in com.tailf.ncs.alarmman.producer
This is the JMX interface for the AlarmSinkCentral class
AlarmSource - Class in com.tailf.ncs.alarmman.consumer
This class establishes a listener queue for emitted alarms.
AlarmSource() - Constructor for class com.tailf.ncs.alarmman.consumer.AlarmSource
 
AlarmSourceCentral - Class in com.tailf.ncs.alarmman.consumer
The consuming part of the Alarm API.
AlarmSourceCentralMBean - Interface in com.tailf.ncs.alarmman.consumer
This is the JMX interface for the AlarmSourceCentral class
alarmText() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
AmbiguousNamespaceException - Exception in com.tailf.conf
Exception thrown when protocol data is malformed.
AmbiguousNamespaceException(String) - Constructor for exception com.tailf.conf.AmbiguousNamespaceException
 
AmbiguousNamespaceException(String, Throwable) - Constructor for exception com.tailf.conf.AmbiguousNamespaceException
 
append(String) - Method in class com.tailf.conf.ConfCdbUpgradePath
Appends suffix path to existing keypath
append(String) - Method in class com.tailf.conf.ConfPath
Appends suffix path to existing keypath
append(String, List<MaapiSchemas.CSNode>) - Method in class com.tailf.conf.ConfPath
Appends suffix path to existing keypath
append(NedTracer, String) - Method in class com.tailf.ned.TraceBuffer
 
appendState(String) - Method in class com.tailf.ncs.PlanComponent
This method supplies a state to the specific component.
appendState(String, String, String) - Method in class com.tailf.ncs.PlanComponent
 
appendState(String, String, String, String, String) - Method in class com.tailf.ncs.PlanComponent
 
ApplicationComponent - Interface in com.tailf.ncs
User defined Applications should implement this interface that extends Runnable, hence also the run() method has to be implemented.
apply(NavuNode, TemplateVariables) - Method in class com.tailf.ncs.template.Template
Apply a template in the specified context
apply(Maapi, int, ConfPath, TemplateVariables) - Method in class com.tailf.ncs.template.Template
Apply a template in the specified context
applyClearTrans() - Method in class com.tailf.navu.NavuContext
This method applies any changes in this transaction (Commit) using Maapi.applyTrans(int, boolean).
applyConfig(NedWorker, int, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
ApplyException(String, boolean, boolean) - Constructor for exception com.tailf.ned.NedCliBaseTemplate.ApplyException
 
ApplyException(String, String, boolean, boolean) - Constructor for exception com.tailf.ned.NedCliBaseTemplate.ApplyException
 
applyReplaceTrans() - Method in class com.tailf.navu.NavuContext
This method applies (commit) and finish the transaction using Maapi.applyTrans(int, boolean) and Maapi.finishTrans(int).
ApplyResult - Class in com.tailf.maapi
Represents a successful invocation of the Maapi#applyTransWithResult(int,boolean,int,String,int) method.
ApplyResult(ConfResponse) - Constructor for class com.tailf.maapi.ApplyResult
 
applyTrans(int, boolean) - Method in class com.tailf.maapi.Maapi
Apply a current transaction with transaction handle tid.
applyTrans(int, boolean, int) - Method in class com.tailf.maapi.Maapi
Apply a current transaction with transaction handle tid with additional flags (NCS Specific).
applyTransParams(int, boolean, CommitParams) - Method in class com.tailf.maapi.Maapi
Apply a current transaction with transaction handle tid with additional NCS specific parameters.
arity() - Method in class com.tailf.proto.ConfEList
Get the arity of the list.
arity() - Method in class com.tailf.proto.ConfETuple
Get the arity of the tuple.
ArrayTool - Class in com.tailf.util
Tools for array manipulation.
ArrayTool() - Constructor for class com.tailf.util.ArrayTool
 
atomTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for atoms
atomValue() - Method in class com.tailf.proto.ConfEAtom
Get the actual string contained in this object.
atoString() - Method in class com.tailf.conf.InstancePath
Deprecated.
attach(int, int, int) - Method in class com.tailf.maapi.Maapi
Attach to a current transaction.
attach(int, int) - Method in class com.tailf.maapi.Maapi
Same as Maapi.attach(int, int, int) with the exception that the User session id is implicit for the attached transaction.
attach(int, String, int) - Method in class com.tailf.maapi.Maapi
Attach to a current transaction.
attach(int, String) - Method in class com.tailf.maapi.Maapi
Same as Maapi.attach(int, String, int) with the exception that the User session id is implicit for the attached transaction.
attachInit() - Method in class com.tailf.maapi.Maapi
Attach to transaction available in phase0.
attachRunningTrans(int) - Method in class com.tailf.navu.NavuContext
Attach an existing transaction towards the Conf.DB_RUNNING database to be used in the context.
ATTR_DEL - Static variable in class com.tailf.ned.NedEditOp
 
ATTR_SET - Static variable in class com.tailf.ned.NedEditOp
 
Attribute - Class in com.tailf.ncs.alarmman.common
Base class for attributes.
AuditNetworkNotification - Class in com.tailf.notif
Data structure for audit network notifications.
AuditNetworkNotification(int, int, String, String, String, String) - Constructor for class com.tailf.notif.AuditNetworkNotification
 
AuditNotification - Class in com.tailf.notif
Data structure for Audit events
AuditNotification(int, String, int, String) - Constructor for class com.tailf.notif.AuditNotification
 
auth(DpAuthContext) - Method in class com.tailf.dp.annotations.AuthCallbackProxy
 
auth(DpAuthContext) - Method in interface com.tailf.dp.DpAuthCallback
The auth() callback is invoked with an instance to an authentication context that provides information about the result of the authentication so far.
AUTH_ERROR - Static variable in exception com.tailf.ned.NedException
Deprecated.
Use NedErrorCode.CONNECT_CONNECTION_REFUSED or some other suitable NED error code instead.
AUTH_HOSTBASED - Static variable in interface com.tailf.ned.SSHClient
 
AUTH_KEYBOARD_INTERACTIVE - Static variable in interface com.tailf.ned.SSHClient
 
AUTH_NONE - Static variable in interface com.tailf.ned.SSHClient
 
AUTH_PASSWORD - Static variable in interface com.tailf.ned.SSHClient
 
AUTH_PUBLIC_KEY - Static variable in interface com.tailf.ned.SSHClient
Authentication methods available for negotiation
AuthCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Auth Callbacks Attribute are callType
AuthCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Authorization Callbacks.
AuthCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.AuthCallbackProxy
Constructor for Callback proxys.
AuthCBType - Enum in com.tailf.dp.proto
Enumeration of Auth callback methods
authenticate(String, String) - Method in class com.tailf.maapi.Maapi
If we are implementing a proprietary Management Agent with MAAPI API, the method Maapi.startUserSession(String,InetAddress,String,String[], MaapiUserSessionFlag) requires the application to tell ConfD/NCS which groups the user are member of.
authenticate() - Method in interface com.tailf.ned.SSHClient
Authenticate using the methods specified by NSO or from a cloned connection.
authenticate(String[]) - Method in interface com.tailf.ned.SSHClient
Authenticate using a custom list of methods.
authenticate(String[], String, String) - Method in interface com.tailf.ned.SSHClient
Authenticate using a custom list of methods, with explicitly configured authentication parameters.
authenticate2(String, String, InetAddress, int, String, MaapiUserSessionFlag) - Method in class com.tailf.maapi.Maapi
If we are implementing a proprietary Management Agent with MAAPI API, the method Maapi.startUserSession(String,InetAddress,String,String[], MaapiUserSessionFlag) requires the application to tell ConfD/NCS which groups the user are member of.
authenticateWithAgent(String, AgentProxy) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
authenticateWithKeyboardInteractive(String, String[], InteractiveCallback) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
authenticateWithNone(String) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
authenticateWithPassword(String, String) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
authenticateWithPublicKey(String, char[], String) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
authenticateWithPublicKey(String, File, String) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
AuthorizationCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Authorization Callbacks Attribute are callType
AuthorizationCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Authorization Callbacks.
AuthorizationCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.AuthorizationCallbackProxy
Constructor for Callback proxys.
AuthorizationCBType - Enum in com.tailf.dp.proto
Enumeration of Authorization callback methods
AuthorizationOperCheck - Enum in com.tailf.dp
AuthorizationOperCheck used as argument to authorization callbacks.
AuthorizationResult - Enum in com.tailf.dp
Enum for returning authorization result from authorization callbacks
awaitRunning() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
Deprecated.
awaitRunning() - Method in class com.tailf.ncs.NavuEventHandler
Deprecated.
awaitStoped() - Method in class com.tailf.ncs.NavuEventHandler
Deprecated.
awaitStopped() - Method in class com.tailf.ncs.NavuEventHandler
 
AXIS_ANCESTOR - Static variable in interface com.tailf.conf.Compiler
 
AXIS_ANCESTOR_OR_SELF - Static variable in interface com.tailf.conf.Compiler
 
AXIS_ATTRIBUTE - Static variable in interface com.tailf.conf.Compiler
 
AXIS_CHILD - Static variable in interface com.tailf.conf.Compiler
 
AXIS_DESCENDANT - Static variable in interface com.tailf.conf.Compiler
 
AXIS_DESCENDANT_OR_SELF - Static variable in interface com.tailf.conf.Compiler
 
AXIS_FOLLOWING - Static variable in interface com.tailf.conf.Compiler
 
AXIS_FOLLOWING_SIBLING - Static variable in interface com.tailf.conf.Compiler
 
AXIS_NAMESPACE - Static variable in interface com.tailf.conf.Compiler
 
AXIS_PARENT - Static variable in interface com.tailf.conf.Compiler
 
AXIS_PRECEDING - Static variable in interface com.tailf.conf.Compiler
 
AXIS_PRECEDING_SIBLING - Static variable in interface com.tailf.conf.Compiler
 
AXIS_SELF - Static variable in interface com.tailf.conf.Compiler
 

B

backTrack() - Method in class com.tailf.ncs.PlanComponent
 
backTrack(boolean) - Method in class com.tailf.ncs.PlanComponent
 
Base64 - Class in com.tailf.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.tailf.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in com.tailf.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64DecodeException - Exception in com.tailf.util
 
Base64DecodeException(String) - Constructor for exception com.tailf.util.Base64DecodeException
 
Base64DecodeException(String, Throwable) - Constructor for exception com.tailf.util.Base64DecodeException
 
before(ConfDatetime) - Method in class com.tailf.conf.ConfDatetime
Deprecated.
beMaster(ConfValue) - Method in class com.tailf.ha.Ha
Instruct an HA node to be master and also give the node a name.
beNone() - Method in class com.tailf.ha.Ha
Instruct a node to resume the initial state, i.e.
beRelay() - Method in class com.tailf.ha.Ha
Instruct a slave node to be a relay for other slaves.
beSlave(ConfValue, ConfHaNode, boolean) - Method in class com.tailf.ha.Ha
Instruct an HA node to be a slave to a named master.
beSlaveResult() - Method in class com.tailf.notif.HaNotification
 
bigIntegerValue() - Method in class com.tailf.conf.ConfUInt64
 
bigValue() - Method in class com.tailf.conf.ConfBit64
Return a BigInteger representing this bitset.
bigValue() - Method in class com.tailf.proto.ConfEBig
Get this number as a BigInteger.
binaryValue() - Method in class com.tailf.proto.ConfEBinary
Get the byte array from a binary.
binTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for binaries
bitArray - Variable in class com.tailf.maapi.MaapiSchemas.CSTypeBits
Deprecated.
BitsTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
 
booleanValue() - Method in class com.tailf.conf.ConfBool
 
booleanValue() - Method in class com.tailf.proto.ConfEAtom
The boolean value of this atom.
bufWrite(Socket, int, int, byte[]) - Static method in class com.tailf.conf.ConfInternal
Writes OP + string
bufWrite(SelectionKey, int, int, byte[]) - Static method in class com.tailf.conf.ConfInternal
Writes OP + string
byteArrayToHexString(byte[]) - Static method in class com.tailf.conf.Conf
Converts a byte array to a hex string
byteArrayValue() - Method in class com.tailf.conf.ConfBits
Get byte array representing this bitset in little endian order.
bytesValue() - Method in class com.tailf.conf.ConfBinary
 
bytesValue() - Method in class com.tailf.conf.ConfBuf
 
byteValue() - Method in class com.tailf.proto.ConfELong
Get this number as a byte.

C

call() - Method in class com.tailf.navu.NavuAction
Issues an action with empty parameters
call(ConfXMLParam[]) - Method in class com.tailf.navu.NavuAction
Issues an action call with given parameters
call(String) - Method in class com.tailf.navu.NavuAction
Issues an action call with given parameter
CALL_HOME_DEVICE_CONNECTED - Static variable in class com.tailf.notif.CallHomeInfoNotification
 
CALL_HOME_UNKNOWN_DEVICE - Static variable in class com.tailf.notif.CallHomeInfoNotification
 
CallHomeInfoNotification - Class in com.tailf.notif
Events generated for NETCONF Call Home connections.
CallHomeInfoNotification(int, String, InetAddress, ConfObject, int, String, String) - Constructor for class com.tailf.notif.CallHomeInfoNotification
 
callpoint() - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
callpoint() - Method in interface com.tailf.dp.DpDataCallback
The name of the callpoint
callpoint_agent - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_community - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_community_hook - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_notify - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_target - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_usm - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_vacm_group - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
callpoint_vacm_view - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
candidateAbortCommit() - Method in class com.tailf.maapi.Maapi
This function cancels a pending confirmed commit.
candidateAbortCommitPersistent(String) - Method in class com.tailf.maapi.Maapi
Cancel an ongoing persistent commit with the cookie given by persistId.
candidateChkNotModified(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateChkNotModified(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This method should check to see if the candidate has been modified or not.
candidateCommit(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateCommit(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
This method should copy the candidate DB into the running DB.
candidateCommit() - Method in class com.tailf.maapi.Maapi
This function copies the candidate to running.
candidateCommitInfo(String, String) - Method in class com.tailf.maapi.Maapi
This method can be used to set the "Label" and/or "Comment" that is stored in the rollback file when the candidate is committed to running.
candidateCommitInfo(String, String, String) - Method in class com.tailf.maapi.Maapi
This method can be used to set the "Label" and/or "Comment" that is stored in the rollback file when the candidate is committed to running.
candidateCommitPersistent(String) - Method in class com.tailf.maapi.Maapi
Confirm an ongoing persistent commit with the cookie given by persistId.
candidateConfirmedCommit(int) - Method in class com.tailf.maapi.Maapi
This method also copies the candidate into running.
candidateConfirmedCommitInfo(int, String, String) - Method in class com.tailf.maapi.Maapi
This method does the same as Maapi.candidateConfirmedCommitPersistent(int, java.lang.String, java.lang.String), but allows for setting the "Label" and/or "Comment" that is stored in the rollback file when the candidate is committed to running.
candidateConfirmedCommitInfo(int, String, String, String, String) - Method in class com.tailf.maapi.Maapi
This method does the same as Maapi.candidateConfirmedCommitPersistent(int, java.lang.String, java.lang.String), but allows for setting the "Label" and/or "Comment" that is stored in the rollback file when the candidate is committed to running.
candidateConfirmedCommitPersistent(int, String, String) - Method in class com.tailf.maapi.Maapi
This method can be used to start or extend a persistent confirmed commit, see the Tail-f Commit Capability section in the NETCONF Server chapter in the User Guide.
candidateConfirmingCommit(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateConfirmingCommit(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
If the timeout in the candidate_commit() method is != 0, we will be either invoked here or in the candidateRollbackRunning() method within timeout seconds.
candidateReset(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateReset(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This method is intended to copy the current running configuration into the candidate.
candidateReset() - Method in class com.tailf.maapi.Maapi
This function copies running into candidate.
candidateRollbackRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateRollbackRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
If for some reason, apart from a timeout, something goes wrong, we get invoked in the candidateRollbackRunning() method.
candidateValidate(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
candidateValidate(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This callback is optional.
candidateValidate() - Method in class com.tailf.maapi.Maapi
This function validates the candidate.
cd(ConfPath) - Method in class com.tailf.cdb.CdbSession
Changes the working directory.
cd(String, Object...) - Method in class com.tailf.cdb.CdbSession
Change working directory to container specified by path string
cd(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
cd(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
cd(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This function mimics the behavior of the UNIX "cd" command.
Cdb - Class in com.tailf.cdb
This class represents a connection to ConfD/NCS built in XML database.
Cdb(String, Socket) - Constructor for class com.tailf.cdb.Cdb
Creates a new instance of a Cdb socket supplying a established open socket to ConfD/NCS daemon.
Cdb(String, SocketChannel) - Constructor for class com.tailf.cdb.Cdb
Deprecated.
Cdb(String, SocketChannel, int) - Constructor for class com.tailf.cdb.Cdb
Deprecated.
CdbDBType - Enum in com.tailf.cdb
Database types specified when setting up CDB sessions
CdbDiffIterate - Interface in com.tailf.cdb
The CdbDiffIterate interface should be implemented by any class whose instances are intended to process or iterate through a set of changes.
CdbException - Exception in com.tailf.cdb
Cdb package generic exception
CdbException(String) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(String, Throwable) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(String, ErrorCode) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(Throwable) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(String, int) - Constructor for exception com.tailf.cdb.CdbException
 
CdbException(String, int, Throwable) - Constructor for exception com.tailf.cdb.CdbException
 
CdbExtendedException - Exception in com.tailf.cdb
This exception is used by clients of CdbSubscription that needs to report errors.
CdbExtendedException(int, String) - Constructor for exception com.tailf.cdb.CdbExtendedException
 
CdbExtendedException(int, ConfNamespace, String, String) - Constructor for exception com.tailf.cdb.CdbExtendedException
 
CdbExtendedException(int, ConfNamespace, String, ConfException) - Constructor for exception com.tailf.cdb.CdbExtendedException
 
CdbGetModificationFlag - Enum in com.tailf.cdb
 
CdbLockType - Enum in com.tailf.cdb
DB lock type flag for Cdb Sessions which controls locking of sessions.
CdbNotificationType - Enum in com.tailf.cdb
Subscription notification type retrieved from getLatestNotificationType() method
CdbPhase - Class in com.tailf.cdb
Represents the start-phase CDB is currently in.
CdbProto - Class in com.tailf.cdb
General class for protocol constants
CdbProto() - Constructor for class com.tailf.cdb.CdbProto
 
CdbSession - Class in com.tailf.cdb
The class CdbSession represents a session against the Cdb database.
CdbSession(Cdb) - Constructor for class com.tailf.cdb.CdbSession
Creates a new CDB session instance against the running database.
CdbSession(Cdb, CdbDBType) - Constructor for class com.tailf.cdb.CdbSession
Starts a new session on an already connected Cdb instance.
CdbSession(Cdb, CdbDBType, EnumSet<CdbLockType>) - Constructor for class com.tailf.cdb.CdbSession
Starts a new session on an already established Cdb with explicitly given lockflags.
CdbSubscrConfigFlag - Enum in com.tailf.cdb
Distinguish the different types of subscription notifications
CdbSubscription - Class in com.tailf.cdb
This class provides subscription functionality to CDB.
CdbSubscription(Cdb) - Constructor for class com.tailf.cdb.CdbSubscription
Creates a CDB subscription instance, with the specified Cdb socket.
CdbSubscriptionFlagType - Enum in com.tailf.cdb
Distinguish the different types of subscription notifications
CdbSubscriptionSyncType - Enum in com.tailf.cdb
Subscription Synchronization type used in sync() method
CdbSubscriptionType - Enum in com.tailf.cdb
Subscription type used in subscribe() method
CdbTxId - Class in com.tailf.cdb
Data structure received from Cdb.getTxId() method.
CdbUpgradeSession - Class in com.tailf.cdb
The class CdbUpgradeSession represents a session against the Cdb database that can be used for accessing data models that are in the process of being deleted by a cdb upgrade.
CdbUpgradeSession(Cdb) - Constructor for class com.tailf.cdb.CdbUpgradeSession
 
CdbUpgradeSession(Cdb, CdbDBType) - Constructor for class com.tailf.cdb.CdbUpgradeSession
 
CdbUpgradeSession(Cdb, CdbDBType, EnumSet<CdbLockType>) - Constructor for class com.tailf.cdb.CdbUpgradeSession
 
charValue() - Method in class com.tailf.proto.ConfELong
Get this number as a char.
checkCommandAccess(DpAuthorizationContext, String[], AuthorizationOperCheck) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
 
checkCommandAccess(DpAuthorizationContext, String[], AuthorizationOperCheck) - Method in interface com.tailf.dp.DpAuthorizationCallback
This callback is invoked for command authorization, i.e.
checkDataAccess(DpAuthorizationContext, ConfObject[], AuthorizationOperCheck, AuthorizationOperCheck) - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
 
checkDataAccess(DpAuthorizationContext, ConfObject[], AuthorizationOperCheck, AuthorizationOperCheck) - Method in interface com.tailf.dp.DpAuthorizationCallback
 
children() - Method in exception com.tailf.navu.IllegalParentNavuNodeException
 
children() - Method in class com.tailf.navu.NavuAction
Return the children of this node.
children() - Method in class com.tailf.navu.NavuContainer
Returns a collection containing the children of this container.
children() - Method in class com.tailf.navu.NavuList
Returns all elements contained by the list node.
children() - Method in class com.tailf.navu.NavuNode
Returns a collection containing the children of this node.
children() - Method in exception com.tailf.navu.NoSuchNavuNodeException
 
choice(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate choice with the name name.
clear() - Method in class com.tailf.util.ConfXMLParamToXML
Clears the state of the instance of this class which permits multiple invocation of ConfXMLParamToXML.toXML(ConfXMLParam[],boolean).
clearBit(long) - Method in class com.tailf.conf.ConfBits
Clear bit at position pos in bitset.
clearMountIdCache() - Method in class com.tailf.maapi.MaapiSchemas
 
clearOpCache() - Method in class com.tailf.maapi.Maapi
Same as Maapi.clearOpCache(ConfPath), with the only difference that if clears all cached data from "/" and down.
clearOpCache(ConfPath) - Method in class com.tailf.maapi.Maapi
Request clearing of the operational data cache (see the Operational Data the User Guide).
clearTrans() - Method in class com.tailf.navu.NavuContext
Clears the internal transaction defined by NavuContext.startRunningTrans(int) or NavuContext.startOperationalTrans(int) The previous transaction id if any is returned but left unattended.
CLIAccounting(String, int, String) - Method in class com.tailf.maapi.Maapi
Generate an audit log entry in the CLI audit log.
CLICmdToPath(String) - Method in class com.tailf.maapi.Maapi
Equivalent to Maapi.CLICmdToPath(int, String) with the first parameter set to -1 (ie, the command is not interpreted in the context of any particular transaction)
CLICmdToPath(int, String) - Method in class com.tailf.maapi.Maapi
Given a C- or I-style command, this method tries to determine the corresponding namespace and path in the schema.
CLICmdToPathResult - Class in com.tailf.maapi
Result of Maapi.CLICmdToPath(int, String) An object containing two string fields containing the resulting namespace and path
CLICmdToPathResult(String, String) - Constructor for class com.tailf.maapi.CLICmdToPathResult
 
CLIDiffCmd(int, int, ConfPath) - Method in class com.tailf.maapi.Maapi
Get the diff between two transactions as C-/I-style CLI commands.
CLIInteraction - Class in com.tailf.maapi
Get CLI Interaction class for interaction with the user via the CLI.
CLIInteractionFlag - Enum in com.tailf.maapi
flags for controlling cmd to CLI via CLIInteraction class
CLIPathCmd(int, EnumSet<CLIPathCmdFlag>, String, Object...) - Method in class com.tailf.maapi.Maapi
Returns a string representing the C/I style CLI command that can be associated with the given path.
CLIPathCmdFlag - Enum in com.tailf.maapi
Flags used in {@link Maapi#CLIPathCmd(int,EnumSet,String,Object...
CLIPrompt(int, String, boolean) - Method in class com.tailf.maapi.Maapi
Prompts user for a string.
CLIPrompt(int, String, boolean, int) - Method in class com.tailf.maapi.Maapi
Prompts user for a string.
CLIPromptOneOf(int, String, String[]) - Method in class com.tailf.maapi.Maapi
Prompt user for one of the strings given in the choice parameter.
CLIPromptOneOf(int, String, String[], int) - Method in class com.tailf.maapi.Maapi
Prompt user for one of the strings given in the choice parameter.
CLIReadEOF(int, boolean) - Method in class com.tailf.maapi.Maapi
Read a multi line string from the CLI.
CLIReadEOF(int, boolean, int) - Method in class com.tailf.maapi.Maapi
Read a multi line string from the CLI.
CliSession - Interface in com.tailf.ned
 
CLIWrite(int, String) - Method in class com.tailf.maapi.Maapi
Write to the CLI.
clone() - Method in class com.tailf.conf.ConfCdbUpgradePath
Clones the ConfCdbUpgradePath
clone() - Method in class com.tailf.conf.ConfObject
 
clone() - Method in class com.tailf.conf.ConfPath
Clones the ConfPath
clone(SSHClient) - Static method in interface com.tailf.ned.SSHClient
Clone a new SSHClient instance from an existing instance.
clone() - Method in class com.tailf.proto.ConfEBinary
 
clone() - Method in class com.tailf.proto.ConfEList
 
clone() - Method in class com.tailf.proto.ConfEObject
 
clone() - Method in class com.tailf.proto.ConfEPid
 
clone() - Method in class com.tailf.proto.ConfERef
 
clone() - Method in class com.tailf.proto.ConfETuple
 
close() - Method in class com.tailf.cdb.Cdb
Closes the resources held by this Cdb socket.
close() - Method in interface com.tailf.ned.CliSession
 
close(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
close() - Method in class com.tailf.ned.NedCliBaseTemplate
 
CLOSE - Static variable in class com.tailf.ned.NedCmd
 
close(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
This method is invoked when the connection is terminated.
close() - Method in class com.tailf.ned.NedConnectionBase
This method is invoked when a connection close is forced and no NedWorker is involved.
close() - Method in interface com.tailf.ned.SSHClient
Close SSH connection
close() - Method in interface com.tailf.ned.SSHClient.Subsystem
Close the subsystem
close() - Method in class com.tailf.ned.SSHJSession
Close the SSH session
close() - Method in class com.tailf.ned.SSHSession
Closes the SSH connection, including all sessions (only one in this case, compared to many in Netconf)
close() - Method in class com.tailf.ned.TelnetSession
 
close() - Method in class com.tailf.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
CLOSE_ALL - Static variable in class com.tailf.ned.NedCmd
 
closeAllWorkerSockets() - Method in class com.tailf.dp.Dp
 
cmd(String) - Method in class com.tailf.maapi.CLIInteraction
Execute CLI command in ongoing CLI session.
cmd(String, EnumSet<CLIInteractionFlag>) - Method in class com.tailf.maapi.CLIInteraction
Execute CLI command in ongoing CLI session.
cmd(String, EnumSet<CLIInteractionFlag>, String) - Method in class com.tailf.maapi.CLIInteraction
Execute CLI command in ongoing CLI session.
CMD - Static variable in class com.tailf.ned.NedCmd
 
cmdIO(String, EnumSet<CLIInteractionFlag>, String) - Method in class com.tailf.maapi.CLIInteraction
Execute CLI command in ongoing CLI session and output result on socket.
cmdString() - Method in class com.tailf.ned.NedCmd
 
cmdToDevicePhase(int) - Static method in class com.tailf.ned.NedCmd
 
cmdToString(int) - Static method in class com.tailf.ned.NedCmd
 
COLUMN_ROW - Static variable in class com.tailf.conf.SnmpVarbind
 
com.tailf.cdb - package com.tailf.cdb
Package with methods for connecting to the configuration database.
com.tailf.conf - package com.tailf.conf
Data types and utilities for communication with the server.
com.tailf.dp - package com.tailf.dp
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
com.tailf.dp.annotations - package com.tailf.dp.annotations
Annotations and proxy helper classes for callbacks.
com.tailf.dp.proto - package com.tailf.dp.proto
Callback method types for respective callback type.
com.tailf.dp.services - package com.tailf.dp.services
Service callback specific context and utilities.
com.tailf.ha - package com.tailf.ha
Package for setup and control of High Availability cluster nodes.
com.tailf.maapi - package com.tailf.maapi
MAAPI is an API which provides full access to the systems internal transaction engine.
com.tailf.navu - package 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.navu.traversal - package com.tailf.navu.traversal
Utility package for traversing the NAVU tree (or a subset thereof) using the NAVU API.
com.tailf.ncs - package com.tailf.ncs
NCS Java machine management and control of Services, Neds, callbacks and Applications
com.tailf.ncs.alarmman - package com.tailf.ncs.alarmman
The Alarm Manager provides utilities for management of the NCS alarm list.
com.tailf.ncs.alarmman.common - package com.tailf.ncs.alarmman.common
The Common Alarm Management package contains common definitions that are used within the alarm manager.
com.tailf.ncs.alarmman.consumer - package com.tailf.ncs.alarmman.consumer
The Alarm Manager consumer package provides support for subscription to alarms in the NCS Alarm list.
com.tailf.ncs.alarmman.producer - package com.tailf.ncs.alarmman.producer
The Alarm Manager producer package provides support for injection of alarms into the NCS Alarm list.
com.tailf.ncs.annotations - package com.tailf.ncs.annotations
Annotations and proxy helper classes for callbacks.
com.tailf.ncs.ns - package com.tailf.ncs.ns
This package comprises name-space classes generated from the NCS YANG models.
com.tailf.ncs.proto - package com.tailf.ncs.proto
Callback method types for respective callback type.
com.tailf.ncs.snmp.snmp4j - package com.tailf.ncs.snmp.snmp4j
NCS snmp4j support package
com.tailf.ncs.template - package com.tailf.ncs.template
 
com.tailf.ned - package com.tailf.ned
Network Equipment Drivers package
com.tailf.notif - package com.tailf.notif
Package for subscription to asynchronous events.
com.tailf.proto - package com.tailf.proto
Package containing java class representations of Erlang datatypes or terms which are used internally in the communication between the Library and ConfD/NCS.
com.tailf.util - package com.tailf.util
Utility classes for representing compiled ConfNamespaces.
command(DpActionTrans, String, String, String[]) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
command(DpActionTrans, String, String, String[]) - Method in interface com.tailf.dp.DpActionCallback
The command() callback is invoked for CLI callback commands.
command - Variable in class com.tailf.ncs.NcsCtlCommand
 
command(NedWorker, String, ConfXMLParam[]) - Method in class com.tailf.ned.NedCliBaseTemplate
 
command(NedWorker, String, ConfXMLParam[]) - Method in class com.tailf.ned.NedConnectionBase
This is for any optional commands on the device that are not part of the yang files config data, but is modeled as tailf:actions or rpcs in the device yang files.
commandFilter() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
 
commandFilter() - Method in interface com.tailf.dp.DpAuthorizationCallback
Thus method can be used to prevent access checks from causing invocation of a checkCommandAccess callback even though it is registered.
CommandResponderImpl - Class in com.tailf.ncs.snmp.snmp4j
Internal snmp4j callback class used by the SnmpNotificationReceiver
commandResponse() - Method in class com.tailf.ned.NedWorker
This method is called by the NED to indicate that the command method has been successfully completed.
commandResponse(ConfXMLParam[]) - Method in class com.tailf.ned.NedWorker
This method is called by the NED to indicate that the command method has been successfully completed when the NED also has a reply.
commit(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
commit(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is responsible for undoing whatever was done in the prepare() phase.
commit(NedWorker, int) - Method in class com.tailf.ned.NedCliBaseTemplate
 
COMMIT - Static variable in class com.tailf.ned.NedCmd
 
commit(NedWorker, int) - Method in class com.tailf.ned.NedConnectionBase
This indicates that the current set of operations should be committed to the running configuration.
COMMIT_NCS_ASYNC_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_BYPASS_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
Deprecated.
Use COMMIT_NCS_COMMIT_QUEUE_* flags instead.
COMMIT_NCS_COMMIT_QUEUE_ASYNC - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_ATOMIC - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_BLOCK_OTHERS - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_BYPASS - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_CONTINUE_ON_ERROR - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_LOCK - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_NONATOMIC - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_ROLLBACK_ON_ERROR - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_STOP_ON_ERROR - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_COMMIT_QUEUE_SYNC - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_DEPLOY - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_FASTMAP - Static variable in class com.tailf.maapi.Maapi
Deprecated.
Use COMMIT_NCS_NO_DEPLOY flag instead.
COMMIT_NCS_NO_LSA - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_NETWORKING - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_OUT_OF_SYNC_CHECK - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_OVERWRITE - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_NO_REVISION_DROP - Static variable in class com.tailf.maapi.Maapi
COMMIT_NCS_RECONCILE_DISCARD_NON_SERVICE_CONFIG - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_RECONCILE_KEEP_NON_SERVICE_CONFIG - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_SYNC_COMMIT_QUEUE - Static variable in class com.tailf.maapi.Maapi
 
COMMIT_NCS_USE_LSA - Static variable in class com.tailf.maapi.Maapi
 
CommitDiffNotification - Class in com.tailf.notif
Data structure for CommitDiff notifications.
CommitDiffNotification(int, DpUserInfo, int, String, String) - Constructor for class com.tailf.notif.CommitDiffNotification
 
CommitFailedNotification - Class in com.tailf.notif
Data structure for failing commit notifications.
CommitFailedNotification(int, int, DpUserInfo, String, InetAddress, ConfObject, int) - Constructor for class com.tailf.notif.CommitFailedNotification
 
CommitNotification - Class in com.tailf.notif
Data structure for simple commit notifications.
CommitNotification(int, boolean, DpUserInfo) - Constructor for class com.tailf.notif.CommitNotification
 
CommitParams - Class in com.tailf.maapi
 
CommitParams() - Constructor for class com.tailf.maapi.CommitParams
 
CommitParams(ConfResponse) - Constructor for class com.tailf.maapi.CommitParams
 
CommitParams.CommitQueueErrorOption - Enum in com.tailf.maapi
 
CommitParams.DryRunOutformat - Enum in com.tailf.maapi
 
CommitProgressNotification - Class in com.tailf.notif
Data structure for commit progress notifications.
CommitProgressNotification(NotificationType, ProgressNotification.ProgressEventType, Long, Long, int, int, int, String, String, String, String, String, String) - Constructor for class com.tailf.notif.CommitProgressNotification
 
CommitProgressNotification(NotificationType, ProgressNotification.ProgressEventType, Long, Long, int, int, int, String, String, String, String, String, String, String, String, Long, String, String, String, String) - Constructor for class com.tailf.notif.CommitProgressNotification
 
CommitQueueProgressNotification - Class in com.tailf.notif
Data structure for commit queue progress notifications.
CommitQueueProgressNotification(int, ConfDatetime, ConfUInt64, String, List<String>, List<String>, Map<String, String>, Map<String, ConfList>, Map<String, ConfList[]>, String) - Constructor for class com.tailf.notif.CommitQueueProgressNotification
 
CommitQueueResult - Class in com.tailf.maapi
Represents a successful invocation of the Maapi#applyTransWithResult(int,boolean,int,String,int) method.
CommitQueueResult(long, long) - Constructor for class com.tailf.maapi.CommitQueueResult
Deprecated.
CommitQueueResult(ConfResponse) - Constructor for class com.tailf.maapi.CommitQueueResult
 
commitQueueResult(int, int) - Method in class com.tailf.maapi.Maapi
Deprecated.
Use Maapi.applyTransParams(int, boolean, CommitParams) instead. This method must be called if applyTrans() or prepareTrans() was called, and one of the flags Maapi.COMMIT_NCS_COMMIT_QUEUE_ASYNC or Maapi.COMMIT_NCS_COMMIT_QUEUE_SYNC was set, and must not be called otherwise. If the transaction did not result in a commit queue entry (e.g., it didn't involve any devices) the function returns a CommitQueueResult with its status set to NCS_COMMIT_QUEUE_NONE. Otherwise, if Maapi.COMMIT_NCS_COMMIT_QUEUE_ASYNC was set, the function returns a CommitQueueResult with its status set to NCS_COMMIT_QUEUE_ASYNC, and its queue_id set to the commit queue id. Otherwise, if Maapi.COMMIT_NCS_COMMIT_QUEUE_SYNC was set, the function waits at most timeout seconds for the commit queue item to be sent to the devices. If the result was successful, it returns a CommitQueueResult with its status set to NCS_COMMIT_QUEUE_SYNC. If the timer expires, it returns a CommitQueueResult with its status set to NCS_COMMIT_QUEUE_TIMEOUT, and its queue_id set to the commit queue id. If the result was unsuccessful, an exception is raised. If any of the devices in the queue item returns an error the status is set to NCS_COMMIT_QUEUE_FAILED. If the queue item is deleted before execution the status is set to NCS_COMMIT_QUEUE_DELETED.
CommitQueueResult.Status - Enum in com.tailf.maapi
 
commitResponse() - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when it has completed a commit operation to indicate a successful completion of the commit.
commitTrans(int) - Method in class com.tailf.maapi.Maapi
Commit a transaction specified by transaction handle tid.
commitUpgrade() - Method in class com.tailf.maapi.Maapi
Note, This method is only applicable for Confd.
compareMethods(Method, Method) - Static method in class com.tailf.dp.annotations.ProxyUtils
Comparison of method signatures.
compareTo(ConfAttributeValue) - Method in class com.tailf.conf.ConfAttributeValue
 
compareTo(ConfBinary) - Method in class com.tailf.conf.ConfBinary
 
compareTo(ConfBits) - Method in class com.tailf.conf.ConfBits
CompareTo method
compareTo(ConfBool) - Method in class com.tailf.conf.ConfBool
 
compareTo(ConfBuf) - Method in class com.tailf.conf.ConfBuf
 
compareTo(ConfDate) - Method in class com.tailf.conf.ConfDate
 
compareTo(ConfDatetime) - Method in class com.tailf.conf.ConfDatetime
Deprecated.
compareTo(ConfDefault) - Method in class com.tailf.conf.ConfDefault
 
compareTo(ConfDottedQuad) - Method in class com.tailf.conf.ConfDottedQuad
 
compareTo(ConfDouble) - Method in class com.tailf.conf.ConfDouble
 
compareTo(ConfDuration) - Method in class com.tailf.conf.ConfDuration
 
compareTo(ConfEnumeration) - Method in class com.tailf.conf.ConfEnumeration
 
compareTo(ConfFloat) - Method in class com.tailf.conf.ConfFloat
 
compareTo(ConfHexString) - Method in class com.tailf.conf.ConfHexString
 
compareTo(ConfInt32) - Method in class com.tailf.conf.ConfInt32
 
compareTo(ConfInt64) - Method in class com.tailf.conf.ConfInt64
 
compareTo(ConfIPv4) - Method in class com.tailf.conf.ConfIPv4
 
compareTo(ConfIPv4AndPrefixLen) - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
compareTo(ConfIPv4Prefix) - Method in class com.tailf.conf.ConfIPv4Prefix
 
compareTo(ConfIPv6) - Method in class com.tailf.conf.ConfIPv6
 
compareTo(ConfIPv6AndPrefixLen) - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
compareTo(ConfIPv6Prefix) - Method in class com.tailf.conf.ConfIPv6Prefix
 
compareTo(ConfList) - Method in class com.tailf.conf.ConfList
 
compareTo(ConfNoExists) - Method in class com.tailf.conf.ConfNoExists
 
compareTo(ConfObjectRef) - Method in class com.tailf.conf.ConfObjectRef
 
compareTo(ConfOID) - Method in class com.tailf.conf.ConfOID
 
compareTo(ConfQname) - Method in class com.tailf.conf.ConfQname
 
compareTo(ConfTagDefault) - Method in class com.tailf.conf.ConfTagDefault
 
compareTo(ConfTime) - Method in class com.tailf.conf.ConfTime
 
compareTo(ConfUInt32) - Method in class com.tailf.conf.ConfUInt32
 
compareTo(ConfUInt64) - Method in class com.tailf.conf.ConfUInt64
 
compareTo(ConfXMLTagH) - Method in class com.tailf.conf.ConfXMLTagH
 
COMPILED_PATTERN - Static variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
compiledPattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
Deprecated.
Compiler - Interface in com.tailf.conf
 
completion(DpActionTrans, char, String, char, ConfObject[], String, String, ConfQname, String) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
Completion - Class in com.tailf.dp
Reply structure container for completion callbacks.
Completion() - Constructor for class com.tailf.dp.Completion
 
completion(DpActionTrans, char, String, char, ConfObject[], String, String, ConfQname, String) - Method in interface com.tailf.dp.DpActionCallback
The completion() callback is invoked for CLI completion and information.
CompletionDefaultReply - Class in com.tailf.dp
Default completion reply for callbacks invoked by a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.
CompletionRangeEnumReply - Class in com.tailf.dp
Reply structure container for completion callbacks invoked by a tailf:cli-custom-range-enumerator directive.
CompletionReply - Class in com.tailf.dp
Reply structure container for completion callbacks invoked by a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.
componentType() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
componentType() - Method in interface com.tailf.dp.DpNanoServiceCallback
The name of the plan component
compressed - Static variable in class com.tailf.proto.ConfExternal
The tag is used for compressed terms
concatArrays(Object[], Object[]) - Static method in class com.tailf.util.ArrayTool
Creates a copies a new array that is the concatenation of two.
concatArrays(Object[], Object) - Static method in class com.tailf.util.ArrayTool
Creates and copy a new array that has appended a object in the end of a source array
Conf - Class in com.tailf.conf
General class for static methods and constants used by the ConfD API:s (Maapi, Cdb, Dp, and Notif)
Conf() - Constructor for class com.tailf.conf.Conf
 
ConfAttributeType - Enum in com.tailf.conf
Enumeration of attribute types
ConfAttributeValue - Class in com.tailf.conf
Class that represents an attribute value for an element in a model.
ConfAttributeValue(ConfAttributeType, ConfValue) - Constructor for class com.tailf.conf.ConfAttributeValue
Constructor of ConfAttributeValue Consists of a value and a type.
ConfBadTermException - Exception in com.tailf.conf
Exception thrown when protocol data is malformed.
ConfBadTermException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.conf.ConfBadTermException
 
ConfBadTermException(String, int, Throwable) - Constructor for exception com.tailf.conf.ConfBadTermException
 
ConfBinary - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:hex-list and tailf:octet-list.
ConfBinary(byte[]) - Constructor for class com.tailf.conf.ConfBinary
 
ConfBinary(String) - Constructor for class com.tailf.conf.ConfBinary
 
ConfBinary(ConfEObject) - Constructor for class com.tailf.conf.ConfBinary
 
ConfBit32 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG bit32 type.
ConfBit32(long) - Constructor for class com.tailf.conf.ConfBit32
Construct a Confbit32 value from a long representing the bits
ConfBit32(String) - Constructor for class com.tailf.conf.ConfBit32
String constructor for ConfBit32.
ConfBit64 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG bit64 type.
ConfBit64(long) - Constructor for class com.tailf.conf.ConfBit64
Construct a Confbit64 value from a long representing the bits
ConfBit64(BigInteger) - Constructor for class com.tailf.conf.ConfBit64
Construct a ConfBit64 value from a BigInteger representing the bits
ConfBit64(byte[]) - Constructor for class com.tailf.conf.ConfBit64
Construct a ConfBit64 value from a byte array with the bytes in little endian order
ConfBit64(String) - Constructor for class com.tailf.conf.ConfBit64
String constructor for ConfBit64.
ConfBitBig - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG bits type, where bit position exceed 63.
ConfBitBig(byte[]) - Constructor for class com.tailf.conf.ConfBitBig
Construct a ConfBitBig value from a byte array with the bytes in little endian order
ConfBitBig(String) - Constructor for class com.tailf.conf.ConfBitBig
String constructor for ConfBitBig.
ConfBits - Class in com.tailf.conf
DATA_CONTAINER - This is the superclass for all bits types i.e.
ConfBool - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG boolean type.
ConfBool(boolean) - Constructor for class com.tailf.conf.ConfBool
 
ConfBool(String) - Constructor for class com.tailf.conf.ConfBool
 
ConfBuf - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG string type.
ConfBuf(byte[]) - Constructor for class com.tailf.conf.ConfBuf
 
ConfBuf(String) - Constructor for class com.tailf.conf.ConfBuf
 
ConfCdbUpgradePath - Class in com.tailf.conf
Class Representing a KeyPath path.
ConfCdbUpgradePath(String, Object...) - Constructor for class com.tailf.conf.ConfCdbUpgradePath
 
ConfCdbUpgradePath(List<PathParser.PathElement>) - Constructor for class com.tailf.conf.ConfCdbUpgradePath
 
ConfCLIToken - Class in com.tailf.conf
 
ConfCLIToken(ConfObject, ConfBuf) - Constructor for class com.tailf.conf.ConfCLIToken
 
CONFD_ACCESS_CHK_DESCENDANT - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_CHK_FINAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_CHK_INTERMEDIATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_CREATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_DELETE - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_EXECUTE - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_READ - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_UPDATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_ACCESS_OP_WRITE - Static variable in class com.tailf.dp.DpProto
 
CONFD_CALL_ACTION - Static variable in class com.tailf.dp.DpProto
 
CONFD_CALL_ACTION_COMMAND - Static variable in class com.tailf.dp.DpProto
 
CONFD_CALL_ACTION_COMPLETION - Static variable in class com.tailf.dp.DpProto
 
CONFD_CALL_ACTION_SYNC - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_CREATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_DELETE - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_EXISTS_OPTIONAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_FIND_NEXT - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_FIND_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_ATTRS - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_CASE - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_ELEM - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_NEXT - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_GET_OBJECT - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_MOVE_AFTER - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_NUM_INSTANCES - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_SET_ATTR - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_SET_CASE - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_SET_ELEM - Static variable in class com.tailf.dp.DpProto
 
CONFD_DATA_CB_WRITE_ALL - Static variable in class com.tailf.dp.DpProto
 
CONFD_DB_CB_REGISTER - Static variable in class com.tailf.dp.DpProto
 
CONFD_ERRTYPE_VALIDATION - Static variable in class com.tailf.dp.DpProto
 
CONFD_GET_CRYPTO_KEYS - Static variable in class com.tailf.dp.DpProto
 
CONFD_NANO_SERVICE_CB_CREATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_NANO_SERVICE_CB_DELETE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ABORT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ABORT_ACTION - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ACTION_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ACTIVATE_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ADD_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_AUTH_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_AUTHORIZATION_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CALLBACK - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CALLBACK_TIMEOUT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_COMMIT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_CONFIRMING_COMMIT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_RESET - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_ROLLBACK_RUNNING - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CANDIDATE_VALIDATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CHK_CMD_ACCESS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CHK_DATA_ACCESS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CLOSE_TRANS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CLOSE_USESS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_CLOSE_VALIDATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_COMMIT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_COPY_RUNNING_TO_STARTUP - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DAEMON - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DAEMON_TIMEOUT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DATA_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DB_REPLY - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DEBUG - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DEL_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_DELETE_CONFIG - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ERROR - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ERROR_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_ID - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_INTERRUPT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_LOCK - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_LOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NANO_SERVICE_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NEW_ACTION - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NEW_TRANS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NEW_USESS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NEW_VALIDATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_FLUSH - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_GET_LOG_TIMES - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_RECV_SNMP - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_REPLAY - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_REPLAY_COMPLETE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_REPLAY_FAILED - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SEND - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SEND_SNMP - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SNMP_INFORM_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SNMP_INFORM_RESULT - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SNMP_INFORM_TARGETS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_STREAM_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SUB_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_NOTIF_SUB_SNMP_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_OLD_USESS - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_PREPARE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_PUSH_ON_CHANGE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_PUSH_ON_CHANGE_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_REGISTER - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_REGISTER_DONE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_REGISTER_NANO - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_REGISTER_RANGE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_REQUEST - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_RUNNING_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_SERVICE_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_SUBSCRIBE_ON_CHANGE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_TRANS_LOCK - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_TRANS_UNLOCK - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_UNLOCK - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_UNLOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_UNSUBSCRIBE_ON_CHANGE - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_USERTYPE_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_VALIDATE_CB - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_WARNING - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_WORKER - Static variable in class com.tailf.dp.DpProto
 
CONFD_PROTO_WRITE_START - Static variable in class com.tailf.dp.DpProto
 
CONFD_RANGE_MAX_EXCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
CONFD_RANGE_MAX_INCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
CONFD_RANGE_MIN_EXCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
CONFD_RANGE_MIN_INCLUSIVE - Static variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
CONFD_SERVICE_CB_CREATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_SERVICE_CB_DELETE - Static variable in class com.tailf.dp.DpProto
 
CONFD_SERVICE_CB_POST_MODIFICATION - Static variable in class com.tailf.dp.DpProto
 
CONFD_SERVICE_CB_PRE_LOCK_CREATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_SERVICE_CB_PRE_MODIFICATION - Static variable in class com.tailf.dp.DpProto
 
CONFD_SERVICE_CB_UPDATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_TRANS_CB_REGISTER - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_CHECK_VAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_CLEAN_SAVED - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_CLEAN_STATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_GET_POINTS - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_INIT - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_LOAD - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_RESTORE_SAVED - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_SAVE_STATE - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_STR2VAL - Static variable in class com.tailf.dp.DpProto
 
CONFD_TYPECMD_VAL2STR - Static variable in class com.tailf.dp.DpProto
 
CONFD_VALIDATE_VALUE - Static variable in class com.tailf.dp.DpProto
 
ConfDate - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:date type.
ConfDate(ConfEObject) - Constructor for class com.tailf.conf.ConfDate
 
ConfDate(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDate
 
ConfDate(String) - Constructor for class com.tailf.conf.ConfDate
 
ConfDatetime - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG date-and-time type.
ConfDatetime(ConfEObject) - Constructor for class com.tailf.conf.ConfDatetime
For internal usage.
ConfDatetime(int, int, int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDatetime
 
ConfDatetime(String) - Constructor for class com.tailf.conf.ConfDatetime
 
ConfDatetime() - Constructor for class com.tailf.conf.ConfDatetime
Deprecated.
ConfDatetime(GregorianCalendar) - Constructor for class com.tailf.conf.ConfDatetime
Deprecated.
ConfDecimal64 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG decimal64 type.
ConfDecimal64(long, int) - Constructor for class com.tailf.conf.ConfDecimal64
 
ConfDecimal64(BigInteger, int) - Constructor for class com.tailf.conf.ConfDecimal64
 
ConfDecimal64(ConfEObject) - Constructor for class com.tailf.conf.ConfDecimal64
 
ConfDecimal64(String) - Constructor for class com.tailf.conf.ConfDecimal64
 
ConfDefault - Class in com.tailf.conf
Class representing value of type J_DEFAULT.
ConfDefault() - Constructor for class com.tailf.conf.ConfDefault
 
ConfDottedQuad - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG dotted-quad type.
ConfDottedQuad(String) - Constructor for class com.tailf.conf.ConfDottedQuad
Construct a ConfDottedQuad from a string of bytes in the format of octets (decimal values) separated with dots.
ConfDottedQuad(byte[]) - Constructor for class com.tailf.conf.ConfDottedQuad
 
ConfDottedQuad(ConfBinary) - Constructor for class com.tailf.conf.ConfDottedQuad
Constructs a ConfDottedQuad from a ConfBinary object.
ConfDottedQuad(ConfEObject) - Constructor for class com.tailf.conf.ConfDottedQuad
 
ConfDouble - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:double type.
ConfDouble(double) - Constructor for class com.tailf.conf.ConfDouble
 
ConfDouble(ConfEObject) - Constructor for class com.tailf.conf.ConfDouble
 
ConfDuration - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:duration type.
ConfDuration(ConfEObject) - Constructor for class com.tailf.conf.ConfDuration
 
ConfDuration(int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfDuration
 
ConfDuration(String) - Constructor for class com.tailf.conf.ConfDuration
 
ConfEAtom - Class in com.tailf.proto
Provides a Java representation of E atoms.
ConfEAtom(String) - Constructor for class com.tailf.proto.ConfEAtom
Create an atom from the given string.
ConfEAtom(ConfInputStream) - Constructor for class com.tailf.proto.ConfEAtom
Create an atom from a stream containing an atom encoded in E external format.
ConfEAtom(boolean) - Constructor for class com.tailf.proto.ConfEAtom
Create an atom whose value is "true" or "false".
ConfEBig - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEBig(byte[]) - Constructor for class com.tailf.proto.ConfEBig
Create an E integer from the given value.
ConfEBig(BigInteger) - Constructor for class com.tailf.proto.ConfEBig
 
ConfEBig(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBig
Create an E integer from a stream containing an integer encoded in E external format.
ConfEBinary - Class in com.tailf.proto
Provides a Java representation of E binaries.
ConfEBinary(byte[]) - Constructor for class com.tailf.proto.ConfEBinary
Create a binary from a byte array
ConfEBinary(String) - Constructor for class com.tailf.proto.ConfEBinary
 
ConfEBinary(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBinary
Create a binary from a stream containing a binary encoded in E external format.
ConfEBinary(Object) - Constructor for class com.tailf.proto.ConfEBinary
Create a binary from an arbitrary Java Object.
ConfEBoolean - Class in com.tailf.proto
Provides a Java representation of E booleans, which are special cases of atoms with values 'true' and 'false'.
ConfEBoolean(boolean) - Constructor for class com.tailf.proto.ConfEBoolean
Create a boolean from the given value
ConfEBoolean(ConfInputStream) - Constructor for class com.tailf.proto.ConfEBoolean
Create a boolean from a stream containing an atom encoded in E external format.
ConfEByte - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEByte(byte) - Constructor for class com.tailf.proto.ConfEByte
Create an E integer from the given value.
ConfEByte(ConfInputStream) - Constructor for class com.tailf.proto.ConfEByte
Create an E integer from a stream containing an integer encoded in E external format.
ConfEChar - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEChar(char) - Constructor for class com.tailf.proto.ConfEChar
Create an E integer from the given value.
ConfEChar(ConfInputStream) - Constructor for class com.tailf.proto.ConfEChar
Create an E integer from a stream containing an integer encoded in E external format.
ConfEDecodeException - Exception in com.tailf.proto
Exception raised when an attempt is made to create an E term by decoding a sequence of bytes that does not represent the type of term that was requested.
ConfEDecodeException(String, Throwable) - Constructor for exception com.tailf.proto.ConfEDecodeException
Provides a detailed message.
ConfEDecodeException(String) - Constructor for exception com.tailf.proto.ConfEDecodeException
 
ConfEDouble - Class in com.tailf.proto
Provides a Java representation of E floats and doubles.
ConfEDouble(double) - Constructor for class com.tailf.proto.ConfEDouble
Create an E float from the given double value.
ConfEDouble(ConfInputStream) - Constructor for class com.tailf.proto.ConfEDouble
Create an E float from a stream containing a double encoded in E external format.
ConfEException - Exception in com.tailf.proto
Base class for the other Conf E exception classes.
ConfEException(Throwable) - Constructor for exception com.tailf.proto.ConfEException
Provides no message.
ConfEException(String, Throwable) - Constructor for exception com.tailf.proto.ConfEException
Provides a detailed message.
ConfEException(String) - Constructor for exception com.tailf.proto.ConfEException
 
ConfEFloat - Class in com.tailf.proto
Provides a Java representation of E floats and doubles.
ConfEFloat(float) - Constructor for class com.tailf.proto.ConfEFloat
Create an E float from the given float value.
ConfEFloat(ConfInputStream) - Constructor for class com.tailf.proto.ConfEFloat
Create an E float from a stream containing a float encoded in E external format.
ConfEInt - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEInt(int) - Constructor for class com.tailf.proto.ConfEInt
Create an E integer from the given value.
ConfEInt(ConfInputStream) - Constructor for class com.tailf.proto.ConfEInt
Create an E integer from a stream containing an integer encoded in E external format.
ConfEList - Class in com.tailf.proto
Provides a Java representation of E lists.
ConfEList() - Constructor for class com.tailf.proto.ConfEList
Create an empty list.
ConfEList(String) - Constructor for class com.tailf.proto.ConfEList
Create a list of characters.
ConfEList(ConfEObject) - Constructor for class com.tailf.proto.ConfEList
Create a list containing one element.
ConfEList(ConfEObject[]) - Constructor for class com.tailf.proto.ConfEList
Create a list from an array of arbitrary E terms.
ConfEList(ConfEObject[], int, int) - Constructor for class com.tailf.proto.ConfEList
Create a list from an array of arbitrary E terms.
ConfEList(ConfInputStream) - Constructor for class com.tailf.proto.ConfEList
Create a list from a stream containing an list encoded in E external format.
ConfELong - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfELong(long) - Constructor for class com.tailf.proto.ConfELong
Create an E integer from the given value.
ConfELong(ConfInputStream) - Constructor for class com.tailf.proto.ConfELong
Create an E integer from a stream containing an integer encoded in E external format.
ConfEnumeration - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG Enumeration type.
ConfEnumeration(ConfEObject) - Constructor for class com.tailf.conf.ConfEnumeration
 
ConfEnumeration(int, ArrayList<ConfNamespace>) - Constructor for class com.tailf.conf.ConfEnumeration
Deprecated.
ConfEnumeration(int) - Constructor for class com.tailf.conf.ConfEnumeration
Constructor for ordinalvalue.
ConfEObject - Class in com.tailf.proto
Base class of the E data type classes.
ConfEObject() - Constructor for class com.tailf.proto.ConfEObject
 
ConfEPid - Class in com.tailf.proto
Provides a Java representation of E pids.
ConfEPid(ConfInputStream) - Constructor for class com.tailf.proto.ConfEPid
Create an E pid from a stream containing a pid encoded in E external format.
ConfEPid(String, int, int, int) - Constructor for class com.tailf.proto.ConfEPid
 
ConfERangeException - Exception in com.tailf.proto
Exception raised when an attempt is made to create an E term with data that is out of range for the term in question.
ConfERangeException(String, Throwable) - Constructor for exception com.tailf.proto.ConfERangeException
Provides a detailed message.
ConfERangeException(String) - Constructor for exception com.tailf.proto.ConfERangeException
 
ConfERef - Class in com.tailf.proto
Provides a Java representation of E refs.
ConfERef(ConfInputStream) - Constructor for class com.tailf.proto.ConfERef
Create an E ref from a stream containing a ref encoded in E external format.
ConfERef(String, int, int) - Constructor for class com.tailf.proto.ConfERef
Create an old style E ref from its components.
ConfERef(String, int[], int) - Constructor for class com.tailf.proto.ConfERef
Create a new style E ref from its components.
ConfEShort - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEShort(short) - Constructor for class com.tailf.proto.ConfEShort
Create an E integer from the given value.
ConfEShort(ConfInputStream) - Constructor for class com.tailf.proto.ConfEShort
Create an E integer from a stream containing an integer encoded in E external format.
ConfEString - Class in com.tailf.proto
Provides a Java representation of E strings.
ConfEString(String) - Constructor for class com.tailf.proto.ConfEString
Create an E string from the given string.
ConfEString(ConfInputStream) - Constructor for class com.tailf.proto.ConfEString
Create an E string from a stream containing a string encoded in E external format.
ConfETuple - Class in com.tailf.proto
Provides a Java representation of E tuples.
ConfETuple(ConfEObject) - Constructor for class com.tailf.proto.ConfETuple
Create a unary tuple containing the given element.
ConfETuple(ConfEObject[]) - Constructor for class com.tailf.proto.ConfETuple
Create a tuple from an array of terms.
ConfETuple(ConfEObject[], int, int) - Constructor for class com.tailf.proto.ConfETuple
Create a tuple from an array of terms.
ConfETuple(ConfInputStream) - Constructor for class com.tailf.proto.ConfETuple
Create a tuple from a stream containing an tuple encoded in E external format.
ConfEUInt - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEUInt(int) - Constructor for class com.tailf.proto.ConfEUInt
Create an E integer from the given value.
ConfEUInt(ConfInputStream) - Constructor for class com.tailf.proto.ConfEUInt
Create an E integer from a stream containing an integer encoded in E external format.
ConfEUShort - Class in com.tailf.proto
Provides a Java representation of E integral types.
ConfEUShort(short) - Constructor for class com.tailf.proto.ConfEUShort
Create an E integer from the given value.
ConfEUShort(ConfInputStream) - Constructor for class com.tailf.proto.ConfEUShort
Create an E integer from a stream containing an integer encoded in E external format.
ConfException - Exception in com.tailf.conf
Exception base class.
ConfException(String) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(Throwable) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, Throwable) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, ErrorCode) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, int, Throwable) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, ErrorCode, Throwable, Object) - Constructor for exception com.tailf.conf.ConfException
 
ConfException(String, int) - Constructor for exception com.tailf.conf.ConfException
 
ConfExternal - Class in com.tailf.proto
Provides a collection of constants used when encoding and decoding E terms.
ConfFindNextType - Enum in com.tailf.conf
Enum used in findNext calls to determine if the element extraction should start at indicated element or the element after that
ConfFloat - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:float type.
ConfFloat(float) - Constructor for class com.tailf.conf.ConfFloat
 
ConfFloat(ConfEObject) - Constructor for class com.tailf.conf.ConfFloat
 
ConfHaNode - Class in com.tailf.conf
ConfHaNode represents a HA node by identity and IP address
ConfHaNode(ConfValue, ConfValue) - Constructor for class com.tailf.conf.ConfHaNode
Constructor for a HA node
ConfHexList - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:hex-list type.
ConfHexList(String) - Constructor for class com.tailf.conf.ConfHexList
Construct a ConfHexList from a string of bytes in the format of hexadecimal values separated with colons.
ConfHexList(byte[]) - Constructor for class com.tailf.conf.ConfHexList
Construct a ConfHexList from a byte array.
ConfHexList(ConfBinary) - Constructor for class com.tailf.conf.ConfHexList
Constructs a ConfHexList from a ConfBinary object.
ConfHexString - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG hex-string type.
ConfHexString(String) - Constructor for class com.tailf.conf.ConfHexString
Construct a ConfHexString from a string of bytes in the format of hexadecimal values separated with colons.
ConfHexString(byte[]) - Constructor for class com.tailf.conf.ConfHexString
Construct a ConfHexString from a byte array.
ConfHexString(ConfBinary) - Constructor for class com.tailf.conf.ConfHexString
Constructs a ConfHexString from a ConfBinary object.
ConfHexString(ConfEObject) - Constructor for class com.tailf.conf.ConfHexString
 
ConfIdentityRef - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG identityRef type.
ConfIdentityRef(String, String) - Constructor for class com.tailf.conf.ConfIdentityRef
 
ConfIdentityRef(ConfPath, MountIdInterface, String, String) - Constructor for class com.tailf.conf.ConfIdentityRef
 
ConfIdentityRef(String) - Constructor for class com.tailf.conf.ConfIdentityRef
 
ConfIdentityRef(int, int) - Constructor for class com.tailf.conf.ConfIdentityRef
 
ConfIdentityRef(ConfEObject) - Constructor for class com.tailf.conf.ConfIdentityRef
 
CONFIG_MERGE - Static variable in class com.tailf.ned.NedCmd
 
CONFIG_REPLACE - Static variable in class com.tailf.ned.NedCmd
 
ConfInputStream - Class in com.tailf.proto
Provides a stream for decoding E terms from external format.
ConfInputStream(byte[]) - Constructor for class com.tailf.proto.ConfInputStream
Create a stream from a buffer containing encoded E terms.
ConfInputStream(byte[], int, int) - Constructor for class com.tailf.proto.ConfInputStream
Create a stream from a buffer containing encoded E terms at the given offset and length.
ConfInt16 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG int16 type.
ConfInt16(int) - Constructor for class com.tailf.conf.ConfInt16
 
ConfInt16(ConfEObject) - Constructor for class com.tailf.conf.ConfInt16
 
ConfInt32 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG int32 type.
ConfInt32(int) - Constructor for class com.tailf.conf.ConfInt32
 
ConfInt32(ConfEObject) - Constructor for class com.tailf.conf.ConfInt32
 
ConfInt64 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG int64 type.
ConfInt64(long) - Constructor for class com.tailf.conf.ConfInt64
 
ConfInt64(BigInteger) - Constructor for class com.tailf.conf.ConfInt64
 
ConfInt64(ConfEObject) - Constructor for class com.tailf.conf.ConfInt64
 
ConfInt8 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG int8 type.
ConfInt8(int) - Constructor for class com.tailf.conf.ConfInt8
 
ConfInt8(ConfEObject) - Constructor for class com.tailf.conf.ConfInt8
 
ConfInternal - Class in com.tailf.conf
This class implements the internal communication API in Java.
ConfInternal() - Constructor for class com.tailf.conf.ConfInternal
 
ConfIP - Class in com.tailf.conf
DATA_CONTAINER - Base class for ConfIPv4 and ConfIPv6 containers
ConfIP() - Constructor for class com.tailf.conf.ConfIP
 
ConfIPAndPrefixLen - Class in com.tailf.conf
DATA_CONTAINER - Base class for ConfIPv4AndPrefixLen and ConfIPv6AndPrefixLen containers
ConfIPAndPrefixLen() - Constructor for class com.tailf.conf.ConfIPAndPrefixLen
 
ConfIPPrefix - Class in com.tailf.conf
DATA_CONTAINER - Base class for ConfIPv4Prefix and ConfIPv6Prefix containers
ConfIPPrefix() - Constructor for class com.tailf.conf.ConfIPPrefix
 
ConfIPv4 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-address type.
ConfIPv4(ConfETuple) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4(InetAddress) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4(int[]) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4(int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4(String) - Constructor for class com.tailf.conf.ConfIPv4
 
ConfIPv4AndPrefixLen - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:ipv4-address-and-prefix-length type.
ConfIPv4AndPrefixLen(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
 
ConfIPv4AndPrefixLen(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
 
ConfIPv4AndPrefixLen(int[], int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
 
ConfIPv4AndPrefixLen(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
 
ConfIPv4AndPrefixLen(String) - Constructor for class com.tailf.conf.ConfIPv4AndPrefixLen
 
ConfIPv4Prefix - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG inet:ipv4-prefix type.
ConfIPv4Prefix(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv4Prefix
 
ConfIPv4Prefix(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
 
ConfIPv4Prefix(int[], int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
 
ConfIPv4Prefix(int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv4Prefix
 
ConfIPv4Prefix(String) - Constructor for class com.tailf.conf.ConfIPv4Prefix
 
ConfIPv6 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-address type.
ConfIPv6(ConfETuple) - Constructor for class com.tailf.conf.ConfIPv6
 
ConfIPv6(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6
 
ConfIPv6(int, int, int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfIPv6
 
ConfIPv6(String) - Constructor for class com.tailf.conf.ConfIPv6
Constructor for IPv6 expecting string of 8 values separated by :
ConfIPv6AndPrefixLen - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:ipv6-address-and-prefix-length type.
ConfIPv6AndPrefixLen(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
 
ConfIPv6AndPrefixLen(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
 
ConfIPv6AndPrefixLen(int[], int) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
 
ConfIPv6AndPrefixLen(String) - Constructor for class com.tailf.conf.ConfIPv6AndPrefixLen
 
ConfIPv6Prefix - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG inet:ipv6-prefix type.
ConfIPv6Prefix(ConfEObject) - Constructor for class com.tailf.conf.ConfIPv6Prefix
 
ConfIPv6Prefix(InetAddress, int) - Constructor for class com.tailf.conf.ConfIPv6Prefix
 
ConfIPv6Prefix(int[], int) - Constructor for class com.tailf.conf.ConfIPv6Prefix
 
ConfIPv6Prefix(String) - Constructor for class com.tailf.conf.ConfIPv6Prefix
 
CONFIRMED_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
 
confirmedCommitInProgress() - Method in class com.tailf.maapi.Maapi
Checks whether a confirmed commit is pending.
CONFIRMING_COMMIT - Static variable in class com.tailf.notif.ConfirmNotification
 
ConfirmNotification - Class in com.tailf.notif
Data structure for Confirmed commit notifications.
ConfirmNotification(int, int, DpUserInfo) - Constructor for class com.tailf.notif.ConfirmNotification
 
ConfIterate - Interface in com.tailf.conf
The subinterfaces to this interfaces is used as parameter to various diffIterate methods.
ConfIterateFlags - Enum in com.tailf.conf
Enumeration flags us by CdbSubscription.diffIterate(int,CdbDiffIterate,EnumSet,Object) to control the behavior of iterate over changes made in CDB data.
ConfIterateResultFlag - Enum in com.tailf.conf
flags us by DiffIterate interface The iterate() method should return any of the following constants
ConfKey - Class in com.tailf.conf
This class represents a list key or a leaf-list element.
ConfKey(ConfObject) - Constructor for class com.tailf.conf.ConfKey
 
ConfKey(ConfObject[]) - Constructor for class com.tailf.conf.ConfKey
 
ConfKey(ConfEObject) - Constructor for class com.tailf.conf.ConfKey
 
ConfList - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG leaf-list.
ConfList(ConfObject[]) - Constructor for class com.tailf.conf.ConfList
 
ConfList() - Constructor for class com.tailf.conf.ConfList
 
ConfList(ConfEObject) - Constructor for class com.tailf.conf.ConfList
 
ConfList.WhereTo - Enum in com.tailf.conf
 
ConfNamespace - Class in com.tailf.conf
Base class of the ConfNamespace objects.
ConfNamespace() - Constructor for class com.tailf.conf.ConfNamespace
 
ConfNamespaceStub - Class in com.tailf.conf
A ConfNamespaceStub can be used in place of a real namespace file when accessing removed data models during a cdb upgrade.
ConfNamespaceStub(int, String, String, String) - Constructor for class com.tailf.conf.ConfNamespaceStub
 
ConfNoExists - Class in com.tailf.conf
Class representing value of type J_NOEXISTS.
ConfNoExists() - Constructor for class com.tailf.conf.ConfNoExists
 
ConfObject - Class in com.tailf.conf
Base class of the Conf data type classes.
ConfObject() - Constructor for class com.tailf.conf.ConfObject
 
ConfObjectRef - Class in com.tailf.conf
Corresponds to the YANG instance-identifier type
ConfObjectRef(ConfObject[]) - Constructor for class com.tailf.conf.ConfObjectRef
Constructor using the autoloaded namespaces.
ConfObjectRef(ConfEObject) - Constructor for class com.tailf.conf.ConfObjectRef
It assumes that param is of type ConfEList.
ConfObjectRef(String) - Constructor for class com.tailf.conf.ConfObjectRef
 
ConfObjectRef(String, MountIdInterface) - Constructor for class com.tailf.conf.ConfObjectRef
 
ConfObjectRef(ConfPath) - Constructor for class com.tailf.conf.ConfObjectRef
Construct a ConfObjectRef from a given Absolute ConfPath.
ConfOctetList - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:octet-list type.
ConfOctetList(String) - Constructor for class com.tailf.conf.ConfOctetList
Construct a ConfOctetList from a string of bytes in the format of octets (decimal values) separated with dots.
ConfOctetList(byte[]) - Constructor for class com.tailf.conf.ConfOctetList
 
ConfOctetList(ConfBinary) - Constructor for class com.tailf.conf.ConfOctetList
Constructs a ConfOctetList from a ConfBinary object.
ConfOID - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG tailf:oid type.
ConfOID(long[]) - Constructor for class com.tailf.conf.ConfOID
 
ConfOID(String) - Constructor for class com.tailf.conf.ConfOID
 
ConfOID(ConfEObject) - Constructor for class com.tailf.conf.ConfOID
 
ConfOutputStream - Class in com.tailf.proto
Provides a stream for encoding E terms to external format, for transmission or storage.
ConfOutputStream() - Constructor for class com.tailf.proto.ConfOutputStream
Create a stream with the default initial size.
ConfOutputStream(int) - Constructor for class com.tailf.proto.ConfOutputStream
Create a stream with the specified initial size.
ConfOutputStream(ConfEObject) - Constructor for class com.tailf.proto.ConfOutputStream
Create a stream containing the encoded version of the given E term.
ConfPath - Class in com.tailf.conf
Class Representing an KeyPath path.
ConfPath(MountIdInterface, List<PathParser.PathElement>) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(ConfEBinary) - Constructor for class com.tailf.conf.ConfPath
Initialize a ConfPath.
ConfPath(ConfEList) - Constructor for class com.tailf.conf.ConfPath
Initialize a ConfPath.
ConfPath(String, Object...) - Constructor for class com.tailf.conf.ConfPath
Construct a ConfPath from a string path representation and of optional arguments.
ConfPath(Cdb, String, Object...) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(Maapi, int, String, Object...) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(MountIdInterface, String, Object...) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(ConfObject[]) - Constructor for class com.tailf.conf.ConfPath
Initializes a new instance of this class from a given reverted ConfObject[] keypath where elements is either ConfTag or ConfKey.
ConfPath(Cdb, ConfObject[]) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(Maapi, int, ConfObject[]) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(MountIdInterface, ConfObject[]) - Constructor for class com.tailf.conf.ConfPath
 
ConfPath(ConfPath) - Constructor for class com.tailf.conf.ConfPath
 
ConfQname - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:qName type.
ConfQname(String, String) - Constructor for class com.tailf.conf.ConfQname
 
ConfQname(ConfEObject) - Constructor for class com.tailf.conf.ConfQname
 
ConfResponse - Class in com.tailf.conf
Internal Class.
ConfResponse() - Constructor for class com.tailf.conf.ConfResponse
 
ConfTag - Class in com.tailf.conf
Class representing an element in a model.
ConfTag(int, String) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(String, int) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(int, int) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(ConfNamespace, int) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(ConfEObject) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(String) - Constructor for class com.tailf.conf.ConfTag
 
ConfTag(String, String) - Constructor for class com.tailf.conf.ConfTag
 
ConfTagDefault - Class in com.tailf.conf
Class representing an element in a model.
ConfTagDefault() - Constructor for class com.tailf.conf.ConfTagDefault
 
ConfTime - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec xs:time type.
ConfTime(ConfEObject) - Constructor for class com.tailf.conf.ConfTime
 
ConfTime(int, int, int, int, int, int) - Constructor for class com.tailf.conf.ConfTime
 
ConfTime(String) - Constructor for class com.tailf.conf.ConfTime
 
ConfTypeDescriptor - Class in com.tailf.conf
Conf value type descriptor.
ConfTypeDescriptor(int) - Constructor for class com.tailf.conf.ConfTypeDescriptor
Constructor for ConfTypeDescriptor class
ConfUInt16 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG uint16 type
ConfUInt16(long) - Constructor for class com.tailf.conf.ConfUInt16
 
ConfUInt16(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt16
 
ConfUInt32 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG uint32 type
ConfUInt32(long) - Constructor for class com.tailf.conf.ConfUInt32
 
ConfUInt32(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt32
 
ConfUInt64 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG uint64 type
ConfUInt64(long) - Constructor for class com.tailf.conf.ConfUInt64
 
ConfUInt64(byte[]) - Constructor for class com.tailf.conf.ConfUInt64
 
ConfUInt64(BigInteger) - Constructor for class com.tailf.conf.ConfUInt64
 
ConfUInt64(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt64
 
ConfUInt8 - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the YANG uint8 type
ConfUInt8(long) - Constructor for class com.tailf.conf.ConfUInt8
 
ConfUInt8(ConfEObject) - Constructor for class com.tailf.conf.ConfUInt8
 
ConfUserInfo - Class in com.tailf.conf
User session information container.
ConfUserInfo(ConfETuple) - Constructor for class com.tailf.conf.ConfUserInfo
Internally used constructor to create a UserInfo record
ConfValue - Class in com.tailf.conf
Base class of the DATA_CONTAINER Conf classes.
ConfValue() - Constructor for class com.tailf.conf.ConfValue
 
confValue() - Method in interface com.tailf.maapi.ResultTypeKeyPathValue
Retrieves the result value from a query
ConfWarning - Class in com.tailf.conf
Warning messages container.
ConfWarning(ConfPath, String) - Constructor for class com.tailf.conf.ConfWarning
 
ConfWarningException - Exception in com.tailf.conf
Warning exception base class.
ConfWarningException(String, ErrorCode, ConfWarning[]) - Constructor for exception com.tailf.conf.ConfWarningException
 
ConfWarningException(String, int, ConfWarning[]) - Constructor for exception com.tailf.conf.ConfWarningException
 
ConfXKey - Class in com.tailf.conf
 
ConfXKey(ConfObject[], Map<MaapiSchemas.CSNode, ConfValue>) - Constructor for class com.tailf.conf.ConfXKey
 
ConfXMLParam - Class in com.tailf.conf
Represents the base class of a flat XML structure.
ConfXMLParamCdbStart - Class in com.tailf.conf
Identifies a starting point in the model from which other parameters are relatively defined (used in CDB).
ConfXMLParamCdbStart(int, int, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
 
ConfXMLParamCdbStart(ConfNamespace, String, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
 
ConfXMLParamCdbStart(String, String, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
 
ConfXMLParamCdbStart(ConfPath, MountIdInterface, String, String, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
 
ConfXMLParamCdbStart(ConfEObject, int) - Constructor for class com.tailf.conf.ConfXMLParamCdbStart
 
ConfXMLParamLeaf - Class in com.tailf.conf
Identifies a leaf parameter.
ConfXMLParamLeaf(int, int) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
 
ConfXMLParamLeaf(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
 
ConfXMLParamLeaf(String, String) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
 
ConfXMLParamLeaf(ConfPath, MountIdInterface, String, String) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
 
ConfXMLParamLeaf(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamLeaf
 
ConfXMLParamStart - Class in com.tailf.conf
Identifies a starting point in the model from which other parameters are relatively defined.
ConfXMLParamStart(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStart
 
ConfXMLParamStart(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStart
 
ConfXMLParamStart(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStart
 
ConfXMLParamStart(ConfPath, MountIdInterface, String, String) - Constructor for class com.tailf.conf.ConfXMLParamStart
 
ConfXMLParamStart(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStart
 
ConfXMLParamStartDel - Class in com.tailf.conf
Identifies a starting point in the model for a list item that should be deleted.
ConfXMLParamStartDel(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
 
ConfXMLParamStartDel(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
 
ConfXMLParamStartDel(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
 
ConfXMLParamStartDel(ConfPath, MountIdInterface, String, String) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
 
ConfXMLParamStartDel(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStartDel
 
ConfXMLParamStop - Class in com.tailf.conf
Identifies the end point for parameter definitions.
ConfXMLParamStop(int, int) - Constructor for class com.tailf.conf.ConfXMLParamStop
 
ConfXMLParamStop(ConfNamespace, String) - Constructor for class com.tailf.conf.ConfXMLParamStop
 
ConfXMLParamStop(String, String) - Constructor for class com.tailf.conf.ConfXMLParamStop
 
ConfXMLParamStop(ConfPath, MountIdInterface, String, String) - Constructor for class com.tailf.conf.ConfXMLParamStop
 
ConfXMLParamStop(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamStop
 
ConfXMLParamToXML - Class in com.tailf.util
Utility class to transform ConfXMLParam[] which represents a XML-fragment to a equivalent DOM (org.w3c.dom.Document) or to a string XML representation.
ConfXMLParamToXML() - Constructor for class com.tailf.util.ConfXMLParamToXML
 
ConfXMLParamValue - Class in com.tailf.conf
Identifies a parameter with its value.
ConfXMLParamValue(int, int, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
 
ConfXMLParamValue(ConfNamespace, String, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
 
ConfXMLParamValue(String, String, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
 
ConfXMLParamValue(ConfPath, MountIdInterface, String, String, ConfObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
 
ConfXMLParamValue(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLParamValue
 
ConfXMLTagH - Class in com.tailf.conf
DATA_CONTAINER - Corresponds to the confspec XML Tag.
ConfXMLTagH(long) - Constructor for class com.tailf.conf.ConfXMLTagH
 
ConfXMLTagH(String) - Constructor for class com.tailf.conf.ConfXMLTagH
 
ConfXMLTagH(ConfEObject) - Constructor for class com.tailf.conf.ConfXMLTagH
 
ConfXPath - Class in com.tailf.conf
Class Representing an XPath path.
ConfXPath(String) - Constructor for class com.tailf.conf.ConfXPath
 
ConfXPath(String, MountIdInterface) - Constructor for class com.tailf.conf.ConfXPath
 
connect() - Method in interface com.tailf.ned.SSHClient
Establish the SSH connection using default configuration or cloned setup.
connect(int, int) - Method in interface com.tailf.ned.SSHClient
Establish the SSH connection with specific timeouts.
connect(int, int, InetAddress, int) - Method in interface com.tailf.ned.SSHClient
Establish the SSH connection with timeout and address info specified.
connect() - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden connect method see ch.ethz.ssh2.Connection.connect() Same as connect(null, 0, 0).
connect(ServerHostKeyVerifier, int, int) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden connect method see ch.ethz.ssh2.Connection.connect(ServerHostKeyVerifier arg0, int arg1, int arg2)
connect(ServerHostKeyVerifier) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden connect method see ch.ethz.ssh2.Connection.connect(ServerHostKeyVerifier verifier) Same as connect(verifier, 0, 0).
CONNECT_BADAUTH - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_BADKEY - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_BADPASS - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_CLI - Static variable in class com.tailf.ned.NedCmd
 
CONNECT_CONNECTION_REFUSED - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
CONNECT_HOST_KEY_REJECTED - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_HOSTUNREACH - Static variable in class com.tailf.ned.NedWorker
Deprecated.
CONNECT_TIMEOUT - Static variable in class com.tailf.ned.NedWorker
Deprecated.
connectError(NedErrorCode) - Method in class com.tailf.ned.NedWorker
connectError(NedErrorCode, String) - Method in class com.tailf.ned.NedWorker
This method should be invoked if the NED fails to perform the connect() operation.
connectError(int) - Method in class com.tailf.ned.NedWorker
Deprecated.
connectError(int, String) - Method in class com.tailf.ned.NedWorker
Deprecated.
connection - Variable in class com.tailf.ned.NedCliBaseTemplate
 
connection_id() - Method in class com.tailf.ned.NedConnectionBase
 
connectTimeout - Variable in class com.tailf.ned.NedCliBaseTemplate
 
container(Integer) - Method in class com.tailf.navu.NavuAction
 
container(String) - Method in class com.tailf.navu.NavuAction
 
container(String, String) - Method in class com.tailf.navu.NavuAction
 
container(Integer) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate container with the hash value key.
container(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate container with the name key.
container(ConfNamespace, String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate container with the name containerName, belonging to the namespace ns.
container(String, String) - Method in class com.tailf.navu.NavuContainer
Deprecated.
container(Integer) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate container with the hash value key.
container(String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate container with the name key.
container(ConfNamespace, String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate container with the name containerName, belonging to the namespace ns.
container(String, String) - Method in class com.tailf.navu.NavuNode
Deprecated.
contains(NavuNode) - Method in class com.tailf.navu.NavuChange
Checks if a node is already contained by the change.
containsCase(MaapiSchemas.CSCase) - Method in class com.tailf.navu.NavuChoice
Checks if a given case node is a case of this choice.
containsChoice(MaapiSchemas.CSChoice) - Method in class com.tailf.navu.NavuChoice
Checks if a choice is contained in a case of this choice.
containsNode(MaapiSchemas.CSNode) - Method in class com.tailf.navu.NavuChoice
Checks if a node is contained directly within this choice.
containsNode(NavuNode) - Method in class com.tailf.navu.NavuContainer
Checks if the given node is a direct child of this container according to the schema.
containsNode(String) - Method in class com.tailf.navu.NavuContainer
Checks if there is a child node in the schema with given name.
containsNode(ConfValue) - Method in class com.tailf.navu.NavuLeafList
Returns true if and only if this NavuLeafList contains this element.
containsNode(String) - Method in class com.tailf.navu.NavuLeafList
Returns true if and only if this NavuLeafList contains this element.
containsNode(ConfKey) - Method in class com.tailf.navu.NavuList
Returns true if and only if this NavuList contains a NavuListEntry where NavuListEntry.getKey() equals the specified key.
containsNode(NavuContainer) - Method in class com.tailf.navu.NavuList
Returns true if this NavuList maps a ConfKey to the specified NavuContainer.
containsNode(String) - Method in class com.tailf.navu.NavuList
Returns true if this NavuList contains a mapping for the specified string representation of a key.
containsNode(String[]) - Method in class com.tailf.navu.NavuList
Returns true if this NavuList contains a mapping for the specified string representation of a key.
context() - Method in class com.tailf.navu.NavuAction
Returns the current NavuContext that this node is attached to.
context() - Method in class com.tailf.navu.NavuNode
Returns the current NavuContext that this node is attached to.
convertMountId(ConfEObject) - Method in class com.tailf.maapi.MaapiSchemas
 
copy(int, int) - Method in class com.tailf.maapi.Maapi
If we open two transactions from the same user sessions but towards different data stores, such as one transaction towards the candidate and one towards running, we can copy all data from one data store to the other with this method.
copy_tree(int, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
Deprecated.
copy_tree(int, boolean, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
copyAppend(String) - Method in class com.tailf.conf.ConfCdbUpgradePath
CopyAppends to the keypath
copyAppend(String) - Method in class com.tailf.conf.ConfPath
CopyAppends to the keypath
copyOfRange(T[], int, int) - Static method in class com.tailf.util.ArrayTool
Returns a subarray from the original array from from to tt.
copyPath(int, int, ConfPath) - Method in class com.tailf.maapi.Maapi
Similar to Maapi.copy(int, int), but does a replacing copy only of the subtree rooted at the path given by path
copyPop() - Method in class com.tailf.conf.ConfCdbUpgradePath
Creates a new ConfCdbUpgradePath with the current path minus the last element including list keys.
copyPop() - Method in class com.tailf.conf.ConfPath
Creates a new ConfPath with the current path minus the last element including list keys.
copyRunningToStartup(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
copyRunningToStartup(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
Copies the 'running' database to 'startup'.
copyRunningToStartup() - Method in class com.tailf.maapi.Maapi
Copies running to startup.
copyTree(int, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
Equivalent to Maapi#copyTree(int, false, ConfPath, ConfPath) ie., for use outside fastmap, without 'shared' create/set
copyTree(int, boolean, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
This function is used to copy an entire subtree in the configuration from one point to another.
count() - Method in class com.tailf.proto.ConfOutputStream
Get the number of bytes in the stream.
create(ConfPath) - Method in class com.tailf.cdb.CdbSession
Create a new optional element or list entry.
create(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.create(ConfPath) but specifies element using path string
create(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
create(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
create(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
create(NanoServiceContext, NavuNode, NavuNode, Properties, Properties) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
create(ServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
CREATE - Static variable in class com.tailf.dp.DpAccumulate
An accumulated create operation.
create(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback creates a new presence container, list entry or empty leaf.
create(NanoServiceContext, NavuNode, NavuNode, Properties, Properties) - Method in interface com.tailf.dp.DpNanoServiceCallback
Nano Create callback method.
create(ServiceContext, NavuNode, NavuNode, Properties) - Method in interface com.tailf.dp.DpServiceCallback
Create callback method.
create(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Create a new list entry in the XML tree.
create(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Create an entity in the XML tree.
create() - Method in class com.tailf.navu.NavuContainer
Creates an optional container.
create() - Method in class com.tailf.navu.NavuLeaf
Create an empty leaf node.
create(ConfValue) - Method in class com.tailf.navu.NavuLeafList
Creates leaf-list entry.
create(String) - Method in class com.tailf.navu.NavuLeafList
Creates leaf-list entry.
create(ConfKey) - Method in class com.tailf.navu.NavuList
Create and return a new list element in this NavuList.
create(ConfObject) - Method in class com.tailf.navu.NavuList
Convenience variant of NavuList.create(ConfKey) accepting a ConfObject as the (single element) key.
create(String) - Method in class com.tailf.navu.NavuList
Convenience variant of NavuList.create(ConfKey) accepting a string as the (single element) key.
create(String[]) - Method in class com.tailf.navu.NavuList
Convenience variant of NavuList.create(ConfKey) accepting a string array as the key.
CREATE_SUBSCRIPTION - Static variable in class com.tailf.ned.NedCmd
 
createClient(NedWorker, NedConnectionBase) - Static method in interface com.tailf.ned.SSHClient
SSHClient default factory method.
CREATED - Static variable in class com.tailf.ned.NedEditOp
 
createInstance(NavuContext, NavuTraversalMean) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
Factory method to retrieve an instance of this class.
createNotifStream(String) - Method in class com.tailf.dp.Dp
Creates (and registers) a notifications stream with ConfD/NCS.
createNotifStream(String, DpNotifReplayCallback) - Method in class com.tailf.dp.Dp
Creates (and registers) a notifications stream with ConfD/NCS.
createNotifStream(String, DpNotifReplayCallback, Socket) - Method in class com.tailf.dp.Dp
Creates (and registers) a notifications stream with ConfD/NCS.
createSCP() - Method in interface com.tailf.ned.SSHClient
Instantiate a SCP handler
createSession() - Method in interface com.tailf.ned.SSHClient
Instantiate a CLI session, default settings
createSession(int, int) - Method in interface com.tailf.ned.SSHClient
Instantiate a CLI session with specific terminal size parameters
createSFTP() - Method in interface com.tailf.ned.SSHClient
Instantiate a SFTP handler
createSnmpNotifier(String, String) - Method in class com.tailf.dp.Dp
Creates (and registers) a SNMP Notifer @see DpSnmpNotifier.
createSnmpNotifier(String, String, Object) - Method in class com.tailf.dp.Dp
Creates (and registers) a SNMP Notifier @see DpSnmpNotifier.
createSnmpNotifier(String, String, Object, Socket) - Method in class com.tailf.dp.Dp
Creates (and registers) a SNMP Notifier see DpSnmpNotifier.
createSubscription(NedWorker, String, String, String, int) - Method in class com.tailf.ned.NedConnectionBase
This method is invoked to create a notification subscription.
createSubscriptionResponse() - Method in class com.tailf.ned.NedWorker
This method is invoked by a NedConnection instance when it has completed to create a notification subsription.
createSubsystem(String) - Method in interface com.tailf.ned.SSHClient
Instantiate a subsystem, such as 'netconf'
creation() - Method in class com.tailf.proto.ConfEPid
Get the creation number from the pid
creation() - Method in class com.tailf.proto.ConfERef
Get the creation number from the ref.
CSBit(String, long, long) - Constructor for class com.tailf.maapi.MaapiSchemas.CSBit
 
CSCase() - Constructor for class com.tailf.maapi.MaapiSchemas.CSCase
Constructor for CSCase class
CSChoice() - Constructor for class com.tailf.maapi.MaapiSchemas.CSChoice
Constructor for CSChoice class
CSEnum(String, long) - Constructor for class com.tailf.maapi.MaapiSchemas.CSEnum
 
CSMNsMap() - Constructor for class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
CSNamedType() - Constructor for class com.tailf.maapi.MaapiSchemas.CSNamedType
Constructor for CSNamedType class
CSNode(int, int, MaapiSchemas.CSNodeInfo, MaapiSchemas.CSNode, MaapiSchemas.CSNode, MaapiSchemas.CSNode, MaapiSchemas.CSNode) - Constructor for class com.tailf.maapi.MaapiSchemas.CSNode
 
CSNode() - Constructor for class com.tailf.maapi.MaapiSchemas.CSNode
Constructor for CSNode class
CSNodeInfo(int[], int, int, int, MaapiSchemas.CSType, ConfObject, MaapiSchemas.CSChoice, int, HashMap<String, String>) - Constructor for class com.tailf.maapi.MaapiSchemas.CSNodeInfo
 
CSNodeInfo() - Constructor for class com.tailf.maapi.MaapiSchemas.CSNodeInfo
Constructor for CSNodeInfo class
CSSchema() - Constructor for class com.tailf.maapi.MaapiSchemas.CSSchema
Constructor for CSSchema
CSStringLength(ConfObject, ConfObject) - Constructor for class com.tailf.maapi.MaapiSchemas.CSStringLength
 
CSStringRestriction() - Constructor for class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
CSType(int, MaapiSchemas.CSType, MaapiSchemas.CSType, MaapiSchemas.CSTypeMethods, Object) - Constructor for class com.tailf.maapi.MaapiSchemas.CSType
 
CSType() - Constructor for class com.tailf.maapi.MaapiSchemas.CSType
Constructor for CSType class
CSTypeBits() - Constructor for class com.tailf.maapi.MaapiSchemas.CSTypeBits
 
CSTypeMethods() - Constructor for class com.tailf.maapi.MaapiSchemas.CSTypeMethods
 
CSTypeRange(ConfObject, ConfObject, int) - Constructor for class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
currentCdbSession() - Method in class com.tailf.navu.NavuContextBase
Deprecated.
currentCommand() - Method in class com.tailf.ned.NedWorker
 
currentMountIdCacheSize() - Method in class com.tailf.maapi.MaapiSchemas
 
currentNode(NavuNode) - Method in interface com.tailf.navu.traversal.TraversalFilter
 

D

data - Variable in class com.tailf.ncs.NcsCtlCommand
 
DATABASE_CANDIDATE - Static variable in class com.tailf.notif.CommitFailedNotification
 
DATABASE_CANDIDATE - Static variable in class com.tailf.notif.ProgressNotification
Deprecated.
Use Conf.DB_CANDIDATE instead.
DATABASE_NO_DB - Static variable in class com.tailf.notif.CommitFailedNotification
 
DATABASE_NO_DB - Static variable in class com.tailf.notif.ProgressNotification
Deprecated.
Use Conf.DB_NONE instead.
DATABASE_RUNNING - Static variable in class com.tailf.notif.CommitFailedNotification
 
DATABASE_RUNNING - Static variable in class com.tailf.notif.ProgressNotification
Deprecated.
Use Conf.DB_RUNNING instead.
DATABASE_STARTUP - Static variable in class com.tailf.notif.CommitFailedNotification
 
DATABASE_STARTUP - Static variable in class com.tailf.notif.ProgressNotification
Deprecated.
Use Conf.DB_STARTUP instead.
DataCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Data Callbacks Attributes are callPoint and callType.
DataCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Data Callbacks.
DataCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.DataCallbackProxy
Constructor for Callback proxys.
DataCBType - Enum in com.tailf.dp.proto
Enumeration of Data callback methods
dataFilter() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
 
dataFilter() - Method in interface com.tailf.dp.DpAuthorizationCallback
Thus method can be used to prevent access checks from causing invocation of a checkDataAccess callback even though it is registered.
dataSetTimeout(int) - Method in class com.tailf.dp.DpTrans
A data callback should normally complete "quickly", since e.g.
DB_CANDIDATE - Static variable in class com.tailf.conf.Conf
Indicates the candidate configuration.
DB_INTENDED - Static variable in class com.tailf.conf.Conf
Indicates the intended db.
DB_NONE - Static variable in class com.tailf.conf.Conf
Indicates the null db (should not be used).
DB_OPERATIONAL - Static variable in class com.tailf.conf.Conf
Indicates the operational db.
DB_PRE_COMMIT_RUNNING - Static variable in class com.tailf.conf.Conf
Indicates the pre commit running db.
DB_RUNNING - Static variable in class com.tailf.conf.Conf
Indicates the running configuration.
DB_STARTUP - Static variable in class com.tailf.conf.Conf
Indicates the startup configuration.
DBCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for DB Callbacks Attribute are callType
DBCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for DB Callbacks.
DBCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.DBCallbackProxy
Constructor for Callback proxys.
DBCBType - Enum in com.tailf.dp.proto
Enumeration of DB callback methods
dbnameToString(int) - Static method in class com.tailf.conf.Conf
Converts a dbname constant into a string
debug(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
Write service log entry with level debug.
DEBUG_NORMAL - Static variable in class com.tailf.conf.Conf
Debug level flag.
DEBUG_PROTO - Static variable in class com.tailf.conf.Conf
Debug level flag.
DEBUG_SILENT - Static variable in class com.tailf.conf.Conf
Debug level flag.
DEBUG_TRACE - Static variable in class com.tailf.conf.Conf
Debug level flag.
Decimal64TypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
 
decode(ConfEObject) - Static method in class com.tailf.conf.ConfObject
 
decode(ConfInputStream) - Static method in class com.tailf.proto.ConfEObject
Read binary data in the E external format, and produce a corresponding E data type object.
DECODE - Static variable in class com.tailf.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class com.tailf.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.tailf.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.tailf.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeComponentProperties() - Method in interface com.tailf.dp.services.NanoServiceContext
 
decodeFileToFile(String, String) - Static method in class com.tailf.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.tailf.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeParam(ConfEObject) - Static method in class com.tailf.conf.ConfXMLParam
Decode the internal representation to a ConfXMLParam Used internally.
decodeParams(ConfEObject) - Static method in class com.tailf.conf.ConfXMLParam
 
decodeToFile(String, String) - Static method in class com.tailf.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.tailf.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, ClassLoader) - Static method in class com.tailf.util.Base64
Attempts to decode Base64 data and deserialize a Java Object using a specified classloader for resolving the class.
decrypt(String) - Method in class com.tailf.maapi.MaapiCrypto
Decrypt an encrypted string.
decrypt(byte[], String) - Method in enum com.tailf.maapi.MaapiCryptoType
Same as calling MaapiCryptoType.decrypt(byte[], String, byte[]) with the iv parameter set to null.
decrypt(byte[], String, byte[]) - Method in enum com.tailf.maapi.MaapiCryptoType
Decrypt an encrypted string using the given key and IV.
decrypt(byte[]) - Method in class com.tailf.util.Encrypter
 
DEFAULT_NAME - Static variable in class com.tailf.dp.DpThread
 
DEFAULT_NAME - Static variable in class com.tailf.ncs.NcsThread
 
DEFAULT_SET - Static variable in class com.tailf.ned.NedEditOp
 
defaultInitialSize - Static variable in class com.tailf.proto.ConfOutputStream
The default initial size of the stream.
delCheckpointRunning(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
delCheckpointRunning(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This method should delete a checkpoint created by addCheckPointRunning().
delete(ConfPath) - Method in class com.tailf.cdb.CdbSession
Delete an optional element or list entry and all its child elements.
delete(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.delete(ConfPath) but specifies element using path string
delete(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
delete(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
delete(ConfObject) - Method in class com.tailf.conf.ConfList
Delete arbitrary object from the ConfList
delete(NanoServiceContext, NavuNode, NavuNode, Properties, Properties) - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
delete(ServiceContext, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
delete(NanoServiceContext, NavuNode, NavuNode, Properties, Properties) - Method in interface com.tailf.dp.DpNanoServiceCallback
Nano Delete callback method.
delete(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Deletes a node and all its children from the XML data tree.
delete(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Deletes a node and all its children from the XML data tree.
delete() - Method in class com.tailf.navu.NavuContainer
Deletes an optional container.
delete() - Method in class com.tailf.navu.NavuLeaf
Deletes a leaf.
delete(ConfValue) - Method in class com.tailf.navu.NavuLeafList
Deletes an entry from the leaf-list.
delete(String) - Method in class com.tailf.navu.NavuLeafList
Deletes an entry from the leaf-list.
delete(ConfKey) - Method in class com.tailf.navu.NavuList
Deletes an element from the list.
delete(String) - Method in class com.tailf.navu.NavuList
Deletes an element from the list.
delete(String[]) - Method in class com.tailf.navu.NavuList
Deletes an element from the list.
delete() - Method in class com.tailf.navu.NavuListEntry
Deletes this entry from the NavuList it contains returns this NavuListEntry as NavuContainer.
deleteAll(int, MaapiDeleteAllFlag) - Method in class com.tailf.maapi.Maapi
This function can be used to delete "all" configuration data within a transaction.
deleteAll() - Method in class com.tailf.navu.NavuList
Deletes all element from the list.
deleteConfig(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
deleteConfig(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
Will be called for 'startup' or 'candidate' only.
deleteConfig(int) - Method in class com.tailf.maapi.Maapi
This function empties a data store.
DELETED - Static variable in class com.tailf.ned.NedEditOp
 
deref(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This method dereferences a leafref and returns a list of the objects the leafref "points" to.
deref() - Method in class com.tailf.navu.NavuLeaf
Derefs a leafref and returns the referenced objects
Des3Encrypter - Class in com.tailf.util
DES3 algorithm encryption/decryption utility class
Des3Encrypter(byte[], byte[]) - Constructor for class com.tailf.util.Des3Encrypter
 
destroy() - Method in class com.tailf.maapi.MaapiCursor
Destroy the cursor on the server side.
destroyNotificationReceiver() - Static method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
 
detach(int) - Method in class com.tailf.maapi.Maapi
Detaches an attached MAAPI socket.
detachRunningTrans() - Method in class com.tailf.navu.NavuContext
For an context with an attached transaction using NavuContext.attachRunningTrans(int) this method will detach the transaction from the NavuContext maapi instance
device_id - Variable in class com.tailf.ned.NedCliBaseTemplate
 
device_id() - Method in class com.tailf.ned.NedCliBaseTemplate
 
device_id() - Method in class com.tailf.ned.NedConnectionBase
The device_id is originally provided by NCS to properly identify the device.
diffIterate(int, CdbDiffIterate) - Method in class com.tailf.cdb.CdbSubscription
Iterate over changes made in CDB.
diffIterate(int, CdbDiffIterate, EnumSet<DiffIterateFlags>, Object) - Method in class com.tailf.cdb.CdbSubscription
Iterate over changes made in CDB with additional supplied flags.
diffIterate(Object, ConfIterate, Object) - Static method in class com.tailf.conf.ConfInternal
 
diffIterate(SelectionKey, ConfIterate, Object) - Static method in class com.tailf.conf.ConfInternal
Common static method for diffIterate with CdbSubscription.
diffIterate(int, MaapiDiffIterate) - Method in class com.tailf.maapi.Maapi
Iterates through the transaction diff.
diffIterate(int, MaapiDiffIterate, String, Object...) - Method in class com.tailf.maapi.Maapi
Iterates through the transaction diff.
diffIterate(int, MaapiDiffIterate, Object, String, Object...) - Method in class com.tailf.maapi.Maapi
Iterates through the transaction diff.
diffIterate(int, Object, EnumSet<DiffIterateFlags>, MaapiDiffIterate, ConfPath) - Method in class com.tailf.maapi.Maapi
Iterates through the transaction diff.
DiffIterateFlags - Enum in com.tailf.conf
Enumeration flags us by CdbSubscription.diffIterate(int,CdbDiffIterate,EnumSet,Object) to control the behavior of iterate over changes made in CDB data.
DiffIterateOperFlag - Enum in com.tailf.conf
DiffIterateResultFlag - Enum in com.tailf.conf
flags us by DiffIterate interface The iterate() method should return any of the following constants
diffNotificationDone(int) - Method in class com.tailf.notif.Notif
If the received event from Notif.read() was a CommitDiffNotification it is important that we call this function when we are done reading the transaction diffs over MAAPI.
disableHostKeyVerification() - Method in interface com.tailf.ned.SSHClient
Explicitly disable host key checking on this connection-
disconnectRemote(String) - Method in class com.tailf.maapi.Maapi
Disconnect all remote connections between CONFD_IPC_PORT (see the IPC section in the Advanced Topics chapter in the User Guide) and address.
disconnectSockets(int[]) - Method in class com.tailf.maapi.Maapi
This function is an alternative to disconnectRemote() that can be useful in particular when using the "External IPC" functionality (see "Using a different IPC mechanism" in the ConfD IPC section in the Advanced Topics chapter in the User Guide).
DisplayHintSpec(byte, int, byte, byte, byte) - Constructor for class com.tailf.maapi.MaapiSchemas.DisplayHintSpec
 
DisplayHintTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.DisplayHintTypeMethodsImpl
 
doConnect(Socket, int) - Static method in class com.tailf.conf.ConfInternal
 
doConnect(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
Connects the provided selectable channel to the Erlang process using the supplied selector with the buffer buf with the identifier id.
doDisplay(int, String, Object...) - Method in class com.tailf.maapi.Maapi
If the data model uses the YANG 'when' or 'tailf:display-when' statement, this function can be used to determine if the item given by the path in fmt should be displayed or not.
DONE_LOADING - Static variable in class com.tailf.ncs.NcsCtlCommand
 
DONT_BREAK_LINES - Static variable in class com.tailf.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doubleTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for double numbers
doubleValue() - Method in class com.tailf.conf.ConfDecimal64
 
doubleValue() - Method in class com.tailf.conf.ConfDouble
 
doubleValue() - Method in class com.tailf.proto.ConfEDouble
Get the value, as a double.
Dp - Class in com.tailf.dp
This class implements the Data Provider API (DP).
Dp(String, Socket) - Constructor for class com.tailf.dp.Dp
This constructor will initialize the Dp class library and connect to ConfD/NCS on the provided control socket.
Dp(String, Socket, boolean) - Constructor for class com.tailf.dp.Dp
This constructor will initialize the Dp class library and connect to ConfD/NCS on the provided control socket.
Dp(String, Socket, boolean, int, int, long, TimeUnit, BlockingQueue<Runnable>, boolean) - Constructor for class com.tailf.dp.Dp
This constructor will initialize the Dp class library and connect to ConfD/NCS on the provided control socket.
DP_CDB - Static variable in class com.tailf.notif.CommitFailedNotification
 
DP_EXTERNAL - Static variable in class com.tailf.notif.CommitFailedNotification
 
DP_JAVASCRIPT - Static variable in class com.tailf.notif.CommitFailedNotification
 
DP_NETCONF - Static variable in class com.tailf.notif.CommitFailedNotification
 
DP_SNMPGW - Static variable in class com.tailf.notif.CommitFailedNotification
 
DpAccumulate - Class in com.tailf.dp
The DpAccumulate object is used for accumulating operations on database from the DpDataCallbacks setElem, create, and remove operations when they return Conf.REPLY_ACCUMULATE.
DpActionCallback - Interface in com.tailf.dp
This interface is used for the user actions callbacks.
DpActionTrans - Class in com.tailf.dp
The action transaction context.
DpAuthCallback - Interface in com.tailf.dp
With this interface we can register a callback with ConfDs AAA subsystem, to be invoked whenever AAA has completed processing of an authentication attempt.
DpAuthContext - Class in com.tailf.dp
Authentication context class.
DpAuthContext(DpUserInfo, String, boolean, int, String[], int, String, String) - Constructor for class com.tailf.dp.DpAuthContext
 
DpAuthorizationCallback - Interface in com.tailf.dp
We can register two authorization callbacks with ConfD´s AAA subsystem.
DpAuthorizationContext - Class in com.tailf.dp
Authorization context class.
DpAuthorizationContext(DpUserInfo, String[], int, int, Dp) - Constructor for class com.tailf.dp.DpAuthorizationContext
 
DpCallbackException - Exception in com.tailf.dp
Exception thrown from inside callbacks to identify problems.
DpCallbackException(String) - Constructor for exception com.tailf.dp.DpCallbackException
 
DpCallbackException(String, Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
 
DpCallbackException(Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
 
DpCallbackException(String, ErrorCode) - Constructor for exception com.tailf.dp.DpCallbackException
 
DpCallbackException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.dp.DpCallbackException
 
DpCallbackExtendedException - Exception in com.tailf.dp
Extended errorcode Exceptions thrown from inside callbacks to identify problems.
DpCallbackExtendedException(int, String) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
 
DpCallbackExtendedException(int, ConfNamespace, String, String, Object...) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
 
DpCallbackExtendedException(int, ConfNamespace, String, ConfException) - Constructor for exception com.tailf.dp.DpCallbackExtendedException
 
DpCallbackWarningException - Exception in com.tailf.dp
Warnings thrown from inside callbacks to identify problems.
DpCallbackWarningException(String) - Constructor for exception com.tailf.dp.DpCallbackWarningException
 
DpDataCallback - Interface in com.tailf.dp
This interface is used for the user data callbacks.
DpDataFindNextIterator - Interface in com.tailf.dp
Extended Iterator interface used to get findNext functionality.
DpDbCallback - Interface in com.tailf.dp
This interface is used for the user database callbacks.
DpDbContext - Class in com.tailf.dp
Database context.
DpDbContext(int, int, int, DpUserInfo) - Constructor for class com.tailf.dp.DpDbContext
 
DpException - Exception in com.tailf.dp
General Dp Exception
DpException(String) - Constructor for exception com.tailf.dp.DpException
 
DpException(String, Throwable) - Constructor for exception com.tailf.dp.DpException
 
DpException(Throwable) - Constructor for exception com.tailf.dp.DpException
 
DpException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.dp.DpException
 
DpException(String, int, Throwable) - Constructor for exception com.tailf.dp.DpException
 
DpExceptionReporter - Interface in com.tailf.dp
Interface for the user of the Dp deamon to handle catched exceptions in the implicit threads started in the Dp.read() method
DpFlag - Enum in com.tailf.dp.proto
 
DpFlags - Annotation Type in com.tailf.dp.annotations
Annotation class that allows to specify data provider flags to tweak the behaviour of the data provider.
DpListFilter - Class in com.tailf.dp
This class represents list filters that may be passed to data providers.
DpMountIdInterface - Interface in com.tailf.dp
 
DpNanoServiceCallback - Interface in com.tailf.dp
This interface is used for the Nano Service callbacks.
DpNotifReplayCallback - Interface in com.tailf.dp
This interface is used for the notifications replay callback.
DpNotifReplayThread - Class in com.tailf.dp
This class implements the Notification streams thread.
DpNotifStream - Class in com.tailf.dp
The application can generate notifications that are sent via the northbound protocols.
DpProto - Class in com.tailf.dp
General class for protocol constants
DpProto() - Constructor for class com.tailf.dp.DpProto
 
DpServiceCallback - Interface in com.tailf.dp
This interface is used for the service callbacks.
DpSnmpInformResponseCallback - Interface in com.tailf.dp
This interface is used for the SNMP notifier callbacks.
DpSnmpNotifier - Class in com.tailf.dp
The application can send SNMP notifications and inform requests.
DpThread - Class in com.tailf.dp
DpThread with the ability to log more info about a thread and that uses a Uncaught exception handler.
DpThread(Runnable) - Constructor for class com.tailf.dp.DpThread
 
DpThread(Runnable, String) - Constructor for class com.tailf.dp.DpThread
 
DpThreadPoolFactory - Class in com.tailf.dp
The customized thread Factory this is used for creating customized threads that uses UncaughtExceptionHandler and for thread that performs debug logging message so we could interpret the thread dumps and error logs.
DpThreadPoolFactory(String) - Constructor for class com.tailf.dp.DpThreadPoolFactory
 
DpTrans - Class in com.tailf.dp
The transaction context.
DpTransCallback - Interface in com.tailf.dp
This interface is used for the user transaction callbacks.
DpTransValidateCallback - Interface in com.tailf.dp
This interface is used for the user validation callbacks.
DpUserInfo - Class in com.tailf.dp
The user information.
DpUserInfo(ConfETuple) - Constructor for class com.tailf.dp.DpUserInfo
Internally used Constructor.
DpValidateTrans - Class in com.tailf.dp
The validate transaction context.
DpValpointCallback - Interface in com.tailf.dp
This interface is used for the user valpoint callbacks.
DpWorkerThreadPool - Class in com.tailf.dp
Dp Thread pool of worker thread.
DpWorkerThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class com.tailf.dp.DpWorkerThreadPool
Constructor for Thread pool.
DryRunResult - Class in com.tailf.maapi
Represents a successful invocation of the Maapi#applyTransWithResult(int,boolean,int,String,int) method.
DryRunResult(ConfResponse) - Constructor for class com.tailf.maapi.DryRunResult
 
DryRunResult.DryRunEntry - Class in com.tailf.maapi
 
DryRunResult.DryRunEntry.Type - Enum in com.tailf.maapi
 
DryRunResult.Format - Enum in com.tailf.maapi
 

E

elem(ConfKey) - Method in class com.tailf.navu.NavuList
Returns a list element according to the given key.
elem(String) - Method in class com.tailf.navu.NavuList
Returns a list element according to the given key.
elem(String[]) - Method in class com.tailf.navu.NavuList
Returns a list element according to the given array of keys.
elementAt(int) - Method in class com.tailf.conf.ConfKey
 
elementAt(int) - Method in class com.tailf.proto.ConfEList
Get the specified element from the list.
elementAt(int) - Method in class com.tailf.proto.ConfETuple
Get the specified element from the tuple.
elements() - Method in class com.tailf.conf.ConfKey
 
elements() - Method in class com.tailf.conf.ConfList
Return a copy as array of this
elements() - Method in class com.tailf.navu.NavuLeafList
Returns a copy of elements contained by the leaf-list node.
elements() - Method in class com.tailf.navu.NavuList
Returns a shallow copy of all elements contained by the list node.
elements() - Method in class com.tailf.proto.ConfEList
Get all the elements from the list as an array.
elements() - Method in class com.tailf.proto.ConfETuple
Get all the elements from the tuple as an array.
encode() - Method in class com.tailf.conf.ConfAttributeValue
 
encode() - Method in class com.tailf.conf.ConfBinary
 
encode() - Method in class com.tailf.conf.ConfBool
 
encode() - Method in class com.tailf.conf.ConfBuf
 
encode() - Method in class com.tailf.conf.ConfDate
 
encode() - Method in class com.tailf.conf.ConfDatetime
 
encode() - Method in class com.tailf.conf.ConfDecimal64
 
encode() - Method in class com.tailf.conf.ConfDefault
 
encode() - Method in class com.tailf.conf.ConfDottedQuad
 
encode() - Method in class com.tailf.conf.ConfDouble
 
encode() - Method in class com.tailf.conf.ConfDuration
 
encode() - Method in class com.tailf.conf.ConfEnumeration
 
encode() - Method in class com.tailf.conf.ConfFloat
 
encode() - Method in class com.tailf.conf.ConfHexString
 
encode() - Method in class com.tailf.conf.ConfIdentityRef
 
encode() - Method in class com.tailf.conf.ConfInt16
 
encode() - Method in class com.tailf.conf.ConfInt32
 
encode() - Method in class com.tailf.conf.ConfInt64
 
encode() - Method in class com.tailf.conf.ConfInt8
 
encode() - Method in class com.tailf.conf.ConfIP
 
encode() - Method in class com.tailf.conf.ConfIPAndPrefixLen
 
encode() - Method in class com.tailf.conf.ConfIPPrefix
 
encode() - Method in class com.tailf.conf.ConfIPv4
 
encode() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
encode() - Method in class com.tailf.conf.ConfIPv4Prefix
 
encode() - Method in class com.tailf.conf.ConfIPv6
 
encode() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
encode() - Method in class com.tailf.conf.ConfIPv6Prefix
 
encode() - Method in class com.tailf.conf.ConfKey
 
encode() - Method in class com.tailf.conf.ConfList
 
encode() - Method in class com.tailf.conf.ConfNoExists
 
encode() - Method in class com.tailf.conf.ConfObject
 
encode() - Method in class com.tailf.conf.ConfObjectRef
 
encode() - Method in class com.tailf.conf.ConfOID
 
encode() - Method in class com.tailf.conf.ConfQname
 
encode() - Method in class com.tailf.conf.ConfTag
 
encode() - Method in class com.tailf.conf.ConfTagDefault
 
encode() - Method in class com.tailf.conf.ConfTime
 
encode() - Method in class com.tailf.conf.ConfTypeDescriptor
 
encode() - Method in class com.tailf.conf.ConfUInt16
 
encode() - Method in class com.tailf.conf.ConfUInt32
 
encode() - Method in class com.tailf.conf.ConfUInt64
 
encode() - Method in class com.tailf.conf.ConfUInt8
 
encode() - Method in class com.tailf.conf.ConfValue
encode value.
encode(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encode(List<String>, ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encode() - Method in class com.tailf.conf.ConfXMLParam
 
encode(List<String>) - Method in class com.tailf.conf.ConfXMLParam
 
encode() - Method in class com.tailf.conf.ConfXMLTagH
 
encode() - Method in class com.tailf.conf.InstancePath
Returns the path encoded as an ConfEList.
encode() - Method in class com.tailf.conf.SnmpVarbind
Return encoded term.
encode() - Method in class com.tailf.ned.NedCapability
 
encode() - Method in class com.tailf.ned.NedTTL
 
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEAtom
Convert this atom to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEBig
Convert this number to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEBinary
Convert this binary to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEDouble
Convert this double to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEList
Convert this list to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfELong
Convert this number to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEObject
Convert the object according to the rules of the E external format.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEPid
Convert this pid to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfERef
Convert this ref to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfEString
Convert this string to the equivalent E external representation.
encode(ConfOutputStream) - Method in class com.tailf.proto.ConfETuple
Convert this tuple to the equivalent E external representation.
ENCODE - Static variable in class com.tailf.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class com.tailf.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.tailf.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.tailf.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.tailf.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class com.tailf.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.tailf.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHKP(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encodeHKP(List<String>, ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encodeHKP() - Method in class com.tailf.conf.ConfXMLParam
Encode this ConfXMLParam to HKP representation (i.e hashbased [ns | tag] where where ns and tag are both in long).
encodeHKP(List<String>) - Method in class com.tailf.conf.ConfXMLParam
 
encodeIKP() - Method in class com.tailf.conf.ConfTag
 
encodeIKP(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encodeIKP(List<String>, ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
 
encodeIKP() - Method in class com.tailf.conf.ConfXMLParam
 
encodeIKP(List<String>) - Method in class com.tailf.conf.ConfXMLParam
 
encodeIKP() - Method in class com.tailf.conf.InstancePath
Returns the path as ConfEList in IKP format.
encodeObject(Serializable) - Static method in class com.tailf.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.tailf.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeOid(int[]) - Method in class com.tailf.conf.SnmpVarbind
Should only be used for rowindex now
encodeOid(long[]) - Method in class com.tailf.conf.SnmpVarbind
 
encodeToFile(byte[], String) - Static method in class com.tailf.util.Base64
Convenience method for encoding data to a file.
encodeValues() - Method in class com.tailf.navu.NavuAction
 
encodeValues() - Method in class com.tailf.navu.NavuContainer
 
encodeValues() - Method in class com.tailf.navu.NavuLeaf
 
encodeValues() - Method in class com.tailf.navu.NavuList
 
encodeValues() - Method in class com.tailf.navu.NavuNode
Encodes the sub-tree including the current NavuNode as the topmost NavuNode as a ConfXMLParam array.
encodeXML() - Method in class com.tailf.navu.NavuAction
 
encodeXML() - Method in class com.tailf.navu.NavuContainer
 
encodeXML() - Method in class com.tailf.navu.NavuLeaf
 
encodeXML() - Method in class com.tailf.navu.NavuList
 
encodeXML() - Method in class com.tailf.navu.NavuNode
Encodes the sub-tree including the current NavuNode as the topmost NavuNode as a ConfXMLParam array.
encrypt(MaapiCryptoType, String) - Method in class com.tailf.maapi.MaapiCrypto
Encrypt a plaintext string.
encrypt(byte[], String) - Method in enum com.tailf.maapi.MaapiCryptoType
Encrypt a plaintext string using a supplied key.
encrypt(String) - Method in class com.tailf.util.Encrypter
 
Encrypter - Class in com.tailf.util
Base class for encryption algorithm utility classes
Encrypter() - Constructor for class com.tailf.util.Encrypter
 
endSession() - Method in class com.tailf.cdb.CdbSession
Ends the data session
endUserSession() - Method in class com.tailf.maapi.Maapi
Ends the current user session on this Maapi instance.
entrySet() - Method in class com.tailf.navu.NavuChoice
Deprecated.
entrySet() - Method in class com.tailf.navu.NavuContainer
Returns a set of value-pairs.
entrySet() - Method in class com.tailf.navu.NavuList
Returns a set of entries with element key and element.
enumSetOf(int) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
 
EnumTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
 
equal(Object, Object) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object representing the comparison: left equals to right
equal(Object, Object) - Method in class com.tailf.conf.XPathAbrevCompiler
 
equals(Object) - Method in class com.tailf.cdb.CdbTxId
Compares this CdbTxId to the specified object.
equals(Object) - Method in class com.tailf.conf.ConfAttributeValue
 
equals(Object) - Method in class com.tailf.conf.ConfBinary
 
equals(Object) - Method in class com.tailf.conf.ConfBit32
Equals method for ConfBit32
equals(Object) - Method in class com.tailf.conf.ConfBit64
Equals method for ConfBit64
equals(Object) - Method in class com.tailf.conf.ConfBitBig
Equals method for ConfBitBig
equals(Object) - Method in class com.tailf.conf.ConfBits
Equals method
equals(Object) - Method in class com.tailf.conf.ConfBool
 
equals(Object) - Method in class com.tailf.conf.ConfBuf
 
equals(Object) - Method in class com.tailf.conf.ConfCLIToken
 
equals(Object) - Method in class com.tailf.conf.ConfDate
 
equals(Object) - Method in class com.tailf.conf.ConfDatetime
 
equals(Object) - Method in class com.tailf.conf.ConfDecimal64
 
equals(Object) - Method in class com.tailf.conf.ConfDefault
 
equals(Object) - Method in class com.tailf.conf.ConfDottedQuad
 
equals(Object) - Method in class com.tailf.conf.ConfDouble
 
equals(Object) - Method in class com.tailf.conf.ConfDuration
 
equals(Object) - Method in class com.tailf.conf.ConfEnumeration
 
equals(Object) - Method in class com.tailf.conf.ConfFloat
 
equals(Object) - Method in class com.tailf.conf.ConfHexList
 
equals(Object) - Method in class com.tailf.conf.ConfHexString
 
equals(Object) - Method in class com.tailf.conf.ConfIdentityRef
 
equals(Object) - Method in class com.tailf.conf.ConfInt16
 
equals(Object) - Method in class com.tailf.conf.ConfInt32
 
equals(Object) - Method in class com.tailf.conf.ConfInt64
 
equals(Object) - Method in class com.tailf.conf.ConfInt8
 
equals(Object) - Method in class com.tailf.conf.ConfIPv4
 
equals(Object) - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
equals(Object) - Method in class com.tailf.conf.ConfIPv4Prefix
 
equals(Object) - Method in class com.tailf.conf.ConfIPv6
 
equals(Object) - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
equals(Object) - Method in class com.tailf.conf.ConfIPv6Prefix
 
equals(Object) - Method in class com.tailf.conf.ConfKey
Indicates whether a ConfKey is "equal to" this.
equals(Object) - Method in class com.tailf.conf.ConfList
 
equals(Object) - Method in class com.tailf.conf.ConfNoExists
 
equals(Object) - Method in class com.tailf.conf.ConfObject
Determine if two Conf objects are equal.
equals(Object) - Method in class com.tailf.conf.ConfObjectRef
 
equals(Object) - Method in class com.tailf.conf.ConfOID
 
equals(Object) - Method in class com.tailf.conf.ConfQname
 
equals(Object) - Method in class com.tailf.conf.ConfTag
Determine if two ConfTags are equal.
equals(Object) - Method in class com.tailf.conf.ConfTagDefault
 
equals(Object) - Method in class com.tailf.conf.ConfTime
 
equals(Object) - Method in class com.tailf.conf.ConfTypeDescriptor
 
equals(Object) - Method in class com.tailf.conf.ConfUInt16
 
equals(Object) - Method in class com.tailf.conf.ConfUInt32
 
equals(Object) - Method in class com.tailf.conf.ConfUInt64
 
equals(Object) - Method in class com.tailf.conf.ConfUInt8
 
equals(Object) - Method in class com.tailf.conf.ConfValue
Determine if two ConfValue are equal.
equals(Object) - Method in class com.tailf.conf.ConfXMLParam
 
equals(Object) - Method in class com.tailf.conf.ConfXMLParamLeaf
 
equals(Object) - Method in class com.tailf.conf.ConfXMLParamStart
 
equals(Object) - Method in class com.tailf.conf.ConfXMLParamStartDel
 
equals(Object) - Method in class com.tailf.conf.ConfXMLParamStop
 
equals(Object) - Method in class com.tailf.conf.ConfXMLParamValue
 
equals(Object) - Method in class com.tailf.conf.ConfXMLTagH
 
equals(Object) - Method in class com.tailf.conf.ConfXPath
 
equals(Object) - Method in class com.tailf.conf.InstancePath
 
equals(Object) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Return true if and onlfy if this nodes is equal the specified node
equals(Object) - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
 
equals(Object) - Method in class com.tailf.navu.NavuAction
Compares the specified object with this NavuAction for equality.
equals(Object) - Method in class com.tailf.navu.NavuContainer
Compares the specified object with this NavuContainer for equality.
equals(Object) - Method in class com.tailf.navu.NavuLeaf
Compares the specified object with this NavuLeaf for equality.
equals(Object) - Method in class com.tailf.navu.NavuList
Compares the specified object with this NavuList for equality.
equals(Object) - Method in class com.tailf.navu.NavuListEntry
Compares the specified object with this NavuListEntry for equality.
equals(Object) - Method in class com.tailf.navu.NavuNode
Check the equality of this NavuNode against the targeted NavuNode.
equals(Object) - Method in class com.tailf.ncs.alarmman.common.Alarm
A unique Alarm instance is the combination of ManagedDevice, ManagedObject, (alarmtype) ConfIdentityRef and (specific problem)ConfBuf
equals(Object) - Method in class com.tailf.ncs.alarmman.common.AlarmId
A unique Alarm instance is the combination of a ManagedDevice, a ManagedObject, an alarm-type (ConfIdentityRef) and a specific-problem (ConfBuf).
equals(Object) - Method in class com.tailf.ncs.alarmman.common.ManagedDevice
 
equals(Object) - Method in class com.tailf.ncs.alarmman.common.ManagedObject
 
equals(Object) - Method in class com.tailf.proto.ConfEAtom
Determine if two atoms are equal.
equals(Object) - Method in class com.tailf.proto.ConfEBig
Determine if two numbers are equal.
equals(Object) - Method in class com.tailf.proto.ConfEBinary
Determine if two binaries are equal.
equals(Object) - Method in class com.tailf.proto.ConfEDouble
Determine if two floats are equal.
equals(Object) - Method in class com.tailf.proto.ConfEList
Determine if two lists are equal.
equals(Object) - Method in class com.tailf.proto.ConfELong
Determine if two numbers are equal.
equals(Object) - Method in class com.tailf.proto.ConfEObject
Determine if two E objects are equal.
equals(Object) - Method in class com.tailf.proto.ConfEPid
Determine if two pids are equal.
equals(Object) - Method in class com.tailf.proto.ConfERef
Determine if two refs are equal.
equals(Object) - Method in class com.tailf.proto.ConfEString
Determine if two strings are equal.
equals(Object) - Method in class com.tailf.proto.ConfETuple
Determine if two tuples are equal.
equalsTo(int) - Method in enum com.tailf.conf.ErrorCode
 
equalsTo(int) - Method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
 
erlMax - Static variable in class com.tailf.proto.ConfExternal
The largest value that can be encoded as an integer
erlMin - Static variable in class com.tailf.proto.ConfExternal
The smallest value that can be encoded as an integer
ERRCODE_ACCESS_DENIED - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_ACCESS_DENIED - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_APPLICATION - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_APPLICATION - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_APPLICATION_INTERNAL - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_APPLICATION_INTERNAL - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_DATA_MISSING - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_DATA_MISSING - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_IN_USE - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_IN_USE - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_INCONSISTENT_VALUE - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_INCONSISTENT_VALUE - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_INTERRUPT - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_INTERRUPT - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
ERRCODE_RESOURCE_DENIED - Static variable in exception com.tailf.cdb.CdbExtendedException
 
ERRCODE_RESOURCE_DENIED - Static variable in exception com.tailf.dp.DpCallbackExtendedException
 
error - Variable in class com.tailf.conf.ConfResponse
 
error(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
Write service log entry with level error.
error(int, String) - Method in class com.tailf.ned.NedWorker
This function should be called when a callback like abort,persist, etc cannot be completed.
error(int, String, String) - Method in class com.tailf.ned.NedWorker
This error report function is kept for backward compatible reasons and should if possible be avoided.
error(int, NedErrorCode, String) - Method in class com.tailf.ned.NedWorker
This function should be called when a callback like abort,persist, etc cannot be completed.
ERROR_FLAG_MASK - Static variable in class com.tailf.cdb.CdbProto
 
errorCode - Variable in class com.tailf.conf.ConfResponse
 
ErrorCode - Enum in com.tailf.conf
Error codes for all errors delivered over the protocol.
ErrorMessageFormatter - Class in com.tailf.conf
 
ErrorMessageFormatter() - Constructor for class com.tailf.conf.ErrorMessageFormatter
 
errorString - Variable in class com.tailf.conf.ConfResponse
 
ErrorVerbosity - Enum in com.tailf.conf
verbosity levels for reported errors
EventCallback - Annotation Type in com.tailf.ncs.annotations
Annotation class for Event Callbacks Attributes are deviceName, SubscriptionName, callType
EventCallbackProxy - Class in com.tailf.ncs.annotations
Callback proxy for annotated NavuEventCallback methods This class is used internally be the NavuEventHandler.registerAnnotatedCallbacks to be able to invoke (by reflection) the annotated callback method
EventCallbackProxy(Object, String, String) - Constructor for class com.tailf.ncs.annotations.EventCallbackProxy
Constructor for Callback proxys.
EventCBType - Enum in com.tailf.ncs.proto
Enumeration of Event callback methods
EventContext - Interface in com.tailf.ncs.snmp.snmp4j
This interface describes the context for the notification event
EventContextImpl - Class in com.tailf.ncs.snmp.snmp4j
EventContext implementation class
eventTime() - Method in class com.tailf.notif.StreamNotification
 
exists(ConfPath) - Method in class com.tailf.cdb.CdbSession
Containers and leafs in a YANG model may be optional.
exists(String, Object...) - Method in class com.tailf.cdb.CdbSession
Checks whether an element exists.
exists(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
exists(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
exists(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Boolean function which return 1 or 0 if a path defines an existing element in the XML data tree.
exists(int, String, Object...) - Method in class com.tailf.maapi.Maapi
 
exists() - Method in class com.tailf.navu.NavuAction
 
exists() - Method in class com.tailf.navu.NavuContainer
Verifies the existence of container.
exists() - Method in class com.tailf.navu.NavuLeaf
Tests for the existence of the leaf node.
exists() - Method in class com.tailf.navu.NavuList
Tests for the existence of the List node in the instance tree.
exists() - Method in class com.tailf.navu.NavuNode
Generic exists test for Navu navigational elements
exists(ServiceContext, String) - Static method in class com.tailf.ncs.template.Template
Tests for existence of a template.
exists(NavuContext, String) - Static method in class com.tailf.ncs.template.Template
 
exists(Maapi, String) - Static method in class com.tailf.ncs.template.Template
 
existsOptional(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
existsOptional(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
If we have presence containers or optional leafs (empty leafs) without a type, we cannot use the getElem() callback to read such a leaf - since the element is typeless.
expect(String, boolean, int) - Method in interface com.tailf.ned.CliSession
 
expect(String) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern) - Method in interface com.tailf.ned.CliSession
 
expect(String, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(String, int) - Method in interface com.tailf.ned.CliSession
 
expect(String, int, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(String[]) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern[]) - Method in interface com.tailf.ned.CliSession
 
expect(String[], boolean, int) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern[], boolean, int) - Method in interface com.tailf.ned.CliSession
 
expect(String, boolean, boolean, int) - Method in interface com.tailf.ned.CliSession
 
expect(String[], NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern[], NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(String[], boolean, int, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(Pattern[], boolean, int, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(String, boolean, boolean, int, NedWorker) - Method in interface com.tailf.ned.CliSession
 
expect(String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, boolean, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern, boolean, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String[]) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[]) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String[], boolean, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[], boolean, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, boolean, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern, boolean, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String[], NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[], NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String[], boolean, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[], boolean, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[], boolean, int, boolean) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(Pattern[], boolean, int, boolean, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, boolean, boolean, int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String, boolean, boolean, int, NedWorker) - Method in interface com.tailf.ned.SSHClient.CliSession
 
expect(String) - Method in class com.tailf.ned.SSHSession
Read from socket until Pattern is encountered.
expect(Pattern) - Method in class com.tailf.ned.SSHSession
 
expect(String, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String, int) - Method in class com.tailf.ned.SSHSession
Read from socket until Pattern is encountered.
expect(String, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String, boolean, int) - Method in class com.tailf.ned.SSHSession
Read from socket until Pattern is encountered.
expect(Pattern, boolean, int) - Method in class com.tailf.ned.SSHSession
 
expect(String[]) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[]) - Method in class com.tailf.ned.SSHSession
 
expect(String[], boolean, int) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[], boolean, int) - Method in class com.tailf.ned.SSHSession
 
expect(String, boolean, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern, boolean, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String[], NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[], NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String[], boolean, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[], boolean, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[], boolean, int, boolean) - Method in class com.tailf.ned.SSHSession
 
expect(Pattern[], boolean, int, boolean, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String, boolean, boolean, int) - Method in class com.tailf.ned.SSHSession
Read from socket until Pattern is encountered.
expect(String, boolean, boolean, int, NedWorker) - Method in class com.tailf.ned.SSHSession
 
expect(String, boolean, int) - Method in class com.tailf.ned.TelnetSession
Read from socket until Pattern is encountered.
expect(Pattern, boolean, int) - Method in class com.tailf.ned.TelnetSession
 
expect(String, boolean, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern, boolean, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(String) - Method in class com.tailf.ned.TelnetSession
Read from socket until Pattern is encountered.
expect(Pattern) - Method in class com.tailf.ned.TelnetSession
 
expect(String, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(String, int) - Method in class com.tailf.ned.TelnetSession
Read from socket until Pattern is encountered.
expect(String[]) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[]) - Method in class com.tailf.ned.TelnetSession
 
expect(String[], boolean, int) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[], boolean, int) - Method in class com.tailf.ned.TelnetSession
 
expect(String, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(String[], NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[], NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(String[], boolean, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[], boolean, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[], boolean, int, boolean) - Method in class com.tailf.ned.TelnetSession
 
expect(Pattern[], boolean, int, boolean, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expect(String, boolean, boolean, int) - Method in class com.tailf.ned.TelnetSession
Read from socket until Pattern is encountered.
expect(String, boolean, boolean, int, NedWorker) - Method in class com.tailf.ned.TelnetSession
 
expectStr(String, boolean, int) - Method in class com.tailf.ned.SSHSession
Read from socket until Pattern is encountered.
expr1 - Variable in class com.tailf.dp.DpListFilter
expr2 - Variable in class com.tailf.dp.DpListFilter
Second subfilter to use when type is ListFilterType.CONFD_LF_OR or ListFilterType.CONFD_LF_AND
expressionPath(Object, Object[], Object[]) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object representing a filter expression
expressionPath(Object, Object[], Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
 
extendedErrorCode - Variable in exception com.tailf.cdb.CdbExtendedException
 
extendedErrorCode - Variable in exception com.tailf.dp.DpCallbackExtendedException
 

F

FILTER_NONE - Static variable in class com.tailf.ned.NedCmd
 
FILTER_SUBTREE - Static variable in class com.tailf.ned.NedCmd
 
FILTER_XPATH - Static variable in class com.tailf.ned.NedCmd
 
FilterAckInforms - Class in com.tailf.ncs.snmp.snmp4j
Standard filter for sending Acknowledge response to Snmp INFORMs This filter is implemented as a handler in the same way as user defined handlers and the only difference is that it is always registered in the beginning of the handler chain.
FilterAckInforms() - Constructor for class com.tailf.ncs.snmp.snmp4j.FilterAckInforms
Filter constructor
FilterKnownIPAddresses - Class in com.tailf.ncs.snmp.snmp4j
Standard filter for suppression of notifications emanating from ip addresses outside defined set of addresses The filter determines the source ip address first from the snmpTrapAddress 1.3.6.1.6.3.18.1.3 varbind if this is set, or otherwise from the emanating peer ip address.
FilterKnownIPAddresses(Map<InetAddress, ConfKey>) - Constructor for class com.tailf.ncs.snmp.snmp4j.FilterKnownIPAddresses
Filter constructor
FilterOutNonNotifications - Class in com.tailf.ncs.snmp.snmp4j
Standard filter for suppression of received snmp events which are not TRAP, NOTIFICATION or INFORM This filter is implemented as a handler in the same way as user defined handlers and the only difference is that it is always registered in the beginning of the handler chain.
FilterOutNonNotifications() - Constructor for class com.tailf.ncs.snmp.snmp4j.FilterOutNonNotifications
Filter constructor
find(String) - Static method in enum com.tailf.maapi.MaapiCryptoType
Find the crypto type corresponding for an encrypted string.
findChanges(NavuContext, Integer[]) - Method in class com.tailf.navu.NavuContainer
Analyzes what changes has been done within this transaction.
findChanges(Integer[]) - Method in class com.tailf.navu.NavuContainer
Deprecated.
findCSMNsMap(List<String>) - Method in class com.tailf.maapi.MaapiSchemas
 
findCSNode(MaapiSchemas.CSNode, String, String) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specific node with a given parent node identified by xmltag namespace and tagname
findCSNode(MaapiSchemas.CSNode, int, int) - Method in class com.tailf.maapi.MaapiSchemas
Find and retrieves specific node in the schema information tree.
findCSNode(MaapiSchemas.CSNode, MaapiSchemas.CSMNsMap, String) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specific node with a given parent node identified by xmltag all namespaces in a mnsmap and tagname
findCSNode(MaapiSchemas.CSNode, long, long) - Method in class com.tailf.maapi.MaapiSchemas
Deprecated.
findCSNode(String, String, Object...) - Method in class com.tailf.maapi.MaapiSchemas
 
findCSNode(MountIdInterface, String, String, Object...) - Method in class com.tailf.maapi.MaapiSchemas
Find and retrieves specific node in the schema information tree.
findCSNode(MountIdInterface, String, List<PathParser.PathElement>) - Method in class com.tailf.maapi.MaapiSchemas
Internally used method to find a node defined by an internal path format
findCSRoot(int) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specific root node identified by an hash value
findCSRoot(long) - Method in class com.tailf.maapi.MaapiSchemas
Deprecated.
findCSRoot(String) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specific root node identified by an namespace string
findCSSchema(int) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specified schema identified by an hash value
findCSSchema(long) - Method in class com.tailf.maapi.MaapiSchemas
Deprecated.
findCSSchema(String) - Method in class com.tailf.maapi.MaapiSchemas
Retrieve a specific schema identified by an namespace string
findCSSchemaByPrefix(String) - Method in class com.tailf.maapi.MaapiSchemas
 
findCSSchemaFromUniqueRoot(String) - Method in class com.tailf.maapi.MaapiSchemas
Returns schema for root node.
findCSSchemaFromUniqueRoot(int) - Method in class com.tailf.maapi.MaapiSchemas
Returns schema for root node.
findCSSchemaFromUniqueRoot(long) - Method in class com.tailf.maapi.MaapiSchemas
Deprecated.
findNamespace(int, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
Locate a namespace in a namespace list, given a name space hash.
findNamespace(String) - Static method in class com.tailf.conf.ConfNamespace
Locate a namespace in a namespace list, given a name space string.
findNamespace(String, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
 
findNamespaceFromNsName(ConfPath, MountIdInterface, String) - Static method in class com.tailf.conf.ConfNamespace
 
findNamespaceFromPrefix(String) - Static method in class com.tailf.conf.ConfNamespace
 
findNamespaceFromPrefix(String, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
 
findNamespaceFromPrefix(ConfPath, MountIdInterface, String) - Static method in class com.tailf.conf.ConfNamespace
 
findNamespaceFromRootTag(String) - Static method in class com.tailf.conf.ConfNamespace
 
findNext(DpTrans, ConfObject[], ConfFindNextType, ConfKey) - Method in interface com.tailf.dp.DpDataFindNextIterator
This method is called by Dp when a FIND_NEXT or a FIND_NEXT_OBJECT call is issued.
findNext(MaapiCursor, ConfFindNextType, ConfKey) - Method in class com.tailf.maapi.Maapi
The findNext method makes it possible to jump forward to an element in the model at a position defined by the MaapiCursor After the findNext call the same MaapiCursor can be used in subsequent getNext calls.
finish(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
finish(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is responsible for releasing resources allocated in the init() phase.
finish() - Method in interface com.tailf.ncs.ApplicationComponent
This method is called by the Ncs Java vm when the thread should be stopped.
finishClearTrans() - Method in class com.tailf.navu.NavuContext
Finishes current trans using Maapi.finishTrans(int) and clears the trans from this NavuContext.
finishTrans(int) - Method in class com.tailf.maapi.Maapi
Finish the transaction specified by transaction handle tid.
FIRST - Static variable in class com.tailf.ned.NedEditOp
 
fixedIV(String) - Method in enum com.tailf.maapi.MaapiCryptoType
Check if an encrypted string was encrypted using a random or a fixed IV.
FLAG_INIT - Static variable in class com.tailf.cdb.CdbPhase
CDB has an init transaction , when phase 0
FLAG_UPGRADE - Static variable in class com.tailf.cdb.CdbPhase
CDB has an upgrade transaction , when phase 0
flags - Variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
Deprecated.
floatTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for floating point numbers
floatValue() - Method in class com.tailf.conf.ConfFloat
 
floatValue() - Method in class com.tailf.proto.ConfEBig
Get this number as a float.
floatValue() - Method in class com.tailf.proto.ConfEDouble
Get the value, as a float.
flush() - Method in class com.tailf.dp.DpNotifStream
Notifications are sent asynchronously, i.e.
flush() - Method in interface com.tailf.ned.CliSession
 
flush() - Method in interface com.tailf.ned.SSHClient.CliSession
Signals that the final chunk of data has to be printed to the output transport stream.
flush() - Method in class com.tailf.ned.SSHSession
Signals that the final chunk of data has be printed to the output transport stream.
flush() - Method in class com.tailf.ned.TelnetSession
Signals that the final chunk of data has be printed to the output transport stream.
flush(NedTracer) - Method in class com.tailf.ned.TraceBuffer
 
flushBase64() - Method in class com.tailf.util.Base64.OutputStream
Method added by PHIL.
flushToSocket(SelectionKey, ConfOutputStream) - Static method in class com.tailf.conf.ConfInternal
 
flushToSocket(Object, ConfOutputStream) - Static method in class com.tailf.conf.ConfInternal
 
FORWARD_INFO_DOWN - Static variable in class com.tailf.notif.ForwardNotification
 
FORWARD_INFO_FAILED - Static variable in class com.tailf.notif.ForwardNotification
 
FORWARD_INFO_UP - Static variable in class com.tailf.notif.ForwardNotification
 
ForwardNotification - Class in com.tailf.notif
Data structure for Forward agent events.
ForwardNotification(int, String, DpUserInfo) - Constructor for class com.tailf.notif.ForwardNotification
 
fromInt(int) - Static method in enum com.tailf.notif.ProgressNotification.ProgressEventType
 
fromValue(int) - Static method in enum com.tailf.maapi.CommitParams.CommitQueueErrorOption
 
fromValue(int) - Static method in enum com.tailf.maapi.CommitParams.DryRunOutformat
 
function(int, Object[]) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object representing the computation of a core function with the supplied arguments.
function(Object, Object[]) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object representing the computation of a library function with the supplied arguments.
function(int, Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
 
function(Object, Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
 
FUNCTION_CURRENT - Static variable in interface com.tailf.conf.Compiler
 

G

get(int) - Method in class com.tailf.conf.ConfList
 
get(String) - Method in class com.tailf.maapi.CLIInteraction
Read CLI session parameter.
get(int) - Method in class com.tailf.navu.NavuChange
Returns a node at a certain position.
get(String) - Method in class com.tailf.navu.NavuContainer
Returns a subordinate node with the name nodeName.
get() - Static method in class com.tailf.ncs.OsEnv
Return a Properties object containing the environment variables.
get(String) - Method in interface com.tailf.ned.SSHClient.SecureFileTransfer
Get a file from a remote peer.
get_int16(int, byte[]) - Static method in class com.tailf.conf.ConfInternal
 
get_int32(int, byte[]) - Static method in class com.tailf.conf.ConfInternal
 
GET_TRANS_ID - Static variable in class com.tailf.ned.NedCmd
 
getActionCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ActionCallbackProxy
Get array of proxy objects from registered POJO callback.
getActionName() - Method in class com.tailf.ned.NedCmd
 
getActionPoint() - Method in class com.tailf.dp.DpActionTrans
 
getActionState() - Method in class com.tailf.dp.DpActionTrans
Returns the current state of this action transaction.
getAdditionalInfo() - Method in class com.tailf.ned.NedCmd
 
getAddr() - Method in class com.tailf.conf.ConfHaNode
Get the IP address for the node as ConfIPv4 or ConfIPv6
getAddress() - Method in class com.tailf.conf.ConfIP
 
getAddress() - Method in class com.tailf.conf.ConfIPAndPrefixLen
 
getAddress() - Method in class com.tailf.conf.ConfIPPrefix
 
getAddress() - Method in class com.tailf.conf.ConfIPv4
 
getAddress() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
getAddress() - Method in class com.tailf.conf.ConfIPv4Prefix
 
getAddress() - Method in class com.tailf.conf.ConfIPv6
 
getAddress() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
getAddress() - Method in class com.tailf.conf.ConfIPv6Prefix
 
getAes256Key() - Method in class com.tailf.maapi.MaapiCrypto
 
getAesIV() - Method in class com.tailf.maapi.MaapiCrypto
 
getAesKey() - Method in class com.tailf.maapi.MaapiCrypto
 
getAlarmQueue() - Static method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
Returns a new alarm queue.
getAlarmQueue() - Static method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
Returns the alarm queue from the AlarmSinkCentral
getAlarmSink(int, Cdb) - Static method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
Deprecated.
getAlarmSink(int, Maapi) - Static method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
Creates and returns the singleton instance of the AlarmSinkCentral
getAlarmSink(int, Cdb, int, long) - Static method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
Deprecated.
getAlarmSink(int, Maapi, int, long) - Static method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
Creates and returns the buffered NCS alarm queue.
getAlarmSource(int, Cdb) - Static method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
Retrieves the alarm source central object.
getAlarmText() - Method in class com.tailf.ncs.alarmman.common.Alarm
Deprecated.
getAlarmType() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getAlarmType() - Method in class com.tailf.ncs.alarmman.common.AlarmId
 
getAlgName() - Method in class com.tailf.ned.NedCmd.NedPublicKey
 
getAllMNs() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getAllModules() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getAllPrefixes() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getAllXmlNs() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getAnnotation() - Method in class com.tailf.notif.ProgressNotification
Metadata about the event, indicating error, explains latency or show result etc.
getAPIndex() - Method in class com.tailf.dp.DpActionTrans
 
getApplicationMuxManager() - Method in class com.tailf.ncs.NcsMain
Get the ApplicationMuxManager.
getAppNS() - Method in exception com.tailf.cdb.CdbExtendedException
 
getAppNS() - Method in exception com.tailf.dp.DpCallbackExtendedException
 
getAppTag() - Method in exception com.tailf.cdb.CdbExtendedException
 
getAppTag() - Method in exception com.tailf.dp.DpCallbackExtendedException
 
getAsConfValue() - Method in class com.tailf.ncs.alarmman.common.ManagedObject
Get the ConfValue representation of this managedObject.
getAttributeType() - Method in class com.tailf.conf.ConfAttributeValue
Get the Attribute type for this attribute value
getAttributeValue() - Method in class com.tailf.conf.ConfAttributeValue
Get the value of the attribute
getAttrs(DpTrans, ConfObject[], List<ConfAttributeValue>) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getAttrs(DpTrans, ConfObject[], List<ConfAttributeValue>) - Method in interface com.tailf.dp.DpDataCallback
This callback only needs to be implemented for callpoints specified for configuration data, and only if attributes are enabled in the server configuration (/confdConfig/enableAttributes set to true).
getAttrs(int, ConfAttributeType[], String, Object...) - Method in class com.tailf.maapi.Maapi
Retrieve attributes for a configuration node.
getAuthCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.AuthCallbackProxy
Get array of proxy objects from registered POJO callback.
getAuthOrder() - Method in class com.tailf.ned.NedCmd
 
getAuthorizationCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
Get array of proxy objects from registered POJO callback.
getAuthorizationInfo(int) - Method in class com.tailf.maapi.Maapi
This method retrieves authorization info for a user session, i.e.
getAutoNsList() - Static method in class com.tailf.maapi.Maapi
 
getAutoNsList(ArrayList<ConfNamespace>) - Static method in class com.tailf.maapi.Maapi
 
getBackingStoreCdb() - Method in class com.tailf.navu.NavuContextBase
Get the backing store Cdb instance.
getBackingStoreCdbSession() - Method in class com.tailf.navu.NavuContextBase
Get the backing store CdbSession in this context was based on this.
getBackupObject() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.AuthCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.DataCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.DBCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.TransCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
Retrieve the callback POJO
getBackupObject() - Method in class com.tailf.ncs.annotations.EventCallbackProxy
Retrieve the callback POJO
getBitArray() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeBits
 
getBitNamesByValue(ConfPath, ConfBits) - Static method in class com.tailf.conf.ConfBits
Get a string of bitnames like bitnames like "bit1 bit2 ...", i.e a space separated list of bitnames from a ConfBits value.
getBitNamesByValue(String, ConfBits) - Static method in class com.tailf.conf.ConfBits
Like ConfBits.getBitNamesByValue(ConfPath, ConfBits) but takes a path string pointing to the bitset in the schema.
getBytes(String) - Static method in class com.tailf.util.UTF8
 
getCalendar() - Method in class com.tailf.conf.ConfDatetime
Deprecated.
getCalendar() - Method in class com.tailf.conf.ConfDuration
 
getCallPoint() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
Retrieve the callback callpoint
getCallPoint() - Method in class com.tailf.dp.annotations.DataCallbackProxy
Retrieve the callback callpoint
getCallPoint() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Retrieve the callback callpoint
getCallPoint() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
Retrieve the callback callpoint
getCallPoint() - Method in class com.tailf.dp.DpAccumulate
The callpoint that handled the operation.
getCapas() - Method in class com.tailf.ned.NedConnectionBase
 
getCase(String, String, Object...) - Method in class com.tailf.cdb.CdbSession
Retrieve the currently selected case.
getCase(String, ConfPath) - Method in class com.tailf.cdb.CdbSession
Retrieve the currently selected case.
getCase(String, ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getCase(String, String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getCase(DpTrans, ConfObject[], ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getCase(DpTrans, ConfObject[], ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback method needs to return the currently chosen 'case' for a 'choice' construct.
getCase(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
This returns the current 'case' for a 'choice' construct.
getCase(int, String, ConfPath) - Method in class com.tailf.maapi.Maapi
 
getCase(MaapiSchemas.CSNode) - Method in class com.tailf.navu.NavuChoice
Returns the case in which a node is contained within.
getCase(MaapiSchemas.CSChoice) - Method in class com.tailf.navu.NavuChoice
Returns the case in which a choice is contained within.
getCaseChoices(String) - Method in class com.tailf.navu.NavuChoice
 
getCaseNodes(String) - Method in class com.tailf.navu.NavuChoice
 
getCaseParent() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
If this choice is defined as a case for another choice this method returns the case, otherwise null is returned.
getCases() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get List of cases for this choice.
getCdb() - Method in class com.tailf.cdb.CdbSession
 
getCdb() - Method in class com.tailf.cdb.CdbSubscription
 
getCdb() - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getCdbOperSession() - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getCdbOperSession(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getCdbResource(Object, ResourceType, Scope) - Static method in class com.tailf.ncs.ResourceManager
 
getCdbResource(Object, ResourceType, Scope, String) - Static method in class com.tailf.ncs.ResourceManager
 
getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuAction
Deprecated.
getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuLeaf
Deprecated.
getCdbSession(CdbDBType) - Method in class com.tailf.navu.NavuNode
Deprecated.
getCdbSession() - Method in class com.tailf.navu.SessionContainer
 
getCdbSubscriber() - Method in class com.tailf.navu.NavuContextBase
 
getChange() - Method in class com.tailf.navu.NavuChange
 
getChange() - Method in class com.tailf.navu.NavuNode
Deprecated.
getChangeFlag() - Method in class com.tailf.navu.NavuAction
 
getChangeFlag() - Method in class com.tailf.navu.NavuLeaf
 
getChangeFlag() - Method in class com.tailf.navu.NavuList
 
getChangeFlag() - Method in class com.tailf.navu.NavuNode
Returns the latest change that this NavuNode has been a subject to by a transaction.
getChanges(boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuAction
 
getChanges(NavuContext, boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuAction
 
getChanges() - Method in class com.tailf.navu.NavuAction
 
getChanges(NavuContext) - Method in class com.tailf.navu.NavuAction
 
getChanges(boolean) - Method in class com.tailf.navu.NavuAction
 
getChanges(NavuContext, boolean) - Method in class com.tailf.navu.NavuAction
 
getChanges(NavuContext) - Method in class com.tailf.navu.NavuNode
Return the descendant NavuNode's (including this element) that has been affected by changes to the MAAPI transaction.
getChanges(NavuContext, boolean) - Method in class com.tailf.navu.NavuNode
Return the descendant NavuNode including this NavuNode that has been affected by the current MAAPI transaction.
getChanges(NavuContext, boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuNode
Return the descendant NavuNode including this NavuNode that has been affected by the current MAAPI transaction.
getChanges() - Method in class com.tailf.navu.NavuNode
Deprecated.
getChanges(boolean) - Method in class com.tailf.navu.NavuNode
Deprecated.
getChanges(boolean, DiffIterateOperFlag...) - Method in class com.tailf.navu.NavuNode
Deprecated.
getChild(int) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieve a child with the specified tag Returns null if no child exists.
getChild(long) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Deprecated.
getChildren() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves children for this node as List or null if no children exists.
getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get List of choices defined in this Case.
getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get List object of choices for this node.
getChoices() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get List object of choices for this node.
getCipher() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getClearpass() - Method in class com.tailf.conf.ConfUserInfo
Get User session clear text password if available otherwise ""
getCliConfigChars() - Method in class com.tailf.ned.NedCmd
 
getClientId() - Method in class com.tailf.maapi.MaapiUserSessionId
 
getCLIInteraction(int) - Method in class com.tailf.maapi.Maapi
Get CLIInteraction object which enables communication with the user via the CLI.
getCmdPaths() - Method in class com.tailf.ned.NedCmd
 
getColumn() - Method in class com.tailf.conf.SnmpVarbind
 
getColumn() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
 
getCommand() - Method in class com.tailf.ned.NedCmd
 
getCommandString() - Method in class com.tailf.ncs.NcsCtlCommand
 
getComment() - Method in class com.tailf.maapi.MaapiRollback
 
getComment() - Method in class com.tailf.notif.CommitDiffNotification
Commit comment - null if no comment
getCommitQueueErrorOption() - Method in class com.tailf.maapi.CommitParams
Get commit queue error option.
getCommitQueueId() - Method in class com.tailf.notif.ProgressNotification
Commit queue item id.
getCommitQueueSyncTimeout() - Method in class com.tailf.maapi.CommitParams
Get commit queue synchronous mode of operation custom timeout.
getCommitQueueTag() - Method in class com.tailf.maapi.CommitParams
Get commit-queue tag.
getCompiledPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
getCompletedDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getCompletedServices() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getComponentName() - Method in interface com.tailf.dp.services.NanoServiceContext
 
getComponentType() - Method in interface com.tailf.dp.services.NanoServiceContext
 
getCompression() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getConfDatetime() - Static method in class com.tailf.conf.ConfDatetime
 
getConfig() - Method in class com.tailf.notif.AuditNetworkNotification
 
getConfirmType() - Method in class com.tailf.notif.ConfirmNotification
getConfNamespace() - Method in class com.tailf.conf.ConfIdentityRef
 
getConfNamespace() - Method in class com.tailf.conf.ConfTag
 
getConfNamespace() - Method in class com.tailf.conf.ConfXMLParam
Returns the namespace for this parameter.
getConfPath() - Method in class com.tailf.navu.NavuNode
Returns the corresponding ConfPath for the corresponding NavuNode.
getConfTypeDescriptor(ConfObject) - Static method in class com.tailf.conf.ConfTypeDescriptor
Generates a ConfTypeDescriptor representing the type of a specified ConfObject.
getConfXMLParam() - Method in class com.tailf.maapi.CommitParams
 
getConfXMLParams() - Method in class com.tailf.navu.PreparedXMLStatement
 
getConnection(int) - Method in class com.tailf.ned.NedMux
 
getConnectionId() - Method in class com.tailf.ned.NedCmd
 
getConnectionId() - Method in class com.tailf.ned.NedConnectionBase
 
getConnectionInfo() - Method in interface com.tailf.ned.SSHClient
Get info about the negotiated algorithms etc used for the connection.
getConnectTimeout() - Method in class com.tailf.ned.NedCmd
 
getContext() - Method in class com.tailf.conf.ConfUserInfo
Get User session context, one of "cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
getContext() - Method in class com.tailf.dp.DpUserInfo
Get User session context, one of "cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
getContext() - Method in class com.tailf.maapi.MaapiUserSession
Get User session context, one of "cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
getContext() - Method in class com.tailf.notif.ProgressNotification
The context is either one of netconf, cli, webui, snmp, rest, system or it can be any other context string defined through the use of MAAPI.
getContextName() - Method in class com.tailf.dp.DpSnmpNotifier
 
getCQId() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getCQNotifType() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getCQNotifTypeStr() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getCQTag() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getCreator() - Method in class com.tailf.maapi.MaapiRollback
 
getCSNode() - Method in class com.tailf.conf.InstancePath
Returns MaapiSchemas node corresponding to the path.
getCsNode() - Method in class com.tailf.navu.NavuNodeInfo
Returns the schema node from which the object is derive from.
getCSNode() - Method in class com.tailf.navu.NavuNodeInfo
 
getCSSchema() - Method in class com.tailf.navu.NavuNodeInfo
 
getCSSchemas() - Method in class com.tailf.navu.NavuNodeInfo
 
getCtrlSocket() - Method in class com.tailf.dp.Dp
The control socket which is connected to ConfD/NCS.
getCurrentPath() - Method in class com.tailf.ned.NedWorker
This method returns the current path associated with the action being processed.
getCurrentPhase() - Method in class com.tailf.cdb.CdbPhase
The phase CDB is currently in.
getCurrentSession() - Method in class com.tailf.cdb.Cdb
Retrieve the current CdbSession started on this Cdb socket.
getCurrentStack() - Method in exception com.tailf.navu.InternalSAXException
 
getCustomAttributes() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getcwd() - Method in class com.tailf.cdb.CdbSession
Returns the current position as previously set by CdbSession.cd(ConfPath), CdbSession.pushd(ConfPath), or CdbSession.popd() as a string.
getCwd(int) - Method in class com.tailf.maapi.Maapi
Returns the current position as previously set by Maapi.cd(), Maapi.pushd(), or Maapi.popd() as a String.
getcwdPath() - Method in class com.tailf.cdb.CdbSession
Returns the current position as previously set by CdbSession.cd(ConfPath), CdbSession.pushd(ConfPath), or CdbSession.popd() as a ConfObject array.
getCwdPath(int) - Method in class com.tailf.maapi.Maapi
Returns the current position like Maapi.getCwd(), but as a ConfPath instead of as a String.
getDaemonId() - Method in class com.tailf.dp.Dp
The daemon identifier (assigned by ConfD/NCS).
getDaemonName() - Method in class com.tailf.notif.CommitFailedNotification
 
getData() - Method in class com.tailf.maapi.DryRunResult.DryRunEntry
Return the data of the dry-run result.
GetDatabase() - Method in class com.tailf.notif.CommitDiffNotification
GetDatabase() - Method in class com.tailf.notif.CommitNotification
getDatabase() - Method in class com.tailf.notif.UserSessNotification
getDataCallbackProxys(String, Object) - Static method in class com.tailf.dp.annotations.DataCallbackProxy
Get array of proxy objects from registered POJO callback.
getDataProvider() - Method in class com.tailf.notif.CommitFailedNotification
getDatastore() - Method in class com.tailf.notif.ProgressNotification
getDatastoreStr() - Method in class com.tailf.notif.ProgressNotification
Name, as string, of the datastore for which the transaction is started.
getDate() - Method in class com.tailf.maapi.MaapiRollback
 
getDay() - Method in class com.tailf.conf.ConfDate
 
getDay() - Method in class com.tailf.conf.ConfDatetime
 
getDay() - Method in class com.tailf.conf.ConfDuration
 
getDBCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.DBCallbackProxy
Get array of proxy objects from registered POJO callback.
getDBName() - Method in class com.tailf.dp.DpTrans
The database name.
getDBName() - Method in class com.tailf.notif.CommitFailedNotification
target name in confd.conf
getDBName() - Method in class com.tailf.notif.ProgressNotification
Deprecated.
getDbType() - Method in class com.tailf.cdb.CdbSession
retrieve the dbType for this session.
getDbType() - Method in class com.tailf.navu.SessionContainer
 
getDefaultCase() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get default case for the choice.
getDefaultErrorVerbosity() - Static method in class com.tailf.conf.ErrorMessageFormatter
Get the default verbosity level for reported errors This governs error verbosity for all Formatters which has not specifically set their local verbosity level with ErrorMessageFormatter.setErrorVerbosity(ErrorVerbosity)
getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get default value represented as a subclass to ConfObject
getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get default value represented as a subclass to ConfObject
getDefval() - Method in class com.tailf.maapi.MaapiSchemas.CSType
get default value
getDes3IV() - Method in class com.tailf.maapi.MaapiCrypto
 
getDes3Key() - Method in class com.tailf.maapi.MaapiCrypto
 
getDeviations() - Method in class com.tailf.ned.NedCapability
 
getDevice() - Method in class com.tailf.ned.NedCmd
 
getDevice() - Method in class com.tailf.notif.AuditNetworkNotification
 
getDevice() - Method in class com.tailf.notif.CallHomeInfoNotification
 
getDevice() - Method in class com.tailf.notif.ProgressNotification
Device name.
getDeviceName() - Method in class com.tailf.ncs.annotations.EventCallbackProxy
Retrieve the callback deviceName
getDeviceName() - Method in interface com.tailf.ncs.snmp.snmp4j.EventContext
Get the device name for the current notification
getDeviceName() - Method in class com.tailf.ncs.snmp.snmp4j.EventContextImpl
Get the deviceName for a snmp notification
getDevicePhase() - Method in class com.tailf.ned.NedWorker
Get the phase of the device.
getDevicePhase() - Method in class com.tailf.notif.ProgressNotification
Device communication phase.
getDeviceType() - Method in class com.tailf.dp.DpTrans
for ConfM The device type (needs to be public since access from Maapi package)
getDevList() - Method in class com.tailf.ned.NedCmd
 
getDevNo() - Method in class com.tailf.dp.DpTrans
for ConfM The device number (needs to be public since access from Maapi package)
getDhGexLimitMax() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getDhGexLimitMin() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getDhGexLimitPreferred() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getDId() - Method in class com.tailf.dp.DpDbContext
 
getDp() - Method in class com.tailf.dp.DpNotifStream
The Data Provider main class.
getDp() - Method in class com.tailf.dp.DpTrans
Return the data provider (DP) instance that this transaction belongs to.
getDPMuxManager() - Method in class com.tailf.ncs.NcsMain
Get the DpMuxManager.
getDryRunOutformat() - Method in class com.tailf.maapi.CommitParams
Get the outformat to produce when committing with dry-run.
getDuration() - Method in class com.tailf.notif.ProgressNotification
Duration of the event in microseconds.
getElem(ConfPath) - Method in class com.tailf.cdb.CdbSession
This reads a a value from the path.
getElem(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.getElem(ConfPath) but specifies element using path string
getElem(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getElem(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getElem(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getElem(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback method needs to return a specific leaf value.
getElem(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This reads a value from the path in fmt and returns the result.
getElem(int, ConfPath) - Method in class com.tailf.maapi.Maapi
 
getElems() - Method in class com.tailf.conf.ConfObjectRef
 
getEnterprise() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
 
getEnumByLabel(ConfPath, String) - Static method in class com.tailf.conf.ConfEnumeration
Get an ConfEnumeration from the string label at a given position in the schema.
getEnumByLabel(String, String) - Static method in class com.tailf.conf.ConfEnumeration
Get an ConfEnumeration from the string label at a given position in the schema.
getErrorCode() - Method in exception com.tailf.conf.ConfException
 
getErrorCode() - Method in class com.tailf.maapi.MaapiOutputStream
This method can be called after a call to MaapiOutputStream.hasWriteAll() to get the error code in case MaapiOutputStream.hasWriteAll() returns false, which is the case when writing to the output stream fails.
getErrorCode() - Method in exception com.tailf.ned.NedException
Deprecated.
Use the method NedException.getNedErrorCode() instead.
getErrorCode() - Method in exception com.tailf.ned.SSHSessionException
 
getErrorIndex() - Method in class com.tailf.notif.SnmpaNotification
 
getErrorMessageFormatter() - Method in class com.tailf.dp.Dp
Return the errorMessageFormatter for this Dp.
getErrorMessageFormatter() - Method in class com.tailf.ned.NedMux
Return the errorMessageFormatter for this NedMux.
getErrorStatus() - Method in class com.tailf.notif.SnmpaNotification
 
getErrorStream() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getErrorStream() - Method in class com.tailf.ned.SSHJSession
 
getErrorString() - Method in class com.tailf.dp.DpAuthContext
errstr is an extended error information that can be set using method setError() and is used in the response if the auth() callback returns false;
getErrorString() - Method in class com.tailf.maapi.MaapiOutputStream
This method can be called after a call to MaapiOutputStream.hasWriteAll() to get the error message in case MaapiOutputStream.hasWriteAll() returns false, which is the case when writing to the output stream fails.
getErrorString() - Method in class com.tailf.notif.StreamNotification
 
getErrorVerbosity() - Method in class com.tailf.conf.ErrorMessageFormatter
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this Formatter
getErrorVerbosity() - Method in class com.tailf.dp.Dp
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this Dp
getErrorVerbosity() - Method in class com.tailf.ned.NedMux
Get the local verbosity level for reported errors If this verbosity is null the the default level governs the error verbosity of this NedMux
getEventCallbackProxys(Object) - Static method in class com.tailf.ncs.annotations.EventCallbackProxy
Get array of proxy objects from registered POJO callback.
getExceptionReporter() - Method in class com.tailf.dp.Dp
 
getExtendedErrorCodeString() - Method in exception com.tailf.cdb.CdbExtendedException
Get string representation of this exception error code.
getExtendedErrorCodeString() - Method in exception com.tailf.dp.DpCallbackExtendedException
Get string representation of this exception error code.
getFailedDevices() - Method in class com.tailf.maapi.CommitQueueResult
Return the error reason for each failed device.
getFailedDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getFailedServices() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getFD() - Method in class com.tailf.dp.DpNotifStream
file descriptor
getFD() - Method in class com.tailf.dp.DpSnmpNotifier
file descriptor
getFeatures() - Method in class com.tailf.ned.NedCapability
 
getFilter() - Method in class com.tailf.maapi.MaapiCursor
Return the XPath filter for this cursor, or null if there is none.
getFilter() - Method in class com.tailf.ned.NedCmd
 
getFilterType() - Method in class com.tailf.ned.NedCmd
 
getFilterTypeAsString() - Method in class com.tailf.ned.NedCmd
 
getFixedNR() - Method in class com.tailf.maapi.MaapiRollback
 
getFlag() - Method in class com.tailf.cdb.CdbPhase
The flag is set if CDB is in phase 0 to any of the values: CdbPhase.FLAG_INIT CdbPhase.FLAG_UPGRADE
getFlags() - Method in class com.tailf.cdb.CdbSubscription
Returns an EnumSet of current flags for this subscription.
getFlags() - Method in class com.tailf.conf.ConfUserInfo
Get User session flags
getFlags() - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getFlags() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get flags for this node.
getFlags() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
getFormat() - Method in class com.tailf.maapi.DryRunResult
Return the format of the dry-run result.
getFormatAsString() - Method in class com.tailf.maapi.DryRunResult
Return the format as a string.
getForwardType() - Method in class com.tailf.notif.ForwardNotification
getFractionDigits() - Method in class com.tailf.conf.ConfDecimal64
 
getFromTransactionId() - Method in class com.tailf.ned.NedCmd
 
getFromTransactionId() - Method in class com.tailf.ned.NedWorker
This method returns an integer that represents the transaction we are going from.
getGenericConfigChars() - Method in class com.tailf.ned.NedCmd
 
getGenericTrap() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
 
getGroups() - Method in class com.tailf.dp.DpAuthContext
If success is true, the AAA authentication succeeded, and groups is an array of length ngroups that gives the groups that will be assigned to the user at login.
getGroups() - Method in class com.tailf.dp.DpAuthorizationContext
If success is true, the AAA authentication succeeded, and groups is an array of length ngroups that gives the groups that will be assigned to the user at login.
getGroups() - Method in class com.tailf.maapi.MaapiAuthentication
 
getHAInfoType() - Method in class com.tailf.notif.HaNotification
HA information type.
getHANode() - Method in class com.tailf.notif.HaNotification
 
getHaState() - Method in class com.tailf.ha.HaStatus
Get the HA node state - MASTER/SLAVE/SLAVE_RELAY/NONE
getHealthCheckInterval() - Method in class com.tailf.notif.NotificationCfg
Get configured Healtcheck interval used by NotificationType.NOTIF_HEALTH_CHECK notifications.
getHeartbeatInterval() - Method in class com.tailf.notif.NotificationCfg
Get configured Heartbeat interval used by NotificationType.NOTIF_HEARTBEAT notifications.
getHigh() - Method in class com.tailf.maapi.MaapiSchemas.CSStringLength
 
getHigh() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
getHit() - Method in class com.tailf.ned.NedExpectResult
 
getHostKeys() - Method in class com.tailf.ned.NedCmd
 
getHostKeyVerifAsString() - Method in class com.tailf.ned.NedCmd
 
getHostKeyVerify() - Method in class com.tailf.ned.NedCmd
 
getHour() - Method in class com.tailf.conf.ConfDatetime
 
getHour() - Method in class com.tailf.conf.ConfDuration
 
getHour() - Method in class com.tailf.conf.ConfTime
 
getId() - Method in class com.tailf.maapi.CommitQueueResult
Return the commit queue id.
getId() - Method in class com.tailf.maapi.MaapiCursor
 
getId() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
 
getId() - Method in class com.tailf.ncs.alarmman.common.Attribute
 
getId() - Method in class com.tailf.ned.NedCmd
 
getImpactedObjects() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getInfo() - Method in class com.tailf.navu.NavuAction
 
getInfo() - Method in class com.tailf.navu.NavuNode
Returns the NaveNodeInfo regarding this node.
getInformCb() - Method in class com.tailf.dp.DpSnmpNotifier
The inform callback.
getInfoType() - Method in class com.tailf.notif.CallHomeInfoNotification
getInputStream() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getInputStream() - Method in interface com.tailf.ned.SSHClient.Subsystem
 
getInputStream() - Method in class com.tailf.ned.SSHJSession
 
getInstance() - Static method in class com.tailf.ncs.NcsMain
Get the singleton instance of the NcsMain class
getInstance(String, int) - Static method in class com.tailf.ncs.NcsMain
Get the singleton instance of the NcsMain class
getIp() - Method in class com.tailf.conf.ConfUserInfo
Get User Session IP address as an Java InetAddress instance
getIP() - Method in class com.tailf.ned.NedCmd
 
getIP() - Method in class com.tailf.notif.CallHomeInfoNotification
 
getIP() - Method in class com.tailf.notif.CommitFailedNotification
 
getIP() - Method in class com.tailf.notif.SnmpaNotification
 
getIPAddress() - Method in class com.tailf.dp.DpUserInfo
Get User session IP address as ConfIPv4 or ConfIPv6 respectively
getIPAddress() - Method in class com.tailf.maapi.MaapiUserSession
Get user session ip address as java InetAddress instance
getIpValue() - Method in class com.tailf.conf.ConfUserInfo
Get User session IP address as ConfIPv4 or ConfIPv6 respectively
getIPValue() - Method in class com.tailf.notif.CallHomeInfoNotification
 
getIPValue() - Method in class com.tailf.notif.CommitFailedNotification
 
getIPValue() - Method in class com.tailf.notif.SnmpaNotification
 
getIteratorKey(DpTrans, ConfObject[], Object) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getIteratorKey(DpTrans, ConfObject[], Object) - Method in interface com.tailf.dp.DpDataCallback
The following callback is used with the iterators above.
getIteratorObject(DpTrans, ConfObject[], Object) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getIteratorObject(DpTrans, ConfObject[], Object) - Method in interface com.tailf.dp.DpDataCallback
The following callback is used with the iterators above.
getIteratorObjectList(DpTrans, ConfObject[], Object, Iterator<? extends Object>) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getIteratorObjectList(DpTrans, ConfObject[], Object, Iterator<? extends Object>) - Method in interface com.tailf.dp.DpDataCallback
This callback is used in place of getIteratorObject when a List of objects is requested rather than a single instance.
getJavaPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
getKex() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getKey(int) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Return a key at the given index.
getKey() - Method in class com.tailf.navu.NavuChange
 
getKey() - Method in class com.tailf.navu.NavuContainer
If this container is a list instance this method can be used to get the list entry key.
getKey() - Method in class com.tailf.navu.NavuListEntry
Return the associate key that this NavuList is mapped to.
getKeyDir() - Method in class com.tailf.ned.NedCmd
 
getKeyDir() - Method in class com.tailf.ned.NedWorker
This method returns the ssh public key directory as defined in the auth map.
getKeyPath() - Method in class com.tailf.navu.NavuAction
 
getKeyPath() - Method in class com.tailf.navu.NavuNode
Returns the absolute keypath of this node.
getKeys() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Return a list of keys.
getKeys() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get keys for the node.
getKeys() - Method in class com.tailf.navu.NavuCursor
Returns an iterable item
getKnownIPAddresses() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Returns the set of snmp peer ip addresses for registered managed devices.
getKP() - Method in interface com.tailf.conf.Compiler
 
getKP() - Method in class com.tailf.conf.ConfXPath
Returns an array of ConfTag and ConfKey objects which represents the path in reverted order.
getKP() - Method in class com.tailf.conf.InstancePath
Returns an array of ConfTag and ConfKey objects which represents the path in reverted order.
getKP() - Method in class com.tailf.conf.XPathAbrevCompiler
 
getKP() - Method in class com.tailf.dp.DpAccumulate
The keypath consisting of an array of ConfTag and/or ConfKey objects.
getLabel() - Method in class com.tailf.maapi.MaapiRollback
 
getLabel() - Method in class com.tailf.notif.CommitDiffNotification
Commit label - null if no label
getLabelByEnum(ConfPath, ConfEnumeration) - Static method in class com.tailf.conf.ConfEnumeration
Get the string label of an enumeration at a given position in the schema.
getLabelByEnum(String, ConfEnumeration) - Static method in class com.tailf.conf.ConfEnumeration
Get the string label of an enumeration at a given position in the schema.
getLastOp() - Method in class com.tailf.dp.DpDbContext
 
getLatestMountId() - Method in class com.tailf.conf.InstancePath
 
getLatestNotificationType() - Method in class com.tailf.cdb.CdbSubscription
Retrieve the latest notification type.
getLatestSubscriptionFlag() - Method in class com.tailf.cdb.CdbSubscription
Deprecated.
getLengthArray() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
getLine() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getLine() - Method in class com.tailf.ned.SSHJSession
Return the line buffer
getListType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
Get base type for a leaf-list.
getLmode() - Method in class com.tailf.conf.ConfUserInfo
Get User session locks
getLoadedMNsMaps() - Method in class com.tailf.maapi.MaapiSchemas
 
getLoadedSchemas() - Method in class com.tailf.maapi.MaapiSchemas
get all loaded schemas as a Collection of CSSchema objects
getLoadOp() - Method in class com.tailf.ned.NedCmd
 
getLoadOp() - Method in class com.tailf.ned.NedWorker
This method returns the load operation that should be used when populating the transaction in any of the show methods.
getLocalCdb() - Method in class com.tailf.navu.SessionContainer
 
getLocalSocket() - Method in class com.tailf.maapi.MaapiOutputStream
This method is intended to retrieve reference to the underlying stream socket on which the write is performed.
getLocalSocket() - Method in class com.tailf.navu.SessionContainer
 
getLocalUser() - Method in class com.tailf.ned.NedCmd
 
getLocks() - Method in class com.tailf.navu.SessionContainer
 
getLogAgedTime(DpNotifStream) - Method in interface com.tailf.dp.DpNotifReplayCallback
The callback is called by ConfD/NCS to find out the event time of the last notification aged out of the log, if any.
getLogintime() - Method in class com.tailf.conf.ConfUserInfo
Get user session login time
getLoginTime() - Method in class com.tailf.maapi.MaapiUserSession
Get user session login time
getLogNo() - Method in class com.tailf.dp.DpAuthContext
If success is false, the AAA authentication failed (with logno set to CONFD_AUTH_LOGIN_FAIL).
getLogNo() - Method in class com.tailf.notif.AuditNotification
Number from confd_logsyms.h
getLogNo() - Method in class com.tailf.notif.SyslogNotification
Log number (from confd_logsyms.h)
getLogStartTime(DpNotifStream) - Method in interface com.tailf.dp.DpNotifReplayCallback
The callback is called by ConfD/NCS to find out the log's current start time, relevant for replay requests.
getLongDataBackstore() - Method in class com.tailf.conf.ConfDecimal64
 
getLow() - Method in class com.tailf.maapi.MaapiSchemas.CSStringLength
 
getLow() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeRange
 
getMaapi() - Method in class com.tailf.navu.NavuContextBase
Getter for MAAPI
getMaapiHandle() - Method in class com.tailf.navu.NavuContextBase
Getter for MAAPI transaction handle.
getMaapiReadOnlyHandle() - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getMaapiResource(Object, Scope) - Static method in class com.tailf.ncs.ResourceManager
 
getMaapiResource(Object, Scope, String) - Static method in class com.tailf.ncs.ResourceManager
 
getMac() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getManagedDevice() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getManagedDevice() - Method in class com.tailf.ncs.alarmman.common.AlarmId
 
getManagedObject() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getManagedObject() - Method in class com.tailf.ncs.alarmman.common.AlarmId
 
getMask() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
 
getMaskLength() - Method in class com.tailf.conf.ConfIPAndPrefixLen
 
getMaskLength() - Method in class com.tailf.conf.ConfIPPrefix
 
getMaskLength() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
getMaskLength() - Method in class com.tailf.conf.ConfIPv4Prefix
 
getMaskLength() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
getMaskLength() - Method in class com.tailf.conf.ConfIPv6Prefix
 
getMatch() - Method in class com.tailf.ned.NedExpectResult
 
getMaxOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get MaxOccurs for the node
getMaxOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get MaxOccurs for the node
getMessage() - Method in class com.tailf.conf.ConfWarning
 
getMessage() - Method in class com.tailf.notif.AuditNotification
Message
getMessage() - Method in class com.tailf.notif.ProgressNotification
Progress event messeage.
getMessage() - Method in class com.tailf.notif.SyslogNotification
Syslog Message
getMetaData() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get meta data for this node.
getMethod() - Method in class com.tailf.dp.DpAuthContext
The method string gives the authentication method used, as follows:
getMicro() - Method in class com.tailf.conf.ConfDatetime
 
getMicro() - Method in class com.tailf.conf.ConfDuration
 
getMicro() - Method in class com.tailf.conf.ConfTime
 
getMin() - Method in class com.tailf.conf.ConfDatetime
 
getMin() - Method in class com.tailf.conf.ConfDuration
 
getMin() - Method in class com.tailf.conf.ConfTime
 
getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get MinOccurs for the choice
getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get MinOccurs for the node
getMinOccurs() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get MinOccurs for the node
getMode() - Method in class com.tailf.dp.DpTrans
The mode.
getModifications(int, EnumSet<CdbGetModificationFlag>, ConfPath) - Method in class com.tailf.cdb.CdbSubscription
Retrieve changes that caused by subscription notification.
getModifications(int, CdbGetModificationFlag, ConfPath) - Method in class com.tailf.cdb.CdbSubscription
Deprecated.
getModifications(int, EnumSet<CdbGetModificationFlag>, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Retrieve changes that caused by subscription notification.
getModifications(int, CdbGetModificationFlag, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Deprecated.
getModifications(EnumSet<CdbGetModificationFlag>) - Method in class com.tailf.cdb.CdbSubscription
Retrieve changes that caused by subscription notification.
getModifications(CdbGetModificationFlag) - Method in class com.tailf.cdb.CdbSubscription
Deprecated.
getModificationsCLI(int, int) - Method in class com.tailf.cdb.CdbSubscription
CLI string that corresponds to the changes that triggered subscription.
getModificationsCLI(int) - Method in class com.tailf.cdb.CdbSubscription
Return a string with the CLI commands that corresponds to the changes that triggered subscription.
getModule() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get module name
getModule() - Method in class com.tailf.ned.NedCapability
 
getMonth() - Method in class com.tailf.conf.ConfDate
 
getMonth() - Method in class com.tailf.conf.ConfDatetime
 
getMonth() - Method in class com.tailf.conf.ConfDuration
 
getMountId(ConfPath) - Method in class com.tailf.cdb.Cdb
 
getMountId(ConfPath) - Method in class com.tailf.cdb.CdbSubscription
 
getMountId(ConfPath) - Method in interface com.tailf.conf.MountIdInterface
 
getMountId(int, ConfPath) - Method in class com.tailf.maapi.Maapi
 
getMountId() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getMountId() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
 
getMountId(MountIdInterface, ConfPath) - Method in class com.tailf.maapi.MaapiSchemas
 
getMountId(ConfPath) - Method in class com.tailf.maapi.MountIdCb
 
getMountIdGetter() - Method in class com.tailf.conf.InstancePath
 
getMountIdInterface() - Method in class com.tailf.navu.NavuContext
 
getMoveDestination() - Method in class com.tailf.ned.NedEditOp
Returns the absolute or relative destination of a move operation.
getMyUserSession() - Method in class com.tailf.maapi.Maapi
Returns the usid associated with this Maapi
getName() - Method in class com.tailf.cdb.Cdb
Retrieve the name of this Cdb socket.
getName() - Method in class com.tailf.conf.ConfQname
 
getName() - Method in class com.tailf.maapi.DryRunResult.DryRunEntry
Return the name of the device/node.
getName() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
 
getName() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
 
getName() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
 
getName() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
get the type name
getName() - Method in class com.tailf.navu.NavuAction
 
getName() - Method in class com.tailf.navu.NavuChoice
Returns the choice name according to the YANG model.
getName() - Method in class com.tailf.navu.NavuNode
Returns the name of this NavuNode.
getName() - Method in class com.tailf.ned.NedCapability
 
getName() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
 
getName() - Method in class com.tailf.notif.SubagentNotification
Name of subagent.
getNamedTypes() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get a Hashtable of all named types, the Hashtable has the type names as keys represented as strings and the types as values represented as CSType objects.
getNameSpace() - Method in class com.tailf.ncs.alarmman.common.Attribute
 
getNanoServiceCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
Get array of proxy objects from registered POJO callback.
getNativeType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
get native type represented by integer defined as static final int in ConfObject
getNavuNode(ConfPath) - Method in class com.tailf.navu.NavuAction
 
getNavuNode(ConfPath) - Method in class com.tailf.navu.NavuNode
Retrieve a NavuNode based on the given absolute or relative path.
getNcsHost() - Method in class com.tailf.ncs.NcsMain
Get the hostname or ip for the Ncs Server
getNcsPort() - Method in class com.tailf.ncs.NcsMain
Get the port number for the Ncs Server
getNedErrorCode() - Method in exception com.tailf.ned.NedException
 
getNedId() - Method in class com.tailf.ned.NedWorker
This method returns the ned-id for the ned associated with this worker.
getNedIdByDeviceName(String) - Method in interface com.tailf.dp.services.ServiceContext
 
getNedMuxManager() - Method in class com.tailf.ncs.NcsMain
Get the NedMuxManager.
getNext(MaapiCursor) - Method in class com.tailf.maapi.Maapi
Iterates and gets the keys for the next element pinpointed by the MaapiCursor initially retrieved by Maapi.newCursor(int, String, Object...).
getNode() - Method in class com.tailf.cdb.CdbTxId
Get the host node;
getNode(ConfObject[], NavuContext) - Static method in class com.tailf.navu.KeyPath2NavuNode
 
getNode(ConfPath, NavuContext) - Static method in class com.tailf.navu.KeyPath2NavuNode
 
getNode() - Method in class com.tailf.navu.NavuXPathContext
Get current NavuNode
getNode() - Method in class com.tailf.notif.ProgressNotification
Remote node name.
getNodeId() - Method in class com.tailf.conf.ConfHaNode
Get the nodeid which is the identity of the HA node
getNodeInfo() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves the node information
getNodes() - Method in class com.tailf.ha.HaStatus
Get the array of slaves for a MASTER HA node, the MASTER node for a SLAVE HA node, or the MASTER and the "sub-slaves" for a SLAVE_RELAY HA node.
getNodes() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get List of the nodes defined in this Case.
getNotificationReceiver(String, int) - Static method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Factory method to get a NotificationReceiver instance.
getNotificationReceiver() - Static method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Factory method to get a NotificationReceiver instance.
getNotificationType() - Method in class com.tailf.notif.Notification
 
getNotifStream() - Method in class com.tailf.dp.DpNotifReplayThread
The Notification stream.
getNotifyName() - Method in class com.tailf.dp.DpSnmpNotifier
The notify_init.xml notify name.
getNR() - Method in class com.tailf.maapi.MaapiRollback
 
getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get namespace represented as string
getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get namespace represented as string
getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
 
getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get namespace represented as string
getNS() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get Namespace string.
getNSByModule(String) - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getNSByNSHash(Integer) - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getNSByPrefix(String) - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getNSByXmlNs(String) - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getNSHash() - Method in class com.tailf.conf.ConfIdentityRef
 
getNSHash() - Method in class com.tailf.conf.ConfTag
 
getNSHash() - Method in class com.tailf.conf.ConfXMLParam
Returns the namespce hash for this parameter.
getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get namespace represented as hash value
getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get namespace represented as hash value
getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves the namespace represented as hash value
getNSHash() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get Namespace hashvalue
getNsList() - Method in class com.tailf.dp.Dp
Get a list of the installed namespaces.
getNsList() - Method in class com.tailf.dp.DpTrans
Returns the namespace list stored by the data provider.
getNsList() - Method in class com.tailf.maapi.Maapi
Get a list of the installed namespaces retrieved from the loaded MaapiSchemas.
getNsList() - Method in class com.tailf.navu.NavuContextBase
 
getNumberOfInstances(ConfPath) - Method in class com.tailf.cdb.CdbSession
Returns the number of elements of a container type.
getNumberOfInstances(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.getNumberOfInstances(ConfPath) but specifies element using path string
getNumberOfInstances(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getNumberOfInstances(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getNumberOfInstances(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Return the number of instances in a list.
getNumberOfInstances(int, ConfPath) - Method in class com.tailf.maapi.Maapi
 
getNumGroups() - Method in class com.tailf.dp.DpAuthContext
If success is true, the AAA authentication succeeded, ngroups is the number of groups that will be assigned to the user at login.
getNumVariables() - Method in class com.tailf.notif.SnmpaNotification
size of vbinds
getObject(int, String, Object...) - Method in class com.tailf.cdb.CdbSession
In some cases it can be motivated to read multiple values in one request - this will be more efficient since it only incurs a single round trip to the server, but usage is a bit more complex.
getObject(int, ConfPath) - Method in class com.tailf.cdb.CdbSession
Same functionality as getObject(numOfObjects, fmt, arguments) but takes a already constructed ConfPath object as argument instead of fmt, arguments.
getObject(int, ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getObject(int, String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getObject() - Method in class com.tailf.conf.ConfCLIToken
 
getObject(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
getObject(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
The purpose of the callback is to return an array of values, corresponding to a complete list entry in one swoop.
getObject(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This reads a container object or a list entry object from the path in fmt and returns the result.
getObject() - Method in class com.tailf.proto.ConfEBinary
Get the java Object from the binary.
getObjects(int, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSession
Similar to cdb.getObject(), but reads multiple instances of a dynamic container based on the "instance integer" otherwise given within square brackets in the path - here the path must specify the dynamic container without the instance integer.
getObjects(int, int, int, ConfPath) - Method in class com.tailf.cdb.CdbSession
Same functionality as getObjects(numOfObjects, instance, fmt, arguments) but takes a already constructed ConfPath object as argument instead of fmt, arguments.
getObjects(int, int, int, ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getObjects(int, int, int, String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getObjects(MaapiCursor, int, int) - Method in class com.tailf.maapi.Maapi
Get several list instances with one request.
getOID() - Method in class com.tailf.conf.SnmpVarbind
Deprecated.
getOID() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
 
getOIDLong() - Method in class com.tailf.conf.SnmpVarbind
 
getOldValue() - Method in class com.tailf.navu.NavuLeaf
 
getOpaque() - Method in exception com.tailf.conf.ConfException
 
getOpaque() - Method in class com.tailf.dp.DpTrans
If the tailf:opaque substatement has been used with the tailf:callpoint statement in the data model, the argument string is made available to the callbacks via this method
getOpaque() - Method in class com.tailf.maapi.MaapiSchemas.CSType
Get Opaque object used internally by validation methods
getOpaque() - Method in class com.tailf.ncs.snmp.snmp4j.NotifHandlerInstance
Retrieves the registered opaque object
getOpDone() - Method in class com.tailf.ned.NedEditOp
 
getOperation() - Method in class com.tailf.dp.DpAccumulate
The op has one of the values: SET_ELEM, CREATE, REMOVE
getOperation() - Method in class com.tailf.ned.NedEditOp
 
getOperations() - Method in class com.tailf.ned.NedCmd
 
getOrdinalValue() - Method in class com.tailf.conf.ConfEnumeration
Get the ordinal value (integer value) for this enumeration.
getOutputStream() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getOutputStream() - Method in interface com.tailf.ned.SSHClient.Subsystem
 
getOutputStream() - Method in class com.tailf.ned.SSHJSession
 
getPackage() - Method in class com.tailf.notif.ProgressNotification
The package from which the event originates.
getParamIndexes() - Method in class com.tailf.navu.NavuParser
Helper array for parser mode NavuParser.MODE_SET_PREPARE needed to superpose "?" arguments.
getParams() - Method in class com.tailf.ned.NedCmd
 
getParent() - Method in class com.tailf.navu.NavuAction
 
getParent() - Method in class com.tailf.navu.NavuLeaf
 
getParent() - Method in class com.tailf.navu.NavuList
 
getParent() - Method in class com.tailf.navu.NavuNode
Returns the parent of the node.
getParentChoice() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get the parent choice defining this case.
getParentNode() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get parent node for the choice.
getParentNode() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves the parent node for this node
getParentType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
get parent type if this is not an native type
getPassword() - Method in class com.tailf.ned.NedCmd
 
getPassword() - Method in class com.tailf.ned.NedWorker
This method returns the backend password as defined in the auth map.
getPath() - Method in class com.tailf.conf.ConfWarning
 
getPath() - Method in class com.tailf.maapi.MaapiCursor
 
getPath() - Method in class com.tailf.ned.NedCmd
 
getPath() - Method in class com.tailf.ned.NedEditOp
 
getPath() - Method in class com.tailf.ned.NedTTL
 
getPaths() - Method in class com.tailf.ned.NedCmd
 
getPatternType() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
getPDUType() - Method in class com.tailf.notif.SnmpaNotification
 
getPerceivedSeverity() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getPhase() - Method in class com.tailf.cdb.Cdb
Returns the start-phase CDB database is currently in.
getPhase() - Method in class com.tailf.notif.ProgressNotification
Transaction phase.
getPoolName() - Method in class com.tailf.ncs.NcsThreadPoolFactory
 
getPort() - Method in class com.tailf.conf.ConfUserInfo
Get user session port
getPort() - Method in class com.tailf.ned.NedCmd
 
getPort() - Method in class com.tailf.notif.CallHomeInfoNotification
 
getPort() - Method in class com.tailf.notif.CommitFailedNotification
 
getPort() - Method in class com.tailf.notif.SnmpaNotification
 
getPos() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
 
getPos() - Method in class com.tailf.proto.ConfInputStream
Get the current position in the stream.
getPos() - Method in class com.tailf.proto.ConfOutputStream
Get the current position in the stream.
getPrefix() - Method in class com.tailf.conf.ConfQname
 
getPrefix() - Method in class com.tailf.conf.ConfTag
 
getPrefix() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get Namespace prefix string
getPrefixByNS(String) - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getPrev() - Method in class com.tailf.maapi.MaapiCursor
 
getPreviousCase() - Method in class com.tailf.navu.NavuChoice
Returns the previous case of the choice.
getPrio() - Method in class com.tailf.notif.SyslogNotification
Priority (from syslog.h)
getProduct() - Method in class com.tailf.maapi.MaapiUserSessionId
 
getProgressEventType() - Method in class com.tailf.notif.ProgressNotification
Progress event type.
getProperty(String) - Static method in class com.tailf.ncs.OsEnv
Searches for the property with the specified key in the environment.
getProperty(String, String) - Static method in class com.tailf.ncs.OsEnv
Searches for the property with the specified key in environment.
getProto() - Method in class com.tailf.conf.ConfUserInfo
Get User session protocol type
getProtocol() - Method in class com.tailf.dp.DpUserInfo
Get User session protocol type
getProtocol() - Method in class com.tailf.ned.NedCmd
 
getProviderName() - Method in interface com.tailf.ned.SSHClient
Get name and version of underlying SSH implementation.
getProvisionalTransId() - Method in class com.tailf.ned.NedCmd
 
getPublicKey() - Method in class com.tailf.ned.NedCmd.NedSSHAlgorithms
 
getPublicKeyBlob() - Method in class com.tailf.ned.NedCmd.NedPublicKey
 
getPublicKeys() - Method in class com.tailf.ned.NedCmd
 
getQName() - Method in class com.tailf.maapi.MaapiSchemas.CSIdref
Return the string "prefix:name" of a identity
getQRef() - Method in class com.tailf.dp.DpDbContext
 
getQRef() - Method in class com.tailf.dp.DpNotifStream
last qref
getRawAddress() - Method in class com.tailf.conf.ConfIP
 
getRawAddress() - Method in class com.tailf.conf.ConfIPAndPrefixLen
 
getRawAddress() - Method in class com.tailf.conf.ConfIPPrefix
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv4
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv4Prefix
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv6
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
getRawAddress() - Method in class com.tailf.conf.ConfIPv6Prefix
 
getReadConfSession() - Method in class com.tailf.navu.NavuContextBase
If the context is created with NavuContext(CdbSession) this session will be returned.
getReader() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getReader() - Method in class com.tailf.ned.SSHJSession
Return the session input reader
getReadOnlyMaapi() - Method in class com.tailf.navu.NavuContextBase
Deprecated.
getReadOperSession() - Method in class com.tailf.navu.NavuContextBase
Retrieves a CdbSession for reading CDB_OPERATIONAL database with the default locks if not defined by NavuContextBase.setReadOperLocks(EnumSet)
getReadTimeout() - Method in class com.tailf.ned.NedCmd
 
getReadTimeout() - Method in interface com.tailf.ned.SSHClient.CliSession
Interface methods that must be implemented
getReadTimeout() - Method in class com.tailf.ned.SSHJSession
Return the configured read timeout
getReadTimeout() - Method in class com.tailf.ned.SSHSession
Return the readTimeout value that is used to read data from the ssh socket.
getReason() - Method in class com.tailf.dp.DpAuthContext
If success is false, the AAA authentication failed, reason is a explanatory string reason.
getReason() - Method in class com.tailf.maapi.MaapiAuthentication
 
getRegisteredNotificationHandlers() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Get a copy of the registered chain of NotificationHandlerInstances An NotificationHandlerInstance is an NotificationHandler together with its registered opaque object.
getRelatedAlarms() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getRemainingAuthMethods(String) - Method in class com.tailf.ned.SSHConnection
Deprecated.
Overridden authentication method
getRemoteUser() - Method in class com.tailf.ned.NedCmd
 
getRemoteUser() - Method in class com.tailf.ned.NedWorker
This method returns the backend user name as defined in the auth map.
getReplayCb() - Method in class com.tailf.dp.DpNotifStream
The replay callback
getRequestId() - Method in class com.tailf.notif.SnmpaNotification
 
getResourceManager() - Static method in class com.tailf.ncs.ResourceManager
 
getRevision() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get schema revision
getRevision() - Method in class com.tailf.ned.NedCapability
 
getRollbackId(int) - Method in class com.tailf.maapi.Maapi
Get rollback id for committed transaction specified by transaction handle tid.
getRootCauseObjects() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getRootCdb() - Method in class com.tailf.navu.SessionContainer
 
getRootMountId() - Static method in class com.tailf.maapi.MaapiSchemas
 
getRootNode() - Method in interface com.tailf.dp.services.ServiceContext
Returns the path root as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.
getRootNode() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get first Schema root node.
getRootNS() - Method in class com.tailf.navu.NavuAction
Returns the root namespace of the topmost ancestor.
getRootNS() - Method in class com.tailf.navu.NavuContainer
 
getRootNS() - Method in class com.tailf.navu.NavuLeaf
 
getRootNS() - Method in class com.tailf.navu.NavuNode
Returns the root namespace of the topmost ancestor.
getRowIndex() - Method in class com.tailf.conf.SnmpVarbind
 
getRowIndex() - Method in class com.tailf.notif.SnmpaNotification.SnmpVar
 
getRunningDbStatus() - Method in class com.tailf.maapi.Maapi
Query ConfD/NCS for its consistency state.
getS1() - Method in class com.tailf.cdb.CdbTxId
Get the s1 part of timestamp
getS2() - Method in class com.tailf.cdb.CdbTxId
Get the s2 part of timestamp
getS3() - Method in class com.tailf.cdb.CdbTxId
Get the s3 part of timestamp
getSchemas() - Static method in class com.tailf.maapi.Maapi
Returns the currently loaded schema.
getSec() - Method in class com.tailf.conf.ConfDatetime
 
getSec() - Method in class com.tailf.conf.ConfDuration
 
getSec() - Method in class com.tailf.conf.ConfTime
 
getSecondaryIndex() - Method in class com.tailf.dp.DpTrans
Secondary index.
getSecondaryIndex() - Method in class com.tailf.maapi.MaapiCursor
Return the name of the specified secondary index (if any).
getSecondaryPassword() - Method in class com.tailf.ned.NedCmd
 
getSecondaryPassword() - Method in class com.tailf.ned.NedWorker
This method returns the backend secondary password as defined in the auth map.
getSelectCaseAsNavuChoice(String) - Method in class com.tailf.navu.NavuContainer
Returns a collection of the "toplevel" choice elements of the a current selected case.
getSelectCaseAsNavuNode(String) - Method in class com.tailf.navu.NavuContainer
Returns a collection of the top-level node elements of the currently selected case of the specified choice.
getSelectedCase() - Method in class com.tailf.navu.NavuChoice
Returns the current case.
getSelectedCase(String) - Method in class com.tailf.navu.NavuContainer
Returns the selected cases of a given choice.
getSelectionKey() - Method in class com.tailf.cdb.Cdb
Deprecated.
getSelector() - Method in class com.tailf.cdb.Cdb
Deprecated.
getService() - Method in class com.tailf.notif.ProgressNotification
The invoked service instance.
getServiceCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ServiceCallbackProxy
Get array of proxy objects from registered POJO callback.
getServiceNode() - Method in interface com.tailf.dp.services.ServiceContext
Returns the current service path as a NavuNode with the NavuContext attached to the ongoing Maapi transaction.
getServicePhase() - Method in class com.tailf.notif.ProgressNotification
Callback phase of the invoked service.
getServicePoint() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
Retrieve the callback servicepoint
getServicePoint() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
Retrieve the callback servicepoint
getServicePointMaapi() - Method in class com.tailf.dp.Dp
 
getSession(Cdb, CdbDBType, EnumSet<CdbLockType>) - Method in interface com.tailf.navu.NavuCdbSessionPoolable
Returns a Cdb session to dbType datastore with the locks locks associated with the given Cdb.
getSession() - Method in class com.tailf.ned.SSHSession
Needed by users that need to monitor a session for EOF .
getSessionFlags() - Method in class com.tailf.maapi.MaapiUserSession
Get User session protocol
getSessionId() - Method in class com.tailf.notif.ProgressNotification
User session id.
getShallowType() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get shallowtype represented as final static int in ConfObject
getSibling(int) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves sibling with specified tag or null if no sibling exists.
getSibling(long) - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Deprecated.
getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get List of sibling cases for this case.
getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get List of sibling choices with the same parent node.
getSiblings() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves siblings for this node as List or null if no siblings exists.
getSinkCentral() - Method in class com.tailf.ncs.NcsMain
Get the Ncs AlarmSinkCentral instance
getSize() - Method in class com.tailf.maapi.MaapiSchemas.CSMNsMap
 
getSnmp_v3_ctx() - Method in class com.tailf.conf.ConfUserInfo
Get snmp v3 context
getSnmpInformResponseCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Get array of proxy objects from registered POJO callback.
getSnmpNotificationHandler() - Method in class com.tailf.ncs.snmp.snmp4j.NotifHandlerInstance
Retrieves the registered Snmp notification handler
getSnmpV3Context() - Method in class com.tailf.maapi.MaapiUserSession
Get snmpv3 context if available
getSnmpVar() - Method in class com.tailf.notif.SnmpaNotification.Varbind
 
getSocket() - Method in class com.tailf.cdb.Cdb
Retrieve the underlying socket used by this Cdb instance
getSocket(Object) - Static method in class com.tailf.conf.SocketFactory
Retrieve a socket which is connected to the default host/port.
getSocket(Object, Socket) - Static method in class com.tailf.conf.SocketFactory
Retrieve a connected socket using a connected socket as basis.
getSocket(Object, String, int) - Static method in class com.tailf.conf.SocketFactory
Retrieve a connected socket to a specified destination If the default host/port is not set, it will be set to the same as the given socket.
getSocket(Object, InetAddress, int) - Static method in class com.tailf.conf.SocketFactory
Retrieve a connected socket to a specified destination If the default host/port is not set, it will be set to the same as the given socket.
getSocket(Object, Socket) - Method in interface com.tailf.conf.SocketFactoryCallback
Retrieve a connected socket using a connected socket as basis.
getSocket(Object, String, int) - Method in interface com.tailf.conf.SocketFactoryCallback
Retrieve a connected socket to a specified destination
getSocket(Object, InetAddress, int) - Method in interface com.tailf.conf.SocketFactoryCallback
Retrieve a connected socket to a specified destination
getSocket() - Method in class com.tailf.dp.DpNotifStream
The worker socket which is connected to ConfD/NCS.
getSocket() - Method in class com.tailf.dp.DpSnmpNotifier
The worker socket which is connected to ConfD/NCS.
getSocket() - Method in class com.tailf.dp.DpTrans
Return the worker socket socket.
getSocket() - Method in class com.tailf.maapi.Maapi
 
getSocket() - Method in class com.tailf.ned.TelnetSession
Needed by users that need to monitor a socket for EOF .
getSocketChannel() - Method in class com.tailf.cdb.Cdb
Deprecated.
getSocketFactoryCb() - Static method in class com.tailf.conf.SocketFactory
Retrieve the SocketFactoryCallback.
getSourceAddress() - Method in class com.tailf.ned.NedCmd
 
getSourceAddress() - Method in class com.tailf.ned.NedWorker
This method returns the source IP address if such an address is configured in the ncs configuration.
getSourceCentral() - Method in class com.tailf.ncs.NcsMain
Get the Ncs AlarmSourceCentral instance
getSpecificProblem() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getSpecificProblem() - Method in class com.tailf.ncs.alarmman.common.AlarmId
 
getSpecificTrap() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
 
getSSHAlgorithms() - Method in class com.tailf.ned.NedCmd
 
getSSHConnection() - Method in class com.tailf.ned.SSHSession
Return the underlying ssh connection object
getSSHHostKey() - Method in class com.tailf.notif.CallHomeInfoNotification
 
getSSHKeyAlg() - Method in class com.tailf.notif.CallHomeInfoNotification
SSH key algorithm: #SSH_KEY_ALG_SSH_RSA #SSH_KEY_ALG_SSH_DSS
getStart() - Method in class com.tailf.dp.DpNotifReplayThread
 
getStartTime() - Method in class com.tailf.ned.NedCmd
 
getStartTime() - Method in class com.tailf.notif.NotificationCfg
Get configured startTime used by NotificationType.NOTIF_STREAM_EVENT notifications to define a replay start time.
getState() - Method in interface com.tailf.dp.services.NanoServiceContext
 
getStateNode() - Method in interface com.tailf.dp.services.NanoServiceContext
 
getStatsCapas() - Method in class com.tailf.ned.NedConnectionBase
 
getStatus() - Method in class com.tailf.maapi.CommitQueueResult
Return the status of the commit queue item.
getStatusAsString() - Method in class com.tailf.maapi.CommitQueueResult
Return the status as a string.
getStop() - Method in class com.tailf.dp.DpNotifReplayThread
 
getStopTime() - Method in class com.tailf.notif.NotificationCfg
Get configured stopTime used by NotificationType.NOTIF_STREAM_EVENT notifications to define a replay stop time.
getStream() - Method in class com.tailf.ned.NedCmd
 
getStreamEventType() - Method in class com.tailf.notif.StreamNotification
Stream event type.
getStreamName() - Method in class com.tailf.dp.DpNotifStream
 
getStreamName() - Method in class com.tailf.notif.NotificationCfg
Get configured stream name used by NotificationType.NOTIF_STREAM_EVENT notifications.
getStringByValue(ConfPath, ConfValue) - Static method in class com.tailf.conf.ConfValue
Get the string representation of a ConfValue at a given position in the schema.
getStringByValue(String, ConfValue) - Static method in class com.tailf.conf.ConfValue
Get the string representation of a ConfValue at a given position in the schema.
getSubAgentInfoType() - Method in class com.tailf.notif.SubagentNotification
getSubId() - Method in class com.tailf.dp.DpNotifStream
last subid.
getSubscriptionName() - Method in class com.tailf.ncs.annotations.EventCallbackProxy
Retrieve the callback deviceName
getSubsystem() - Method in class com.tailf.notif.ProgressNotification
Subsystem name.
getSuperType() - Method in class com.tailf.maapi.MaapiSchemas.CSType
 
getSystemStateData() - Method in class com.tailf.ned.NedConnectionBase
 
getTag() - Method in class com.tailf.conf.ConfIdentityRef
 
getTag() - Method in class com.tailf.conf.ConfTag
 
getTag() - Method in class com.tailf.conf.ConfXMLParam
Returns the tag for this parameter.
getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get case tag represented as string
getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get choice tag represented as string
getTag() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves the node tag represented as string
getTagHash() - Method in class com.tailf.conf.ConfIdentityRef
 
getTagHash() - Method in class com.tailf.conf.ConfTag
 
getTagHash() - Method in class com.tailf.conf.ConfXMLParam
Returns the hash tag for this parameter.
getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
get case tag represented as hash value
getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
get choice tag represented as hash value
getTagHash() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Retrieves the node tag represented as hash value
getTarget() - Method in class com.tailf.notif.ForwardNotification
target name in confd.conf
getTemplates(ServiceContext) - Static method in class com.tailf.ncs.template.Template
Returns a set consisting of the loaded templates.
getTemplates(NavuContext) - Static method in class com.tailf.ncs.template.Template
 
getTemplates(Maapi) - Static method in class com.tailf.ncs.template.Template
 
getTermPrintlnMode() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getTermPrintlnMode() - Method in class com.tailf.ned.SSHJSession
Get configured println mode
getText() - Method in class com.tailf.ned.NedExpectResult
 
getTextPattern() - Method in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
getThreadDefaultMountId() - Static method in class com.tailf.maapi.MaapiSchemas
 
getThreadPool() - Method in class com.tailf.ncs.NcsDp
 
getTid() - Method in class com.tailf.maapi.MaapiCursor
 
getTimeInPool() - Method in class com.tailf.ned.NedConnectionBase
 
getTimeout() - Method in class com.tailf.dp.NextObjectArrayList
This method is used by the library to read the timeout value pertaining to the objects in this instance.
getTimeout() - Method in interface com.tailf.dp.NextObjectList
This method is used by the library to read the timeout value (in milliseconds) pertaining to the objects in this List instance.
getTimeout() - Method in class com.tailf.ned.NedCmd
 
getTimeout() - Method in class com.tailf.notif.ConfirmNotification
timeout time in seconds timeout is > 0 when type is CONFD_CONFIRMED_COMMIT, otherwise it is 0
getTimeStamp() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
getTimestamp() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getTimestamp() - Method in class com.tailf.notif.ProgressNotification
Timestamp in microseconds since Epoch.
getTimestamp() - Method in class com.tailf.notif.SnmpaNotification.TrapInfo
 
getTimezone() - Method in class com.tailf.conf.ConfDate
 
getTimezone() - Method in class com.tailf.conf.ConfDatetime
 
getTimezone() - Method in class com.tailf.conf.ConfTime
 
getTimezoneMinutes() - Method in class com.tailf.conf.ConfDate
 
getTimezoneMinutes() - Method in class com.tailf.conf.ConfDatetime
 
getTimezoneMinutes() - Method in class com.tailf.conf.ConfTime
 
getTopTag() - Method in class com.tailf.ned.NedCmd
 
getToTransactionId() - Method in class com.tailf.ned.NedCmd
 
getToTransactionId() - Method in class com.tailf.ned.NedWorker
This method returns an integer that represents the transaction we are going to, i.e the proposed new system state.
getTraceId() - Method in class com.tailf.maapi.CommitParams
Get the the trace id for the transaction.
getTraceId() - Method in class com.tailf.notif.AuditNetworkNotification
 
getTraceId() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getTraceID() - Method in class com.tailf.notif.ProgressNotification
Per request unique trace id, included in headers and entries for relevant logs.
getTransaction() - Method in class com.tailf.dp.DpTrans
Return the current transaction handle.
getTransaction() - Method in class com.tailf.ned.NedCmd
 
getTransaction() - Method in class com.tailf.notif.CommitDiffNotification
Transaction handle
getTransaction() - Method in class com.tailf.notif.ProgressNotification
Deprecated.
getTransaction() - Method in class com.tailf.notif.SnmpaNotification
 
getTransactionId() - Method in class com.tailf.notif.AuditNetworkNotification
 
getTransactionId() - Method in class com.tailf.notif.ProgressNotification
Transaction id.
getTransactionIdMode() - Method in class com.tailf.ned.NedConnectionBase
 
getTransactionUserOpaque() - Method in class com.tailf.dp.DpTrans
Get method for User owned opaque data.
getTransCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.TransCallbackProxy
Get array of proxy objects from registered POJO callback.
getTransId(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
getTransId(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
When this method is invoked the NED should produce a transaction id that must be changed if any changes has been made to the configuration since the last time the transaction id was requested.
getTransIdResponse(String) - Method in class com.tailf.ned.NedWorker
This method is called by the NED to send a response to the getTransId request.
getTransientDevices() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
getTransParams(int) - Method in class com.tailf.maapi.Maapi
Get commit parameters for a transaction.
getTransValidateCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.TransValidateCallbackProxy
Get array of proxy objects from registered POJO callback.
getTrapInfo() - Method in class com.tailf.notif.SnmpaNotification
 
getTTL() - Method in class com.tailf.ned.NedTTL
 
getTxId() - Method in class com.tailf.cdb.Cdb
Returns a CdbTxid object which represents the last transaction id from CDB.
getType(long) - Static method in enum com.tailf.conf.ConfAttributeType
Get a ConfAttributeType for given long value or null if the long value does not represent an attribute type.
getType() - Method in class com.tailf.conf.ConfTypeDescriptor
 
getType() - Method in class com.tailf.conf.SnmpVarbind
 
getType(int) - Static method in enum com.tailf.dp.AuthorizationOperCheck
Get a AuthorizationOperationCheck for given int value or null if the int value does not represent a enum.
getType(int) - Static method in enum com.tailf.dp.AuthorizationResult
Get a DpAuthorizationResult for given int value or null if the int value does not represent a enum.
getType() - Method in class com.tailf.maapi.DryRunResult.DryRunEntry
Return whether the result is for a device/node.
getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
get the type represented by an instance of CSType
getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get type for the node
getType() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
get type for the node
getType() - Method in class com.tailf.notif.SnmpaNotification.Varbind
 
getTypeAsString() - Method in class com.tailf.maapi.DryRunResult.DryRunEntry
Return the type as a string.
getUnconnectedSocket(Object) - Static method in class com.tailf.conf.SocketFactory
Retrieve an unconnected socket.
getUnconnectedSocket(Object) - Method in interface com.tailf.conf.SocketFactoryCallback
Retrieve an unconnected socket.
getUpgradeType() - Method in class com.tailf.notif.UpgradeNotification
getUri() - Method in class com.tailf.conf.ConfIdentityRef
 
getURI() - Method in class com.tailf.conf.ConfTag
 
getURI() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Get Schema uri string
getURI() - Method in class com.tailf.ned.NedCapability
 
getUser() - Method in class com.tailf.maapi.MaapiUserSession
Get user name
getUser() - Method in class com.tailf.notif.AuditNetworkNotification
 
getUser() - Method in class com.tailf.notif.AuditNotification
User name
getUserId() - Method in class com.tailf.dp.DpUserInfo
Get user session id
getUserId() - Method in class com.tailf.maapi.MaapiUserSession
Get user session id
getUserId() - Method in class com.tailf.notif.AuditNetworkNotification
 
getUserId() - Method in class com.tailf.notif.AuditNotification
Usid session id
getUserId() - Method in class com.tailf.notif.ProgressNotification
Deprecated.
getUserInfo(int) - Method in class com.tailf.dp.Dp
Retrieves the user information.
getUserInfo() - Method in class com.tailf.dp.DpAuthContext
The uinfo contains an instance of DpUserInfo with details about the user logging in, specifically user name, password (if used), source IP address, context, and protocol.
getUserInfo() - Method in class com.tailf.dp.DpAuthorizationContext
The uinfo contains an instance of DpUserInfo with details about the user logging in, specifically user name, password (if used), source IP address, context, and protocol.
getUserInfo() - Method in class com.tailf.dp.DpDbContext
 
getUserInfo() - Method in class com.tailf.dp.DpTrans
The user information.
getUserInfo() - Method in class com.tailf.notif.CommitDiffNotification
User information
getUserInfo() - Method in class com.tailf.notif.CommitFailedNotification
User information
getUserInfo() - Method in class com.tailf.notif.CommitNotification
User information
getUserInfo() - Method in class com.tailf.notif.ConfirmNotification
User information
getUserInfo() - Method in class com.tailf.notif.ForwardNotification
User information
getUserInfo() - Method in class com.tailf.notif.UserSessNotification
User information.
getUsername() - Method in class com.tailf.conf.ConfUserInfo
Get user name
getUserName() - Method in class com.tailf.dp.DpUserInfo
Get user name
getUserSession() - Method in class com.tailf.cdb.CdbSubscription
 
getUserSession(int) - Method in class com.tailf.maapi.Maapi
Return a MaapiUserSession given by the usid.
getUserSession() - Method in class com.tailf.navu.NavuContainer
Get the current Maapi user session if this container context uses Maapi.
getUserSessionIdentification(int) - Method in class com.tailf.maapi.Maapi
This method can be used to retrieve additional identification information for a user session (if available - ie., if it has been provided by the northbound client).
getUserSessionOpaque(int) - Method in class com.tailf.maapi.Maapi
If the user session has "opaque" information provided by the northbound client (see the -O option in confd_cli), the opaque information can be retrieved using this method.
getUserSessions() - Method in class com.tailf.maapi.Maapi
Return all user sessions id's currently connected to ConfD/NCS.
getUserSessionType() - Method in class com.tailf.notif.UserSessNotification
getUseStoredCapas() - Method in class com.tailf.ned.NedConnectionBase
 
getUsid() - Method in class com.tailf.conf.ConfUserInfo
Get user session id
getUsid() - Method in class com.tailf.ned.NedCmd
 
getUsid() - Method in class com.tailf.ned.NedWorker
This method returns an integer that represents the user session that initiated this NedWorker.
getUsid() - Method in class com.tailf.notif.NotificationCfg
Get configured User session id used by NotificationType.NOTIF_STREAM_EVENT notifications.
getValidateCallbackProxys(Object) - Static method in class com.tailf.dp.annotations.ValidateCallbackProxy
Get array of proxy objects from registered POJO callback.
getValidationUserOpaque() - Method in class com.tailf.dp.DpValidateTrans
Get method for user owned opaque data.
getValue() - Method in enum com.tailf.cdb.CdbDBType
 
getValue() - Method in enum com.tailf.cdb.CdbGetModificationFlag
 
getValue() - Method in enum com.tailf.cdb.CdbLockType
 
getValue() - Method in enum com.tailf.cdb.CdbNotificationType
 
getValue() - Method in enum com.tailf.cdb.CdbSubscrConfigFlag
 
getValue() - Method in enum com.tailf.cdb.CdbSubscriptionFlagType
 
getValue() - Method in enum com.tailf.cdb.CdbSubscriptionSyncType
 
getValue() - Method in enum com.tailf.cdb.CdbSubscriptionType
 
getValue() - Method in enum com.tailf.conf.ConfAttributeType
Get the long value representation of this attribute type
getValue() - Method in class com.tailf.conf.ConfCLIToken
 
getValue() - Method in enum com.tailf.conf.ConfFindNextType
get the ordinal value for the enumeration
getValue() - Method in enum com.tailf.conf.ConfIterateFlags
 
getValue() - Method in enum com.tailf.conf.ConfIterateResultFlag
 
getValue() - Method in class com.tailf.conf.ConfXMLParam
Returns the value for this parameter.
getValue() - Method in enum com.tailf.conf.DiffIterateFlags
 
getValue() - Method in enum com.tailf.conf.DiffIterateOperFlag
 
getValue() - Method in enum com.tailf.conf.DiffIterateResultFlag
 
getValue() - Method in enum com.tailf.conf.ErrorCode
 
getValue() - Method in class com.tailf.conf.SnmpVarbind
 
getValue() - Method in enum com.tailf.dp.AuthorizationOperCheck
Get the int value representation of this authorization operation check
getValue() - Method in enum com.tailf.dp.AuthorizationResult
Get the int value representation of this authorization result
getValue() - Method in class com.tailf.dp.DpAccumulate
The value to be set if op is SET_ELEM
getValue() - Method in enum com.tailf.dp.ListFilterExprOp
Get integer value for enum
getValue() - Method in enum com.tailf.dp.ListFilterType
Get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.ActionCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.AuthCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.AuthorizationCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.DataCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.DBCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.DpFlag
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.NanoServiceCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.ServiceCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.SnmpInformResponseCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.TransCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.TransValidateCBType
get integer value for enum
getValue() - Method in enum com.tailf.dp.proto.ValidateCBType
get integer value for enum
getValue() - Method in enum com.tailf.ha.HaOrderType
Get integer value representing this enum
getValue() - Method in enum com.tailf.ha.HaStateType
Get the integer value represented by this enum value.
getValue() - Method in enum com.tailf.maapi.CLIInteractionFlag
 
getValue() - Method in enum com.tailf.maapi.CLIPathCmdFlag
 
getValue() - Method in enum com.tailf.maapi.CommitParams.CommitQueueErrorOption
 
getValue() - Method in enum com.tailf.maapi.CommitParams.DryRunOutformat
 
getValue() - Method in enum com.tailf.maapi.MaapiConfigFlag
 
getValue() - Method in enum com.tailf.maapi.MaapiDeleteAllFlag
 
getValue() - Method in enum com.tailf.maapi.MaapiFlag
 
getValue() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
 
getValue() - Method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
 
getValue() - Method in enum com.tailf.maapi.MaapiUserSessionFlag
 
getValue() - Method in enum com.tailf.maapi.MoveWhereFlag
 
getValue() - Method in enum com.tailf.maapi.XPathNodeIterateResultFlag
 
getValue() - Method in class com.tailf.navu.NavuXPathContext
get NavuNode value if applicable
getValue() - Method in class com.tailf.ncs.alarmman.common.Attribute
 
getValue() - Method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
 
getValue() - Method in enum com.tailf.ncs.annotations.ResourceType
 
getValue() - Method in enum com.tailf.ncs.annotations.Scope
 
getValue() - Method in enum com.tailf.ncs.proto.EventCBType
get integer value for enum
getValue() - Method in class com.tailf.ned.NedEditOp
Returns the value used in this operation.
getValue() - Method in enum com.tailf.ned.NedErrorCode
Get the integer representation of the enum.
getValue() - Method in enum com.tailf.notif.NotificationType
 
getValue() - Method in class com.tailf.notif.SnmpaNotification.Varbind
 
getValueByBitNamesString(ConfPath, String) - Static method in class com.tailf.conf.ConfBits
Get an ConfBits from the string of bitnames like "bit1 bit2 ...", i.e a space separated list of bitnames adhering to a specific position in the schema.
getValueByBitNamesString(String, String) - Static method in class com.tailf.conf.ConfBits
Like ConfBits.getValueByBitNamesString(ConfPath, String) but takes a path string pointing to the bitset in the schema.
getValueByString(ConfPath, String) - Static method in class com.tailf.conf.ConfValue
Get a ConfValue representation a string at a given position in the schema.
getValueByString(String, String) - Static method in class com.tailf.conf.ConfValue
Get a ConfValue representation a string at a given position in the schema.
getValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbSession
Read an arbitrary set of sub-elements of a container element.
getValues(ConfXMLParam[], ConfPath) - Method in class com.tailf.cdb.CdbSession
Same functionality as getValues(params, fmt, arguments) but takes a already constructed ConfPath object as argument instead of fmt, arguments.
getValues(ConfXMLParam[], ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
getValues(int, T, String, Object...) - Method in class com.tailf.maapi.Maapi
Read an arbitrary set of sub-elements of a container element.
getValues(int, T, ConfPath) - Method in class com.tailf.maapi.Maapi
Read an arbitrary set of sub-elements of a container element.
getValues(int, T[], String, Object...) - Method in class com.tailf.maapi.Maapi
Read an arbitrary set of sub-elements of a container element.
getValues(int, T[], ConfPath) - Method in class com.tailf.maapi.Maapi
Read an arbitrary set of sub-elements of a container element.
getValues(String) - Method in class com.tailf.navu.NavuAction
Invokes or call an action defined in the data model (see tailf_yang_extensions(5)).
getValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuAction
Invokes or call an action defined in the data model (see tailf_yang_extensions(5)).
getValues(String) - Method in class com.tailf.navu.NavuLeaf
 
getValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
Read an arbitrary set of sub-elements from this NavuNode.
getValues(String) - Method in class com.tailf.navu.NavuNode
Read an arbitrary set of sub-elements of a container or list entry.
getValues() - Method in class com.tailf.notif.StreamNotification
 
getVarBinds() - Method in class com.tailf.notif.SnmpaNotification
 
getVariable() - Method in class com.tailf.conf.SnmpVarbind
 
getVariables() - Method in class com.tailf.ncs.template.Template
 
getVarType() - Method in class com.tailf.notif.SnmpaNotification.Varbind
 
getVendor() - Method in class com.tailf.maapi.MaapiUserSessionId
 
getVerbosity() - Method in class com.tailf.notif.NotificationCfg
Get the configured verbosity used by NotficationType#NOTIF_PROGRESS and NotificationType.NOTIF_COMMIT_PROGRESS notifications.
getVersion() - Method in class com.tailf.maapi.MaapiUserSessionId
 
getVia() - Method in class com.tailf.maapi.MaapiRollback
 
getWaitDevice() - Method in class com.tailf.maapi.CommitParams
Get the devices that we need to wait for a device lock for before entering transaction critical section.
getWantRevertDiff() - Method in class com.tailf.ned.NedConnectionBase
 
getWarnings() - Method in exception com.tailf.conf.ConfWarningException
 
getWarnings() - Method in exception com.tailf.maapi.MaapiWarningException
 
getWidth() - Method in class com.tailf.maapi.MaapiSchemas.CSTypeBits
 
getWorkerId() - Method in class com.tailf.ned.NedCmd
 
getWorkerPool() - Method in class com.tailf.dp.Dp
Get current WorkerThreadPool
getWorkerSocket() - Method in class com.tailf.dp.DpTrans
 
getWriteOperSession() - Method in class com.tailf.navu.NavuContextBase
Retrieves a CdbSession for writing CDB_OPERATIONAL database with the default locks if not defined by NavuContextBase.setWriteOperLocks(EnumSet)
getWriter() - Method in interface com.tailf.ned.SSHClient.CliSession
 
getWriter() - Method in class com.tailf.ned.SSHJSession
Return the session output writer
getWriteTimeout() - Method in class com.tailf.ned.NedCmd
 
getXml(String) - Method in class com.tailf.navu.NavuNode
Deprecated.
getXmlNS() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
get the xml namespace represented as string
getXPathFilter() - Method in class com.tailf.notif.NotificationCfg
Get configured XPathFilter used by NotificationType.NOTIF_STREAM_EVENT notifications.
getYear() - Method in class com.tailf.conf.ConfDate
 
getYear() - Method in class com.tailf.conf.ConfDatetime
 
getYear() - Method in class com.tailf.conf.ConfDuration
 
GZIP - Static variable in class com.tailf.util.Base64
Specify that data should be gzip-compressed.

H

Ha - Class in com.tailf.ha
Main class for the HA cluster management.
Ha(Socket, String) - Constructor for class com.tailf.ha.Ha
Constructor for management of an HA Cluster node.
HA_INFO_BESLAVE_RESULT - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_IS_MASTER - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_IS_NONE - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_NOMASTER - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_SLAVE_ARRIVED - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_SLAVE_DIED - Static variable in class com.tailf.notif.HaNotification
 
HA_INFO_SLAVE_INITIALIZED - Static variable in class com.tailf.notif.HaNotification
 
HaException - Exception in com.tailf.ha
Exception for the HA handling
HaException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.ha.HaException
 
HaException(String, Throwable) - Constructor for exception com.tailf.ha.HaException
 
HaException(String, ErrorCode) - Constructor for exception com.tailf.ha.HaException
 
HaException(String) - Constructor for exception com.tailf.ha.HaException
 
HandlerResponse - Enum in com.tailf.ncs.snmp.snmp4j
Response enums controlling the execution of the handler chain
handshake(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
HaNotification - Class in com.tailf.notif
Data structure for High Availability notifications.
HaNotification(int, int, ConfHaNode, boolean, int) - Constructor for class com.tailf.notif.HaNotification
 
HaOrderType - Enum in com.tailf.ha
enum for the different HA cluster protocol operations Used internally by the api.
has_pattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
Deprecated.
hasCdbSubscriber() - Method in class com.tailf.navu.NavuContextBase
 
hasDisplayWhen() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node has YANG 'tailf:display-when' statement(s).
hash() - Method in class com.tailf.conf.ConfNamespace
 
hash - Variable in class com.tailf.conf.ConfNamespaceStub
 
hash() - Method in class com.tailf.conf.ConfNamespaceStub
 
hash() - Method in class com.tailf.maapi.MaapiSchemaNS
 
hash - Static variable in class com.tailf.ncs.ns.Inet
 
hash() - Method in class com.tailf.ncs.ns.Inet
 
hash - Static variable in class com.tailf.ncs.ns.Ncs
 
hash() - Method in class com.tailf.ncs.ns.Ncs
 
hash - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
hash() - Method in class com.tailf.ncs.ns.NcsAlarms
 
hash - Static variable in class com.tailf.ncs.ns.NcsNed
 
hash() - Method in class com.tailf.ncs.ns.NcsNed
 
hash - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
hash() - Method in class com.tailf.ncs.ns.NcsSnmp
 
hash - Static variable in class com.tailf.ncs.ns.NcsState
 
hash() - Method in class com.tailf.ncs.ns.NcsState
 
hash - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
hash() - Method in class com.tailf.ncs.ns.NetconfNcs
 
hash - Static variable in class com.tailf.ncs.ns.Yang
 
hash() - Method in class com.tailf.ncs.ns.Yang
 
hashCode() - Method in class com.tailf.cdb.CdbTxId
 
hashCode() - Method in class com.tailf.conf.ConfAttributeValue
 
hashCode() - Method in class com.tailf.conf.ConfBinary
 
hashCode() - Method in class com.tailf.conf.ConfBit32
hashCode method for ConfBit32
hashCode() - Method in class com.tailf.conf.ConfBit64
hashCode method for ConfBit64
hashCode() - Method in class com.tailf.conf.ConfBitBig
hashCode method for ConfBitBig
hashCode() - Method in class com.tailf.conf.ConfBits
hashCode method
hashCode() - Method in class com.tailf.conf.ConfBool
 
hashCode() - Method in class com.tailf.conf.ConfBuf
 
hashCode() - Method in class com.tailf.conf.ConfCLIToken
 
hashCode() - Method in class com.tailf.conf.ConfDate
 
hashCode() - Method in class com.tailf.conf.ConfDatetime
 
hashCode() - Method in class com.tailf.conf.ConfDecimal64
 
hashCode() - Method in class com.tailf.conf.ConfDefault
 
hashCode() - Method in class com.tailf.conf.ConfDottedQuad
 
hashCode() - Method in class com.tailf.conf.ConfDouble
 
hashCode() - Method in class com.tailf.conf.ConfDuration
 
hashCode() - Method in class com.tailf.conf.ConfEnumeration
Java object hash code for this object instance
hashCode() - Method in class com.tailf.conf.ConfFloat
 
hashCode() - Method in class com.tailf.conf.ConfHexList
Returns a hash code value for the object.
hashCode() - Method in class com.tailf.conf.ConfHexString
Returns a hash code value for the object.
hashCode() - Method in class com.tailf.conf.ConfIdentityRef
 
hashCode() - Method in class com.tailf.conf.ConfInt16
 
hashCode() - Method in class com.tailf.conf.ConfInt32
 
hashCode() - Method in class com.tailf.conf.ConfInt64
 
hashCode() - Method in class com.tailf.conf.ConfInt8
 
hashCode() - Method in class com.tailf.conf.ConfIPv4
 
hashCode() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
hashCode() - Method in class com.tailf.conf.ConfIPv4Prefix
 
hashCode() - Method in class com.tailf.conf.ConfIPv6
 
hashCode() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
hashCode() - Method in class com.tailf.conf.ConfIPv6Prefix
 
hashCode() - Method in class com.tailf.conf.ConfKey
 
hashCode() - Method in class com.tailf.conf.ConfList
 
hashCode() - Method in class com.tailf.conf.ConfNoExists
 
hashCode() - Method in class com.tailf.conf.ConfObject
 
hashCode() - Method in class com.tailf.conf.ConfObjectRef
 
hashCode() - Method in class com.tailf.conf.ConfOID
 
hashCode() - Method in class com.tailf.conf.ConfQname
 
hashCode() - Method in class com.tailf.conf.ConfTag
 
hashCode() - Method in class com.tailf.conf.ConfTagDefault
 
hashCode() - Method in class com.tailf.conf.ConfTime
 
hashCode() - Method in class com.tailf.conf.ConfTypeDescriptor
 
hashCode() - Method in class com.tailf.conf.ConfUInt16
 
hashCode() - Method in class com.tailf.conf.ConfUInt32
 
hashCode() - Method in class com.tailf.conf.ConfUInt64
 
hashCode() - Method in class com.tailf.conf.ConfUInt8
 
hashCode() - Method in class com.tailf.conf.ConfValue
 
hashCode() - Method in class com.tailf.conf.ConfXMLParam
 
hashCode() - Method in class com.tailf.conf.ConfXMLParamLeaf
 
hashCode() - Method in class com.tailf.conf.ConfXMLParamStart
 
hashCode() - Method in class com.tailf.conf.ConfXMLParamStartDel
 
hashCode() - Method in class com.tailf.conf.ConfXMLParamStop
 
hashCode() - Method in class com.tailf.conf.ConfXMLParamValue
 
hashCode() - Method in class com.tailf.conf.ConfXMLTagH
 
hashCode() - Method in class com.tailf.conf.ConfXPath
 
hashCode() - Method in class com.tailf.conf.InstancePath
Returns a hash code value for the path.
hashCode() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
 
hashCode() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
 
hashCode() - Method in class com.tailf.navu.NavuNode
Return the hashCode of this NavuNode.
hashCode() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
hashCode() - Method in class com.tailf.ncs.alarmman.common.ManagedDevice
 
hashCode() - Method in class com.tailf.ncs.alarmman.common.ManagedObject
 
hashCode() - Method in class com.tailf.proto.ConfEAtom
 
hashCode() - Method in class com.tailf.proto.ConfEBig
 
hashCode() - Method in class com.tailf.proto.ConfEBinary
 
hashCode() - Method in class com.tailf.proto.ConfEDouble
 
hashCode() - Method in class com.tailf.proto.ConfEList
 
hashCode() - Method in class com.tailf.proto.ConfEPid
 
hashCode() - Method in class com.tailf.proto.ConfERef
 
hashCode() - Method in class com.tailf.proto.ConfETuple
 
hashToString(int) - Static method in class com.tailf.conf.ConfNamespace
Transforms a namespace hash value into its corresponding string representation.
hashToString(int) - Method in class com.tailf.maapi.MaapiSchemas
Convert from hash value to String value for a specified tag.
hashToString(long) - Method in class com.tailf.maapi.MaapiSchemas
Deprecated.
hashToString(int) - Static method in class com.tailf.ncs.ns.Inet
 
hashToString(int) - Static method in class com.tailf.ncs.ns.Ncs
 
hashToString(int) - Static method in class com.tailf.ncs.ns.NcsAlarms
 
hashToString(int) - Static method in class com.tailf.ncs.ns.NcsNed
 
hashToString(int) - Static method in class com.tailf.ncs.ns.NcsSnmp
 
hashToString(int) - Static method in class com.tailf.ncs.ns.NcsState
 
hashToString(int) - Static method in class com.tailf.ncs.ns.NetconfNcs
 
hashToString(int) - Static method in class com.tailf.ncs.ns.Yang
 
hasMetaData() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node has YANG 'tailf:meta-data' statement(s).
hasMountPoint() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
 
hasReadAll() - Method in class com.tailf.maapi.MaapiInputStream
Checks with the server is the complete configuration is downloaded.
HaStateType - Enum in com.tailf.ha
This enum describes the different states a HA node can be in.
HaStatus - Class in com.tailf.ha
This class represents a status for an HA node in an HA cluster.
HaStatus(HaStateType, ConfHaNode[]) - Constructor for class com.tailf.ha.HaStatus
 
hasWhen() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node has YANG 'when' statement(s).
hasWriteAll() - Method in class com.tailf.maapi.MaapiOutputStream
Checks with the server if the complete configuration is uploaded.
HealtCheckNotification - Class in com.tailf.notif
Data structure for HealtCheck notifications.
HealtCheckNotification() - Constructor for class com.tailf.notif.HealtCheckNotification
 
HeartbeatNotification - Class in com.tailf.notif
Data structure for Heartbeat notifications.
HeartbeatNotification() - Constructor for class com.tailf.notif.HeartbeatNotification
 
hexStringToByteArray(String) - Static method in class com.tailf.conf.Conf
Converts a hex string to a byte array
hi - Variable in class com.tailf.maapi.MaapiSchemas.CSStringLength
Deprecated.
hi - Variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
Deprecated.
hk_keypath(ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Create a hkeypath from a term.
honorFilter(boolean) - Method in class com.tailf.dp.DpTrans
Tell the server whether the currently requested filtering is being honored or not.

I

IA_CLIENT_HA - Static variable in class com.tailf.conf.Conf
 
IA_CLIENT_MAAPI - Static variable in class com.tailf.conf.Conf
Internal Acceptor client ids used by both application and ConfInternal
IA_CLIENT_MAAPI - Static variable in class com.tailf.maapi.Maapi
 
IA_CLIENT_NCS - Static variable in class com.tailf.conf.Conf
 
id() - Method in class com.tailf.conf.ConfNamespace
 
id - Variable in class com.tailf.conf.ConfNamespaceStub
 
id() - Method in class com.tailf.conf.ConfNamespaceStub
 
id() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
 
id() - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
The id of the SNMP inform callback.
id() - Method in class com.tailf.maapi.MaapiSchemaNS
 
id - Static variable in class com.tailf.ncs.ns.Inet
 
id() - Method in class com.tailf.ncs.ns.Inet
 
id - Static variable in class com.tailf.ncs.ns.Ncs
 
id() - Method in class com.tailf.ncs.ns.Ncs
 
id - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
id() - Method in class com.tailf.ncs.ns.NcsAlarms
 
id - Static variable in class com.tailf.ncs.ns.NcsNed
 
id() - Method in class com.tailf.ncs.ns.NcsNed
 
id - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
id() - Method in class com.tailf.ncs.ns.NcsSnmp
 
id - Static variable in class com.tailf.ncs.ns.NcsState
 
id() - Method in class com.tailf.ncs.ns.NcsState
 
id - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
id() - Method in class com.tailf.ncs.ns.NetconfNcs
 
id - Static variable in class com.tailf.ncs.ns.Yang
 
id() - Method in class com.tailf.ncs.ns.Yang
 
id() - Method in class com.tailf.proto.ConfEPid
Get the id number from the pid.
id() - Method in class com.tailf.proto.ConfERef
Get the id number from the ref.
identity() - Method in class com.tailf.ned.NedCliBaseTemplate
 
identity() - Method in class com.tailf.ned.NedConnectionBase
This should return the a unique (among registered NedConnection classes) identity.
IdentityTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
 
idrefDerivedOrSelf(ConfIdentityRef) - Method in class com.tailf.navu.NavuLeaf
 
ids() - Method in class com.tailf.proto.ConfERef
Get the array of id numbers from the ref.
IllegalParentNavuNodeException - Exception in com.tailf.navu
 
inConfigMode - Variable in exception com.tailf.ned.NedCliBaseTemplate.ApplyException
 
index(ConfPath) - Method in class com.tailf.cdb.CdbSession
Returns the position of a key
index(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.index(ConfPath) but specifies element using path string
index(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
index(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
Inet - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module ietf-inet-types.yang
Inet() - Constructor for class com.tailf.ncs.ns.Inet
 
info(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
Write service log entry with level info.
init(DpActionTrans) - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
init(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
init(DpTrans) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
 
init(DpActionTrans) - Method in interface com.tailf.dp.DpActionCallback
Similar to the init() callback for external data bases.
init(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
The callback must indicate which WORKER_SOCKET should be used for future communications in this transaction.
init(DpTrans) - Method in interface com.tailf.dp.DpTransValidateCallback
 
init() - Method in interface com.tailf.ncs.ApplicationComponent
This method is called by the Ncs Java vm before the thread is started.
INIT_JVM - Static variable in class com.tailf.ncs.NcsCtlCommand
 
initCauseMessage(Throwable) - Method in class com.tailf.conf.ErrorMessageFormatter
Compose a exception message from the top and initial cause messages.
INITIALIZE - Static variable in class com.tailf.ned.NedCmd
 
initialize(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
Used for initializing an transaction.
initializeResponse(String) - Method in class com.tailf.ned.NedWorker
This method is called by the NED to send a response to the initialize request.
initNoConnect(String, NedMux, NedWorker) - Method in class com.tailf.ned.NedCliBase
Make a new instance of Ned object without establishing a connection towards the device.
initNoConnect(String, NedMux, NedWorker) - Method in class com.tailf.ned.NedGenericBase
Make a new instance of Ned object without establishing a connection towards the device.
initUpgrade(int, int) - Method in class com.tailf.maapi.Maapi
Note, This method is only applicable for Confd.
InputStream(InputStream) - Constructor for class com.tailf.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class com.tailf.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
insert(int, String, Object...) - Method in class com.tailf.maapi.Maapi
 
insert(int, boolean, String, Object...) - Method in class com.tailf.maapi.Maapi
This function inserts a new element in an ordered list of elements.
insert(ConfKey, boolean) - Method in class com.tailf.navu.NavuList
Inserts an element into a list using Maapi.insert().
InstancePath - Class in com.tailf.conf
Class Representing an path.
InstancePath(ConfEBinary) - Constructor for class com.tailf.conf.InstancePath
Initialize a InstancePath.
InstancePath(ConfEList) - Constructor for class com.tailf.conf.InstancePath
Initialize a InstancePath.
InstancePath(ConfObject[]) - Constructor for class com.tailf.conf.InstancePath
Initializes a new instance of this class from a given reverted ConfObject[] keypath where elements is either ConfTag or ConfKey.
InstancePath(MountIdInterface, ConfObject[]) - Constructor for class com.tailf.conf.InstancePath
 
INSTANTIATE_COMPONENT - Static variable in class com.tailf.ncs.NcsCtlCommand
 
instantiatePackageComponent(NcsPDData) - Method in class com.tailf.ncs.NcsMain
Instantiates and registers components for a Ncs Package
InternalSAXException - Exception in com.tailf.navu
 
InternalSAXException(String, Stack<MaapiSchemas.CSNode>) - Constructor for exception com.tailf.navu.InternalSAXException
 
intTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for integers
intValue() - Method in class com.tailf.conf.ConfBit32
Return the bitset as a int value.
intValue() - Method in class com.tailf.conf.ConfDecimal64
 
intValue() - Method in class com.tailf.conf.ConfInt32
 
intValue() - Method in class com.tailf.conf.ConfXMLTagH
 
intValue() - Method in class com.tailf.proto.ConfELong
Get this number as an int.
intWrite(Socket, int, int, int) - Static method in class com.tailf.conf.ConfInternal
Writes an integer op, a thandle, and a single integer argument to ConfD/NCS.
invocationTargetCheck(InvocationTargetException) - Static method in class com.tailf.dp.annotations.ProxyUtils
 
ip - Variable in class com.tailf.ned.NedCliBaseTemplate
 
IS_ALIVE - Static variable in class com.tailf.ned.NedCmd
 
isAction() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is an action.
isAction() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is an action.
isActionParam() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is an action parameter node.
isActionParam() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is an action parameter node.
isActionResult() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is an action result node.
isActionResult() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is an action result node.
isAlive() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
 
isAlive() - Method in interface com.tailf.ncs.alarmman.consumer.AlarmSourceCentralMBean
 
isAlive() - Method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
 
isAlive() - Method in interface com.tailf.ncs.alarmman.producer.AlarmSinkCentralMBean
 
isAlive() - Method in class com.tailf.ned.NedCliBaseTemplate
 
isAlive() - Method in class com.tailf.ned.NedConnectionBase
Deprecated.
Use the method NedConnectionBase.isAlive(NedWorker) instead. If the NedConnectionBase.isAlive(NedWorker) method is implemented in the NED, this method will not be invoked. The NED must implement one of these methods.
isAlive(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
This method is invoked to check if a connection is still alive.
isAliveResponse(boolean) - Method in class com.tailf.ned.NedWorker
 
isAll() - Method in class com.tailf.ned.NedCmd
 
isAtTop - Variable in exception com.tailf.ned.NedCliBaseTemplate.ApplyException
 
isAuthenticated() - Method in interface com.tailf.ned.SSHClient
Authentication status check
isBitSet(long) - Method in class com.tailf.conf.ConfBits
Check if bit is set at position pos in bitset.
isCandidateModified() - Method in class com.tailf.maapi.Maapi
Returns true if candidate has been modified, i.e if there are pending non committed changes to the candidate data store.
isCase() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is top level of a case.
isCase() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is top level of a case.
isCdb() - Method in class com.tailf.navu.NavuContextBase
 
isCdb() - Method in class com.tailf.navu.NavuNodeInfo
 
isCdbInitializedByCopy() - Method in class com.tailf.notif.HaNotification
 
isCdbSession() - Method in class com.tailf.navu.NavuContextBase
 
isChildNode() - Method in class com.tailf.navu.NavuNodeInfo
 
isCleared() - Method in class com.tailf.ncs.alarmman.common.Alarm
Return true if this alarm has been cleared by the underlying resource.
isCommitQueueAsync() - Method in class com.tailf.maapi.CommitParams
Get commit queue asynchronous mode of operation.
isCommitQueueAtomic() - Method in class com.tailf.maapi.CommitParams
Check if the commit queue item is atomic.
isCommitQueueBlockOthers() - Method in class com.tailf.maapi.CommitParams
Check if the the commit queue item block other commit queue items for these devices.
isCommitQueueBypass() - Method in class com.tailf.maapi.CommitParams
Check if the commit should bypass the commit queue, i.e.
isCommitQueueLock() - Method in class com.tailf.maapi.CommitParams
Check if the commit queue item is locked.
isCommitQueueNonAtomic() - Method in class com.tailf.maapi.CommitParams
Check if the commit queue item is non-atomic.
isCommitQueueSync() - Method in class com.tailf.maapi.CommitParams
Get commit queue synchronous mode of operation.
isConnected() - Method in interface com.tailf.ned.SSHClient
Connection status check
isConnection(String, InetAddress, int, String, String, String, String, String, boolean, int, int, int) - Method in class com.tailf.ned.NedCliBase
Used by the connection pool to find a matching connection.
isConnection(String, InetAddress, int, String, String, String, String, String, boolean, int, int, int) - Method in class com.tailf.ned.NedCliBaseTemplate
 
isConnection(String, InetAddress, int, String, boolean, int, int, int) - Method in class com.tailf.ned.NedGenericBase
Used by the connection pool to find a matching connection.
isContainer() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is a container node.
isContainer() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is a container node.
isCrunchedNs(String) - Static method in class com.tailf.conf.ConfNamespace
 
isCurrentCase(MaapiSchemas.CSCase) - Method in class com.tailf.navu.NavuChoice
Checks if a given case is the currently selected case.
isDefault(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.isDefault(ConfPath) but specifies element using path string
isDefault(ConfPath) - Method in class com.tailf.cdb.CdbSession
This method returns true for a leaf which has a default value defined in the data model when no value has been set, i.e.
isDefault(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
isDefault(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
isDiffAvailable() - Method in class com.tailf.notif.CommitNotification
Diff is available
isDryRun() - Method in class com.tailf.maapi.CommitParams
Check if dry-run is enabled.
isDryRunReverse() - Method in class com.tailf.maapi.CommitParams
Check if the dry-run should produce a reverse diff.
isDynamic() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Check if Schema is dynamically lalala
isEmpty() - Method in class com.tailf.navu.NavuChange
 
isEmpty() - Method in class com.tailf.navu.NavuChoice
Checks if it is an empty choice.
isEmpty() - Method in class com.tailf.navu.NavuContainer
Checks if the container has any members.
isEmpty() - Method in class com.tailf.navu.NavuLeafList
Checks if there are any elements in the leaf-list.
isEmpty() - Method in class com.tailf.navu.NavuList
Checks if there are any elements in the list.
isEmptyLeaf() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
 
isEmptyLeaf() - Method in class com.tailf.navu.NavuNodeInfo
 
isEnabled() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Check it the NotificationReceiver is enabled This flag is controlled by the NCS configuration
isEncoding(String, byte[]) - Static method in class com.tailf.util.UTF8
 
isEncrypted(String) - Static method in enum com.tailf.maapi.MaapiCryptoType
Check if a string is encrypted or not based on the prefix of the string.
isEof() - Method in interface com.tailf.ned.SSHClient.Subsystem
 
isForce() - Method in class com.tailf.ned.NedCmd
 
isHideInactive() - Method in class com.tailf.dp.DpTrans
hideInactive flag.
isKey() - Method in class com.tailf.conf.InstancePath
 
isKey() - Method in class com.tailf.navu.NavuLeaf
Returns true if this NavuLeaf is a key node.
isLastAlarm() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
isLeaf() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is a leaf node.
isLeaf() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is a leaf node.
isLeafList() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node is a leaf-list node.
isLeafList() - Method in class com.tailf.navu.NavuNodeInfo
Checks if the node is a leaf-list node.
isLeafref() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node is a YANG 'leafref'.
isLeafref() - Method in class com.tailf.navu.NavuNodeInfo
Checks if the node is a YANG 'leafref'.
isLenient() - Method in class com.tailf.conf.ConfTag
 
isList() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if a node is a list node.
isList() - Method in class com.tailf.navu.NavuNodeInfo
Checks if a node is a list node.
isListening() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSource
 
isListEntry() - Method in class com.tailf.navu.NavuNodeInfo
 
isListInstance() - Method in class com.tailf.navu.NavuContainer
Returns true if this NavuContainer represents a list-entry
isLockSet(int) - Method in class com.tailf.maapi.Maapi
This methods checks if a lock is taken or not.
isMaapi() - Method in class com.tailf.navu.NavuContextBase
 
isMember(ConfObject) - Method in class com.tailf.conf.ConfList
 
isModule() - Method in class com.tailf.navu.NavuNodeInfo
 
isNcsMainCtrl() - Static method in class com.tailf.ncs.NcsMain
Checks if this Ncs java main is instantiated in legacy mode.
isNewRef() - Method in class com.tailf.proto.ConfERef
Determine whether this is a new style ref.
isNodeNavuLocal() - Method in class com.tailf.navu.NavuList
 
isNoDeploy() - Method in class com.tailf.maapi.CommitParams
Check if service's create method should be invoked or not.
isNoLsa() - Method in class com.tailf.maapi.CommitParams
Get no-lsa commit parameter.
isNoNetworking() - Method in class com.tailf.maapi.CommitParams
Check if the configuration should only be written to CDB, not actually pushed to the device.
isNoOutOfSyncCheck() - Method in class com.tailf.maapi.CommitParams
 
isNoOverwrite() - Method in class com.tailf.maapi.CommitParams
 
isNoRevisionDrop() - Method in class com.tailf.maapi.CommitParams
Check if no-revision-drop commit parameter is set.
isNotif() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node is a notification
isNotif() - Method in class com.tailf.navu.NavuNodeInfo
Checks if the node is a notification
isOnline() - Method in class com.tailf.navu.NavuContextBase
 
isOpen() - Method in interface com.tailf.ned.SSHClient.Subsystem
 
isOper() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
 
isOper() - Method in class com.tailf.navu.NavuChoice
 
isOper() - Method in class com.tailf.navu.NavuNodeInfo
 
isParsingDeferred() - Method in class com.tailf.conf.InstancePath
 
isReconcileDiscardNonServiceConfig() - Method in class com.tailf.maapi.CommitParams
Get reconcile commit parameter with discard-non-service-config option.
isReconcileKeepNonServiceConfig() - Method in class com.tailf.maapi.CommitParams
Get reconcile commit parameter with keep-non-service-config option.
isRel() - Method in class com.tailf.conf.InstancePath
Check if this is a relative path.
isRemoveValue() - Method in class com.tailf.conf.ConfAttributeValue
Check if the attribute is set to be removed
isRootOfModules() - Method in class com.tailf.navu.NavuNodeInfo
 
isRunning() - Method in class com.tailf.ncs.NavuEventHandler
 
isRunningModified() - Method in class com.tailf.maapi.Maapi
Returns true if running has been modified since the last copy to startup, false if it has not been modified.
isStarted() - Method in class com.tailf.ncs.NavuEventHandler
Deprecated.
Use isRunning() Check whether the subscriber thread of the NavuEventHandler is stated.
isStarted() - Static method in class com.tailf.ncs.NcsMain
Check if Ncs main thread is started
isStarted() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
Check it the NotificationReceiver has started
isStopped() - Method in class com.tailf.ncs.NavuEventHandler
 
isSubtree() - Method in class com.tailf.ned.NedTTL
 
isSuccess() - Method in class com.tailf.dp.DpAuthContext
success is true if the user is accepted so far (before call of auth() callback) return boolean true if success
isSuppressTransId() - Method in class com.tailf.ned.NedCmd
 
isSuppressTransId() - Method in class com.tailf.ned.NedWorker
The initialize call can request the trans_id response to be suppressed.
isTailFClassloader() - Static method in class com.tailf.ncs.NcsMain
Checks if NcsMain was started with the Tail-f Jar classloader, as opposed to running with the standard java system classloader.
isTimezoneSet() - Method in class com.tailf.conf.ConfDate
 
isTimezoneSet() - Method in class com.tailf.conf.ConfDatetime
 
isTimezoneSet() - Method in class com.tailf.conf.ConfTime
 
isTrace() - Method in class com.tailf.ned.NedCmd
 
isUseLsa() - Method in class com.tailf.maapi.CommitParams
Get use-lsa commit parameter.
isUTF8(byte[]) - Static method in class com.tailf.util.UTF8
 
isValid() - Method in class com.tailf.maapi.MaapiAuthentication
 
isVerbose() - Method in class com.tailf.ned.NedCmd
 
isVerbose() - Method in class com.tailf.ned.NedWorker
This method helps NED determine whether an action has been invoked with the verbose parameter.
isWritable() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Checks if the node is writable.
isWritable() - Method in class com.tailf.navu.NavuChoice
Checks if the node is writable.
isWritable() - Method in class com.tailf.navu.NavuNodeInfo
Checks if the node is writable.
isWritableAll() - Method in class com.tailf.navu.NavuChoice
Checks if the node is writable for all data.
isWritableAll() - Method in class com.tailf.navu.NavuNodeInfo
Checks if the node is writable for all data.
iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in interface com.tailf.cdb.CdbDiffIterate
Iterate through a set of changes
iterate(int, Object, EnumSet<ConfIterateFlags>, MaapiIterate, ConfPath) - Method in class com.tailf.maapi.Maapi
Iterates through all the data in a transaction.
iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in interface com.tailf.maapi.MaapiDiffIterate
 
iterate(ConfObject[], ConfObject, ConfAttributeValue[], Object) - Method in interface com.tailf.maapi.MaapiIterate
 
iterate(ConfObject[], DiffIterateOperFlag, ConfObject, ConfObject, Object) - Method in class com.tailf.navu.NavuContainer
 
iterate(NavuXPathContext) - Method in interface com.tailf.navu.NavuNodeSetIterate
This callback method is called for each iteration of a xPathSelectIterate().
IterateFlags - Annotation Type in com.tailf.conf
 
iterator(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
iterator(DpTrans, ConfObject[], DpListFilter) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey, DpListFilter) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
iterator(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback makes it possible for ConfD/NCS to traverse a set of list entries.
iterator(DpTrans, ConfObject[], DpListFilter) - Method in interface com.tailf.dp.DpDataCallback
Variant of iterator that may receive a DpListFilter which can be used to filter the list.
iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey) - Method in interface com.tailf.dp.DpDataCallback
This iterator method is a specialization of DpDataCallback.iterator(DpTrans, ConfObject[]) in that it returns an extended iterator i.e.
iterator(DpTrans, ConfObject[], ConfFindNextType, ConfKey, DpListFilter) - Method in interface com.tailf.dp.DpDataCallback
Variant of the DpDataFindNextIterator-returning iterator above that may receive a DpListFilter instance which can be used to filter the list.
iterator() - Method in class com.tailf.maapi.DryRunResult
Retrieves an iterator from which one could iterate over the result.
iterator() - Method in class com.tailf.maapi.QueryResult
Retrieves an iterator from which one could iterate over the result.
iterator() - Method in class com.tailf.navu.NavuChange
 
iterator() - Method in class com.tailf.navu.NavuLeafList
Retrieve a iterator over the elements in this NavuLeafList (in proper sequence).
iterator() - Method in class com.tailf.navu.NavuList
Retrieve a iterator over the elements in this NavuList (in proper sequence).
iterator(NavuNode) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
Retrieve an iterator to traverse part of a NAVU tree.
iterator(NavuContext) - Static method in class com.tailf.navu.traversal.NavuTreeTraversal
Retrieve an iterator to traverse the entire NAVU tree.

J

J_BINARY - Static variable in class com.tailf.conf.ConfObject
 
J_BIT32 - Static variable in class com.tailf.conf.ConfObject
 
J_BIT64 - Static variable in class com.tailf.conf.ConfObject
 
J_BITBIG - Static variable in class com.tailf.conf.ConfObject
 
J_BOOL - Static variable in class com.tailf.conf.ConfObject
 
J_BUF - Static variable in class com.tailf.conf.ConfObject
 
J_CDBBEGIN - Static variable in class com.tailf.conf.ConfObject
 
J_DATE - Static variable in class com.tailf.conf.ConfObject
 
J_DATETIME - Static variable in class com.tailf.conf.ConfObject
 
J_DECIMAL64 - Static variable in class com.tailf.conf.ConfObject
 
J_DEFAULT - Static variable in class com.tailf.conf.ConfObject
 
J_DOUBLE - Static variable in class com.tailf.conf.ConfObject
 
J_DQUAD - Static variable in class com.tailf.conf.ConfObject
 
J_DURATION - Static variable in class com.tailf.conf.ConfObject
 
J_ENUMERATION - Static variable in class com.tailf.conf.ConfObject
 
J_HEXSTR - Static variable in class com.tailf.conf.ConfObject
 
J_IDENTITYREF - Static variable in class com.tailf.conf.ConfObject
 
J_INSTANCE_IDENTIFIER - Static variable in class com.tailf.conf.ConfObject
 
J_INT16 - Static variable in class com.tailf.conf.ConfObject
 
J_INT32 - Static variable in class com.tailf.conf.ConfObject
 
J_INT64 - Static variable in class com.tailf.conf.ConfObject
 
J_INT8 - Static variable in class com.tailf.conf.ConfObject
 
J_IPV4 - Static variable in class com.tailf.conf.ConfObject
 
J_IPV4_AND_PLEN - Static variable in class com.tailf.conf.ConfObject
 
J_IPV4PREFIX - Static variable in class com.tailf.conf.ConfObject
 
J_IPV6 - Static variable in class com.tailf.conf.ConfObject
 
J_IPV6_AND_PLEN - Static variable in class com.tailf.conf.ConfObject
 
J_IPV6PREFIX - Static variable in class com.tailf.conf.ConfObject
 
J_LIST - Static variable in class com.tailf.conf.ConfObject
 
J_NOEXISTS - Static variable in class com.tailf.conf.ConfObject
 
J_OBJECTREF - Static variable in class com.tailf.conf.ConfObject
 
J_OID - Static variable in class com.tailf.conf.ConfObject
 
J_PTR - Static variable in class com.tailf.conf.ConfObject
 
J_QNAME - Static variable in class com.tailf.conf.ConfObject
 
J_STR - Static variable in class com.tailf.conf.ConfObject
 
J_SYMBOL - Static variable in class com.tailf.conf.ConfObject
 
J_TIME - Static variable in class com.tailf.conf.ConfObject
 
J_UINT16 - Static variable in class com.tailf.conf.ConfObject
 
J_UINT32 - Static variable in class com.tailf.conf.ConfObject
 
J_UINT64 - Static variable in class com.tailf.conf.ConfObject
 
J_UINT8 - Static variable in class com.tailf.conf.ConfObject
 
J_UNION - Static variable in class com.tailf.conf.ConfObject
 
J_XMLBEGIN - Static variable in class com.tailf.conf.ConfObject
 
J_XMLBEGINDEL - Static variable in class com.tailf.conf.ConfObject
 
J_XMLEND - Static variable in class com.tailf.conf.ConfObject
 
J_XMLMOVEAFTER - Static variable in class com.tailf.conf.ConfObject
 
J_XMLMOVEFIRST - Static variable in class com.tailf.conf.ConfObject
 
J_XMLTAG - Static variable in class com.tailf.conf.ConfObject
 
javaPattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
Deprecated.

K

KEEP_ALIVE - Static variable in class com.tailf.ned.NedCmd
 
keepAlive(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
This method is invoked periodically to keep an connection alive.
keyPath() - Method in interface com.tailf.maapi.ResultTypeKeyPath
Retrieves the result keypath from a query
KeyPath2NavuNode - Class in com.tailf.navu
Utility class for creating NavuNode from ConfObject array.
keySet() - Method in class com.tailf.navu.NavuContainer
Returns a set of nodeNames.
keySet() - Method in class com.tailf.navu.NavuList
Returns a Set containing all of the keys for this list.
killUserSession(int) - Method in class com.tailf.maapi.Maapi
Ends another users session, effectively logging out that user.
known_algos - Static variable in class com.tailf.ned.NedCmd
 
kpToString(ConfObject[]) - Static method in class com.tailf.conf.Conf
Converts a keypath Object[] kp into a string.

L

largeBigTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for large bignums
largeTupleTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for large tuples
lastAlarm() - Static method in class com.tailf.ncs.alarmman.common.Alarm
 
leaf(Integer) - Method in class com.tailf.navu.NavuAction
 
leaf(String) - Method in class com.tailf.navu.NavuAction
 
leaf(String, String) - Method in class com.tailf.navu.NavuAction
 
leaf(Integer) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf with the hash value key.
leaf(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf with the name key.
leaf(ConfNamespace, String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf with the name leafName, belonging to the namespace ns.
leaf(String, String) - Method in class com.tailf.navu.NavuContainer
Deprecated.
leaf(Integer) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf with the hash value key.
leaf(String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf with the name key.
leaf(ConfNamespace, String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf with the name leafName, belonging to the namespace ns.
leaf(String, String) - Method in class com.tailf.navu.NavuNode
Deprecated.
leafList(Integer) - Method in class com.tailf.navu.NavuAction
 
leafList(String) - Method in class com.tailf.navu.NavuAction
 
leafList(String, String) - Method in class com.tailf.navu.NavuAction
 
leafList(Integer) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf-list with the hash value key.
leafList(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf-list with the name key.
leafList(ConfNamespace, String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate leaf-list with the name leafListName, belonging to the namespace ns.
leafList(String, String) - Method in class com.tailf.navu.NavuContainer
Deprecated.
leafList(Integer) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf-list with the hash value key.
leafList(String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf-list with the name key.
leafList(ConfNamespace, String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate leaf-list with the name leafListName, belonging to the namespace ns.
leafList(String, String) - Method in class com.tailf.navu.NavuNode
Deprecated.
lengtArr - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
Deprecated.
length() - Method in class com.tailf.conf.ConfKey
 
length() - Method in class com.tailf.conf.ConfList
 
LIBVSN - Static variable in class com.tailf.conf.Conf
Library version.
list(Integer) - Method in class com.tailf.navu.NavuAction
 
list(String) - Method in class com.tailf.navu.NavuAction
 
list(String, String) - Method in class com.tailf.navu.NavuAction
 
list(Integer) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate list with the hash value key.
list(String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate list with the name key.
list(ConfNamespace, String) - Method in class com.tailf.navu.NavuContainer
Returns a reference to a subordinate list with the name listName, belonging to the namespace ns.
list(String, String) - Method in class com.tailf.navu.NavuContainer
Deprecated.
list(Integer) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate list with the hash value key.
list(String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate list with the name key.
list(ConfNamespace, String) - Method in class com.tailf.navu.NavuNode
Returns a reference to a subordinate list with the name listName, belonging to the namespace ns.
list(String, String) - Method in class com.tailf.navu.NavuNode
Deprecated.
ListFilterExprOp - Enum in com.tailf.dp
The type of comparison or function to employ when the filter type is ListFilterType.CONFD_LF_CMP or ListFilterType.CONFD_LF_EXEC.
ListFilterType - Enum in com.tailf.dp
Enumeration of list filter types
listOpenConnections() - Method in class com.tailf.ned.NedMux
 
ListRestrictionTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
 
listRollback() - Method in class com.tailf.maapi.Maapi
Get list of available rollback files.
listSharedJars() - Method in class com.tailf.ncs.NcsMain
JMX interface - list shared jars
listSharedJars() - Method in interface com.tailf.ncs.NcsMainMBean
JMX interface - list shared jars
listTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for non-empty lists
ListTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
 
literal(String) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object that represents a string constant.
literal(String) - Method in class com.tailf.conf.XPathAbrevCompiler
 
lo - Variable in class com.tailf.maapi.MaapiSchemas.CSStringLength
Deprecated.
lo - Variable in class com.tailf.maapi.MaapiSchemas.CSTypeRange
Deprecated.
LOAD_PACKAGE - Static variable in class com.tailf.ncs.NcsCtlCommand
 
LOAD_SHARED_JARS - Static variable in class com.tailf.ncs.NcsCtlCommand
 
loadConfig(int, EnumSet<MaapiConfigFlag>, String) - Method in class com.tailf.maapi.Maapi
This function loads a configuration from filename into the server.
loadConfigCmds(int, EnumSet<MaapiConfigFlag>, String, String, Object...) - Method in class com.tailf.maapi.Maapi
This function loads a configuration from a string into the server.
loadConfigStream(int, EnumSet<MaapiConfigFlag>) - Method in class com.tailf.maapi.Maapi
Load configuration from a OuputStream into ConfD/NCS.
loadRollback(int, int) - Method in class com.tailf.maapi.Maapi
Load rollback file into a given transaction.
loadRollbackFixed(int, int) - Method in class com.tailf.maapi.Maapi
Load rollback file into a given transaction using the fixed number.
loadSchemas() - Method in class com.tailf.maapi.Maapi
Load Schemas method that downloads all schemas from server into a MaapiSchemas container, from which specified schemas can be accessed and traversed.
loadSchemas(String[]) - Method in class com.tailf.maapi.Maapi
Load Schemas method that downloads a specified number of schemas the server into a MaapiSchemas container, from which specified schemas can be accessed and transversed.
locationPath(boolean, Object[]) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object representing a location path
locationPath(boolean, Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
 
lock(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
lock(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
This should only be implemented if our database supports locking from other sources than through ConfD.
lock(int) - Method in class com.tailf.maapi.Maapi
This function is used to take a lock on one of the databases.
lockPartial(DpDbContext, int, int, ConfObject[][]) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
lockPartial(DpDbContext, int, int, ConfObject[][]) - Method in interface com.tailf.dp.DpDbCallback
This should only be implemented if our database supports locking from other sources than through ConfD, see DpDbCallback.lock(DpDbContext,int) above.
lockPartial(int, String[]) - Method in class com.tailf.maapi.Maapi
It is possible to manipulate partial locks on the databases, i.e.
lockPartial(int, String) - Method in class com.tailf.maapi.Maapi
Same as Maapi.lockPartial(int,String[]) except only one xpath expression is given.
log(String) - Method in class com.tailf.ned.NedWorker
Send log messages to NCS.
logDebug(String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
logDebug(String) - Method in class com.tailf.ned.SSHJSession
Log on debug level
LOGGER - Static variable in class com.tailf.ned.NedCliBaseTemplate
 
LOGGER - Static variable in class com.tailf.ned.NedCmd
 
LOGGER - Static variable in class com.tailf.ned.SSHConnection
Deprecated.
 
logInfo(String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
logInfo(String) - Method in class com.tailf.ned.SSHJSession
Log on info level
longsValue() - Method in class com.tailf.conf.ConfOID
 
longValue() - Method in class com.tailf.conf.ConfBit32
Return the bitset as a long value.
longValue() - Method in class com.tailf.conf.ConfInt64
 
longValue() - Method in class com.tailf.conf.ConfUInt32
 
longValue() - Method in class com.tailf.proto.ConfEBig
Get this number as a long
longValue() - Method in class com.tailf.proto.ConfELong
Get this number as a long.
lookupNamespaceFromHash(int) - Static method in class com.tailf.conf.ConfNamespace
Locate a namespace in a namespace list, given a name space hash.
lookupNamespaceFromPrefix(String) - Static method in class com.tailf.conf.ConfNamespace
Locate a namespace in a namespace list, given a name space string.
lookupNamespaceFromPrefix(ConfPath, MountIdInterface, String) - Static method in class com.tailf.conf.ConfNamespace
 
lookupNamespaceFromURI(String) - Static method in class com.tailf.conf.ConfNamespace
Locate a namespace in a namespace list, given a name space string.

M

M_ABORT - Static variable in interface com.tailf.dp.DpActionCallback
 
M_ABORT - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.abort(DpTrans) method.
M_ACTION - Static variable in interface com.tailf.dp.DpActionCallback
 
M_ACTIVATE_CHECKPOINT_RUNNING - Static variable in interface com.tailf.dp.DpDbCallback
M_ADD_CHECKPOINT_RUNNING - Static variable in interface com.tailf.dp.DpDbCallback
M_ALL - Static variable in interface com.tailf.dp.DpDataCallback
Bit flag for all flags
M_ALL - Static variable in interface com.tailf.dp.DpDbCallback
 
M_ALL - Static variable in interface com.tailf.dp.DpTransCallback
 
M_CANDIDATE_CHK_NOT_MODIFIED - Static variable in interface com.tailf.dp.DpDbCallback
M_CANDIDATE_COMMIT - Static variable in interface com.tailf.dp.DpDbCallback
M_CANDIDATE_CONFIRMING_COMMIT - Static variable in interface com.tailf.dp.DpDbCallback
M_CANDIDATE_RESET - Static variable in interface com.tailf.dp.DpDbCallback
M_CANDIDATE_ROLLBACK_RUNNING - Static variable in interface com.tailf.dp.DpDbCallback
M_CANDIDATE_VALIDATE - Static variable in interface com.tailf.dp.DpDbCallback
M_CHECK_CMD_ACCESS - Static variable in interface com.tailf.dp.DpAuthorizationCallback
 
M_CHECK_DATA_ACCESS - Static variable in interface com.tailf.dp.DpAuthorizationCallback
 
M_COMMAND - Static variable in interface com.tailf.dp.DpActionCallback
 
M_COMMIT - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.commit(DpTrans) method.
M_COMPLETION - Static variable in interface com.tailf.dp.DpActionCallback
 
M_COPY_RUNNING_TO_STARTUP - Static variable in interface com.tailf.dp.DpDbCallback
M_CREATE - Static variable in interface com.tailf.dp.DpDataCallback
M_CREATE - Static variable in interface com.tailf.dp.DpServiceCallback
Flags for the mask
M_DEL_CHECKPOINT_RUNNING - Static variable in interface com.tailf.dp.DpDbCallback
M_DELETE - Static variable in interface com.tailf.dp.DpServiceCallback
 
M_DELETE_CONFIG - Static variable in interface com.tailf.dp.DpDbCallback
M_EXISTS_OPTIONAL - Static variable in interface com.tailf.dp.DpDataCallback
M_FINISH - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.finish(DpTrans) method.
M_GET_ATTRS - Static variable in interface com.tailf.dp.DpDataCallback
M_GET_CASE - Static variable in interface com.tailf.dp.DpDataCallback
M_GET_ELEM - Static variable in interface com.tailf.dp.DpDataCallback
M_GET_NEXT - Static variable in interface com.tailf.dp.DpDataCallback
Bit flag for getting the next key for an element using an iterator retrieved from the DpDataCallback.iterator(DpTrans,ConfObject[]) method, and converting the Java object into a key with the DpDataCallback.getIteratorKey(DpTrans, ConfObject[], Object) method.
M_GET_NEXT_OBJECT - Static variable in interface com.tailf.dp.DpDataCallback
Bit flag for getting the next object using an iterator retrieved from the DpDataCallback.iterator(DpTrans,ConfObject[]) method, and converting the Java object into an array of ConfValues with the DpDataCallback.getIteratorObject(DpTrans, ConfObject[], Object) method.
M_GET_OBJECT - Static variable in interface com.tailf.dp.DpDataCallback
M_INIT - Static variable in interface com.tailf.dp.DpActionCallback
 
M_INIT - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.init(DpTrans) method.
M_LOCK - Static variable in interface com.tailf.dp.DpDbCallback
Bit flag for the DpDbCallback.lock(DpDbContext,int) method.
M_LOCK_PARTIAL - Static variable in interface com.tailf.dp.DpDbCallback
M_MOVE_AFTER - Static variable in interface com.tailf.dp.DpDataCallback
M_NANO_CREATE - Static variable in interface com.tailf.dp.DpNanoServiceCallback
Flags for the mask
M_NANO_DELETE - Static variable in interface com.tailf.dp.DpNanoServiceCallback
 
M_NUM_INSTANCES - Static variable in interface com.tailf.dp.DpDataCallback
M_POST_MODIFICATION - Static variable in interface com.tailf.dp.DpServiceCallback
 
M_PRE_LOCK_CREATE - Static variable in interface com.tailf.dp.DpServiceCallback
 
M_PRE_MODIFICATION - Static variable in interface com.tailf.dp.DpServiceCallback
 
M_PREPARE - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.prepare(DpTrans) method.
M_REMOVE - Static variable in interface com.tailf.dp.DpDataCallback
M_RUNNING_CHK_NOT_MODIFIED - Static variable in interface com.tailf.dp.DpDbCallback
M_SET_ATTR - Static variable in interface com.tailf.dp.DpDataCallback
M_SET_CASE - Static variable in interface com.tailf.dp.DpDataCallback
M_SET_ELEM - Static variable in interface com.tailf.dp.DpDataCallback
M_TRANS_LOCK - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.transLock(DpTrans) method.
M_TRANS_UNLOCK - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.transUnlock(DpTrans) method.
M_UNLOCK - Static variable in interface com.tailf.dp.DpDbCallback
Bit flag for the DpDbCallback.unlock(DpDbContext,int) method.
M_UNLOCK_PARTIAL - Static variable in interface com.tailf.dp.DpDbCallback
M_UPDATE - Static variable in interface com.tailf.dp.DpServiceCallback
 
M_WANT_FILTER - Static variable in interface com.tailf.dp.DpDataCallback
Bit flag for indicating that filters are wanted.
M_WRITE_ALL - Static variable in interface com.tailf.dp.DpDataCallback
M_WRITE_START - Static variable in interface com.tailf.dp.DpTransCallback
Bit flag for the DpTransCallback.writeStart(DpTrans) method.
Maapi - Class in com.tailf.maapi
This class implements the Management Agent API (MAAPI).
Maapi(Socket) - Constructor for class com.tailf.maapi.Maapi
Creates a new instance of Maapi supplying a established open socket to ConfD/NCS daemon.
Maapi.Progress - Class in com.tailf.maapi
 
Maapi.Verbosity - Enum in com.tailf.maapi
MAAPI_AAA_RELOAD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_AAA_RELOAD_PATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ABORT_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ABORT_UPGRADE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_APPLY_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ATTACH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_AUTHENTICATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CANDIDATE_ABORT_COMMIT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CANDIDATE_COMMIT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CANDIDATE_CONFIRMED_COMMIT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CANDIDATE_RESET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CANDIDATE_VALIDATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLEAR_OPCACHE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_ACCOUNTING - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_CMD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_CMD_IO - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_CMD_IO_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_CMD_TO_PATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_CMD_TO_PATH2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_DIFF_CMD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_GET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_PATH_CMD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_PROMPT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_READ_EOF - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_SET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CLI_WRITE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CMD_KEEP_PIPE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CMD_NO_AAA - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CMD_NO_FULLPATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CMD_NO_HIDDEN - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COMMIT_QUEUE_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COMMIT_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COMMIT_UPGRADE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_AUTOCOMMIT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_C - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_C_IOS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_CDB_ONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_CONTINUE_ON_ERROR - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_HIDE_ALL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_J - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_JSON - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_MERGE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_NO_BACKQUOTE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_NO_PARENTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_OPER_ONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_READ_WRITE_ACCESS_ONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_REPLACE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_SHOW_DEFAULTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_SUPPRESS_ERRORS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_TURBO_C - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_UNHIDE_ALL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_UNSUPPORTED_J_OPER - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_WITH_DEFAULTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_WITH_OPER - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_WITH_SERVICE_META - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_XML - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_XML_LOAD_LAX - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_XML_PRETTY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIG_XPATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CONFIRMED_COMMIT_IN_PROGRESS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COPY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COPY_PATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COPY_RUNNING_TO_STARTUP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_COPY_TREE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_CREATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DELETE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DELETE_ALL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DELETE_CONFIG - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DEREF - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DESTROY_CURSOR - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DETACH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DIFF_IKP_ITER - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DIFF_ITER - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DISCONNECT_REMOTE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DISCONNECT_SOCKETS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_DO_DISPLAY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_END_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_EXISTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FIND_NEXT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_CONFIG_CACHE_ONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_CONFIG_ONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_DELAYED_WHEN - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_DELETE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_EMIT_PARENTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_HIDE_INACTIVE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_HINT_BULK - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_NO_CONFIG_CACHE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_NO_DEFAULTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_NON_RECURSIVE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_FLAG_RUN_SET_HOOKS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_ATTRS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_AUTHORIZATION_INFO - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_BULK_ELEM - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_BULK_NEXT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_CASE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_CRYPTO_KEYS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_ELEM - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_ELEM2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_ELEM_NO_DEFAULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_MOUNT_ID - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_MY_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_NAMESPACES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_NEXT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_OBJECT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_OBJECTS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_ROLLBACK_ID - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_RUNNING_DB_STATUS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_SCHEMA_FILE_PATH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_STREAM_PROGRESS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_USER_SESSION_IDENTIFICATION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_USER_SESSION_OPAQUE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_USER_SESSIONS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GET_VALUES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_GETCWD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_HKP2IKP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_INIT_UPGRADE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_INSERT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_IS_CANDIDATE_MODIFIED - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_IS_LOCK_SET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_IS_RUNNING_MODIFIED - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ITERATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_KILL_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LIST_ROLLBACK - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_CLI - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_IPC - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_NETCONF - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_NETCONF_CALL_HOME - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_SNMP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LISTENER_WEBUI - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_ALL_NS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_CONFIG - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_CONFIG_CMDS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_CONFIG_FILE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_CONFIG_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_HASH_DB - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_MNS_MAPS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_NS_LIST - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_ROLLBACK - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_SCHEMA_NODES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOAD_SCHEMA_TYPES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOCK - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_LOCK_PARTIAL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_MOVE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_MOVE2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_MOVE_ORDERED - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_MOVE_ORDERED2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_APPLY_DIFF_SET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_APPLY_TEMPLATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_APPLY_TRANS_PARAMS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_COMMIT_SAVE_NO_DIFFSET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_COMMIT_SAVE_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_FUN_CALL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_GET_TRANS_PARAMS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_MOVE_PRIVATE_DATA - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_SHARED_CREATE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_TEMPLATE_VARIABLES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_TEMPLATES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_TOOGLE_FASTMAP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_UPDATE_PLAN_HISTORY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NCS_WRITE_SERVICE_LOG_ENTRY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NETCONF_SSH_CALL_HOME - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NETCONF_SSH_CALL_HOME_OPAQUE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_NUM_INSTANCES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_PERFORM_UPGRADE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_POPD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_PREPARE_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_PRIO_MESSAGE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_PUSHD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_QUERY_RESET - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_QUERY_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_QUERY_RESULT_COUNT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_QUERY_START - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_QUERY_STOP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REBIND_LISTENER - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_RELOAD_CONFIG - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REOPEN_LOGS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REPORT_PROGRESS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REPORT_PROGRESS_TH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REQUEST_ACTION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REQUEST_ACTION_STR_TH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REQUEST_ACTION_TH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_RESTART_NODE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_REVERT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ROLL_CONFIG - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_ROLL_CONFIG_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SAVE_CONFIG - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SAVE_CONFIG_RESULT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_ATTR - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_COMMENT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_DELAYED_WHEN - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_ELEM - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_ELEM2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_FLAGS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_LABEL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_NAMESPACE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_NEXT_USER_SESSION_ID - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_OBJECT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_READONLY - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_RUNNING_DB_STATUS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SET_VALUES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SHARED_SET_ELEM - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SHARED_SET_ELEM2 - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SHARED_SET_VALUES - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SNMP_SEND_TRAP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SNMPA_RELOAD - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_START_PHASE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_START_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_START_USER_SESSION - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_STOP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_STOP_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_SYS_MESSAGE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_UNLOCK - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_UNLOCK_PARTIAL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_UPGRADE_KILL_ON_TIMEOUT - Static variable in class com.tailf.maapi.Maapi
Flag to use in initUpgrade()
MAAPI_UPGRADE_KILL_ON_TIMEOUT - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_USER_MESSAGE - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_VALIDATE_TOKEN - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_VALIDATE_TRANS - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_WAIT_START - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_XPATH2HKP - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_XPATH2HKP_TH - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_XPATH_EVAL - Static variable in class com.tailf.maapi.MaapiProto
 
MAAPI_XPATH_EVAL_EXPR - Static variable in class com.tailf.maapi.MaapiProto
 
MaapiAuthentication - Class in com.tailf.maapi
Authentication result container.
MaapiAuthentication(ConfEObject) - Constructor for class com.tailf.maapi.MaapiAuthentication
 
MaapiConfigFlag - Enum in com.tailf.maapi
Flags used in {@link Maapi#saveConfig(int,EnumSet,String,Object...
MaapiCrypto - Class in com.tailf.maapi
Data encryption and decryption utility class.
MaapiCrypto(Maapi) - Constructor for class com.tailf.maapi.MaapiCrypto
 
MaapiCryptoType - Enum in com.tailf.maapi
Data encryption and decryption helper class for each supported encryption algorithm.
MaapiCursor - Class in com.tailf.maapi
Whenever we wish to iterate over a set of objects in the XML tree, we must first initialize a cursor.
MaapiDeleteAllFlag - Enum in com.tailf.maapi
MaapiDiffIterate - Interface in com.tailf.maapi
This interface is used with the diffIterate method in Maapi.
MaapiException - Exception in com.tailf.maapi
Exception raised from the maapi package
MaapiException(String) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiException(String, Throwable) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiException(String, ErrorCode) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiException(String, int) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiException(String, int, Throwable) - Constructor for exception com.tailf.maapi.MaapiException
 
MaapiFlag - Enum in com.tailf.maapi
Flags used by Maapi.setFlags(int,EnumSet) method to control read/write sessions.
MaapiInputStream - Class in com.tailf.maapi
Represents configuration data input stream used to download configurations.
MaapiIterate - Interface in com.tailf.maapi
This interface is used with the Iterate method in Maapi.
MaapiMNsException - Exception in com.tailf.maapi
Warnings raised from the maapi package
MaapiMNsException() - Constructor for exception com.tailf.maapi.MaapiMNsException
 
MaapiMNsException(Throwable) - Constructor for exception com.tailf.maapi.MaapiMNsException
 
MaapiMNsMissingException - Exception in com.tailf.maapi
Warnings raised from the maapi package
MaapiMNsMissingException() - Constructor for exception com.tailf.maapi.MaapiMNsMissingException
 
MaapiOutputStream - Class in com.tailf.maapi
Configuration data output stream used to upload configurations.
MaapiProto - Class in com.tailf.maapi
General class for protocol constants
MaapiProto() - Constructor for class com.tailf.maapi.MaapiProto
 
MaapiRollback - Class in com.tailf.maapi
Rollback file descriptor class.
MaapiRollback(ConfETuple) - Constructor for class com.tailf.maapi.MaapiRollback
 
MaapiSchemaNS - Class in com.tailf.maapi
This class is used to emulate and replace the classes that was previously loaded manually.
MaapiSchemaNS(int, String, String, String) - Constructor for class com.tailf.maapi.MaapiSchemaNS
Constructor
MaapiSchemas - Class in com.tailf.maapi
Handles the schema information from the data models loaded.
MaapiSchemas.BitsTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.CSBit - Class in com.tailf.maapi
 
MaapiSchemas.CSCase - Class in com.tailf.maapi
Class representing a Case for a Choice
MaapiSchemas.CSChoice - Class in com.tailf.maapi
Class representing a Schema Choice
MaapiSchemas.CSEnum - Class in com.tailf.maapi
 
MaapiSchemas.CSIdref - Class in com.tailf.maapi
 
MaapiSchemas.CSMNsMap - Class in com.tailf.maapi
 
MaapiSchemas.CSNamedType - Class in com.tailf.maapi
Class representing a named type.
MaapiSchemas.CSNode - Class in com.tailf.maapi
Class representing a Schema node, having references to parent and children as well as siblings
MaapiSchemas.CSNodeInfo - Class in com.tailf.maapi
Class representing node information for a Schema node
MaapiSchemas.CSSchema - Class in com.tailf.maapi
The Schema Container class.
MaapiSchemas.CSShallowType - Enum in com.tailf.maapi
Enum containing all possible node values.
MaapiSchemas.CSStringLength - Class in com.tailf.maapi
 
MaapiSchemas.CSStringRestriction - Class in com.tailf.maapi
 
MaapiSchemas.CSType - Class in com.tailf.maapi
Class representing a type
MaapiSchemas.CSTypeBits - Class in com.tailf.maapi
 
MaapiSchemas.CSTypeMethods - Class in com.tailf.maapi
Class which contains type specific conversion and validation methods Has to be extended for aggregated and user types.
MaapiSchemas.CSTypeRange - Class in com.tailf.maapi
 
MaapiSchemas.Decimal64TypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.DisplayHintSpec - Class in com.tailf.maapi
 
MaapiSchemas.DisplayHintTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.EnumTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.IdentityTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.ListRestrictionTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.ListTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.MountIdLRUMap<K,V> - Class in com.tailf.maapi
 
MaapiSchemas.RetrictedNumberTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.StringTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemas.UnionTypeMethodsImpl - Class in com.tailf.maapi
 
MaapiSchemasUtil - Class in com.tailf.maapi
Utility class for MaapiSchemas This class contains tools for making recursive schema printouts.
MaapiSchemasUtil() - Constructor for class com.tailf.maapi.MaapiSchemasUtil
 
MaapiUserSession - Class in com.tailf.maapi
User session descriptor class.
MaapiUserSession(ConfETuple) - Constructor for class com.tailf.maapi.MaapiUserSession
Internally used constructor
MaapiUserSession(int, ConfETuple) - Constructor for class com.tailf.maapi.MaapiUserSession
Internally used constructor
MaapiUserSessionFlag - Enum in com.tailf.maapi
flags for defining User Session protocol
MaapiUserSessionId - Class in com.tailf.maapi
 
MaapiUserSessionId(ConfEObject) - Constructor for class com.tailf.maapi.MaapiUserSessionId
 
MaapiWarningException - Exception in com.tailf.maapi
Warnings raised from the maapi package
MaapiWarningException(String) - Constructor for exception com.tailf.maapi.MaapiWarningException
 
MaapiWarningException(String, ErrorCode, ConfWarning[]) - Constructor for exception com.tailf.maapi.MaapiWarningException
 
MaapiWarningException(String, int, ConfWarning[]) - Constructor for exception com.tailf.maapi.MaapiWarningException
 
MaapiXPathEvalResult - Interface in com.tailf.maapi
This interface is used with xpathEval method in Maapi.
MaapiXPathEvalTrace - Interface in com.tailf.maapi
This interface is used with the xpathEval method in Maapi.
main(String[]) - Static method in class com.tailf.maapi.MaapiSchemasUtil
Main method, downloads all schemas from the server using Maapi.loadSchemas, recurses through all schema trees and prints types and node info.
main(String[]) - Static method in class com.tailf.ncs.NavuEventHandler
The main method of the NavuEventHandler is a notification probe that makes it possible to retrieve any notification without programming By running the NavuEventHandler and submitting deviceName and subscription name the notifications will then be written on standard output.
main(String[]) - Static method in class com.tailf.ncs.NcsJVMLauncher
 
main(String[]) - Static method in class com.tailf.ncs.OsEnv
 
main(String[]) - Static method in class com.tailf.util.Base64
Encodes or decodes two files from the command line; feel free to delete this method (in fact you probably should) if you're embedding this code into a larger program.
ManagedDevice - Class in com.tailf.ncs.alarmman.common
Class representing a device.
ManagedDevice(String) - Constructor for class com.tailf.ncs.alarmman.common.ManagedDevice
 
ManagedDevice(ConfValue) - Constructor for class com.tailf.ncs.alarmman.common.ManagedDevice
 
ManagedObject - Class in com.tailf.ncs.alarmman.common
The Managed object is the object within a managed device that is a component of an Alarm.
ManagedObject(ConfBuf) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
Creates a ManagedObject as a general string.
ManagedObject(ConfObjectRef) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
Creates a ManagedObject as a ConfObjectRef.
ManagedObject(ConfOID) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
Creates a ManagedObject as a ConfOID.
ManagedObject(ConfPath) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
Creates a ManagedObject as a ConfObjectRef defined from a ConfPath.
ManagedObject(ConfValue) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
 
ManagedObject(String) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
Constructor that takes a string representation of one of the below listed types.
ManagedObject(String, MountIdInterface) - Constructor for class com.tailf.ncs.alarmman.common.ManagedObject
 
mask() - Method in class com.tailf.dp.annotations.ActionCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.AuthorizationCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
 
mask() - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
mask() - Method in interface com.tailf.dp.DpActionCallback
Mask of flags for each method that is supported by this callback
mask() - Method in interface com.tailf.dp.DpAuthorizationCallback
Mask of flags for each method that is supported by this callback: DpAuthorizationCallback.M_CHECK_CMD_ACCESS DpAuthorizationCallback.M_CHECK_DATA_ACCESS
mask() - Method in interface com.tailf.dp.DpDataCallback
mask() - Method in interface com.tailf.dp.DpDbCallback
mask() - Method in interface com.tailf.dp.DpNanoServiceCallback
Mask of flags for each method that is supported by this callback: DpNanoServiceCallback.M_NANO_CREATE DpNanoServiceCallback.M_NANO_DELETE
mask() - Method in interface com.tailf.dp.DpServiceCallback
mask() - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
 
mask() - Method in interface com.tailf.dp.DpTransCallback
mask - Variable in class com.tailf.maapi.MaapiSchemas.CSBit
Deprecated.
MASK_ACT_ABORT - Static variable in class com.tailf.dp.DpProto
 
MASK_ACT_ACTION - Static variable in class com.tailf.dp.DpProto
 
MASK_ACT_COMMAND - Static variable in class com.tailf.dp.DpProto
 
MASK_ACT_COMPLETION - Static variable in class com.tailf.dp.DpProto
 
MASK_ACT_INIT - Static variable in class com.tailf.dp.DpProto
 
MASK_CHK_CMD_ACCESS - Static variable in class com.tailf.dp.DpProto
 
MASK_CHK_DATA_ACCESS - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_CREATE - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_EXISTS_OPTIONAL - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_FIND_NEXT - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_FIND_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_ATTRS - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_CASE - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_ELEM - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_NEXT - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_NEXT_OBJECT - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_GET_OBJECT - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_MOVE_AFTER - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_NUM_INSTANCES - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_REMOVE - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_SET_ATTR - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_SET_CASE - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_SET_ELEM - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_WANT_FILTER - Static variable in class com.tailf.dp.DpProto
 
MASK_DATA_WRITE_ALL - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_ACTIVATE_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_ADD_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_COMMIT - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_CONFIRMING_COMMIT - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_RESET - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_ROLLBACK_RUNNING - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_CANDIDATE_VALIDATE - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_COPY_RUNNING_TO_STARTUP - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_DEL_CHECKPOINT_RUNNING - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_DELETE_CONFIG - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_LOCK - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_LOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_RUNNING_CHK_NOT_MODIFIED - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_UNLOCK - Static variable in class com.tailf.dp.DpProto
 
MASK_DB_UNLOCK_PARTIAL - Static variable in class com.tailf.dp.DpProto
 
MASK_NANO_SERVICE_CREATE - Static variable in class com.tailf.dp.DpProto
 
MASK_NANO_SERVICE_DELETE - Static variable in class com.tailf.dp.DpProto
 
MASK_NOTIF_GET_LOG_TIMES - Static variable in class com.tailf.dp.DpProto
 
MASK_NOTIF_REPLAY - Static variable in class com.tailf.dp.DpProto
 
MASK_NOTIF_SNMP_INFORM_RESULT - Static variable in class com.tailf.dp.DpProto
 
MASK_NOTIF_SNMP_INFORM_TARGETS - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_CREATE - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_DELETE - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_POST_MODIFICATION - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_PRE_LOCK_CREATE - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_PRE_MODIFICATION - Static variable in class com.tailf.dp.DpProto
 
MASK_SERVICE_UPDATE - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_ABORT - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_COMMIT - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_FINISH - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_INIT - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_INTERRUPT - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_PREPARE - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_TRANS_LOCK - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_TRANS_UNLOCK - Static variable in class com.tailf.dp.DpProto
 
MASK_TR_WRITE_START - Static variable in class com.tailf.dp.DpProto
 
maxAtomLength - Static variable in class com.tailf.proto.ConfEAtom
The maximun allowed length of an atom, in characters
maxAtomLength - Static variable in class com.tailf.proto.ConfExternal
The longest allowed E atom
mk(ConfResponse) - Static method in exception com.tailf.cdb.CdbException
 
mk(ConfResponse, ConfPath) - Static method in exception com.tailf.cdb.CdbException
 
mk(int, ConfNamespace, String, ConfResponse) - Static method in exception com.tailf.cdb.CdbExtendedException
 
mk(ConfResponse) - Static method in exception com.tailf.conf.ConfException
 
mk(ConfResponse, ConfPath) - Static method in exception com.tailf.conf.ConfException
 
mk(int, ConfNamespace, String, ConfResponse) - Static method in exception com.tailf.dp.DpCallbackExtendedException
Deprecated.
mk(ConfResponse) - Static method in exception com.tailf.dp.DpException
 
mk(ConfResponse) - Static method in exception com.tailf.ha.HaException
 
mk(ConfResponse) - Static method in exception com.tailf.maapi.MaapiException
 
mk(ConfResponse, ConfPath) - Static method in exception com.tailf.maapi.MaapiException
 
mk(String, MaapiSchemas.CSNode, NavuList) - Static method in exception com.tailf.navu.IllegalParentNavuNodeException
 
mk(ConfResponse) - Static method in exception com.tailf.navu.NavuException
 
mk(NavuChoice, String) - Static method in exception com.tailf.navu.NoSuchNavuCaseException
 
mk(NavuContainer, String) - Static method in exception com.tailf.navu.NoSuchNavuChoiceException
 
mk(NavuNode, String) - Static method in exception com.tailf.navu.NoSuchNavuNodeException
 
mk(NavuNode, String, EnumSet<Verbosity>) - Static method in exception com.tailf.navu.NoSuchNavuNodeException
 
mk(NavuNode, String, String) - Static method in exception com.tailf.navu.NoSuchNavuNodeException
 
mk(NavuNode, String, String, EnumSet<Verbosity>) - Static method in exception com.tailf.navu.NoSuchNavuNodeException
 
mk(NavuList, ConfKey) - Static method in exception com.tailf.navu.NoSuchNavuNodeException
 
mk(ConfResponse) - Static method in exception com.tailf.notif.NotifException
 
mk_keypath(ConfEObject, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfInternal
Makes a keypath from a term.
MODE_GET - Static variable in class com.tailf.navu.NavuParser
parse xml as preparation for a getValues call
MODE_GET - Static variable in class com.tailf.util.XMLtoConfXMLParam
parse xml as preparation for a getValues() call
MODE_OCRNL - Static variable in interface com.tailf.ned.SSHClient.CliSession
Newline modes supported by the CLI session
MODE_ONLRET - Static variable in interface com.tailf.ned.SSHClient.CliSession
 
MODE_ONOCR - Static variable in interface com.tailf.ned.SSHClient.CliSession
 
MODE_READ - Static variable in class com.tailf.conf.Conf
Indicates a read only transaction.
MODE_READ_WRITE - Static variable in class com.tailf.conf.Conf
Indicates a read and write transaction.
MODE_SET - Static variable in class com.tailf.navu.NavuParser
parse xml as preparation for a setValues call
MODE_SET - Static variable in class com.tailf.util.XMLtoConfXMLParam
parse xml as preparation for a setValues() call
MODE_SET_PREPARE - Static variable in class com.tailf.navu.NavuParser
parse xml with "?" arguments as preparation for a setValues call
modeToString(int) - Static method in class com.tailf.conf.Conf
Converts a mode constant into a string
MODIFIED - Static variable in class com.tailf.ned.NedEditOp
 
modules() - Method in class com.tailf.ned.NedCliBaseTemplate
 
modules() - Method in class com.tailf.ned.NedConnectionBase
Which YANG modules are covered by the class instance.
MountIdCb - Class in com.tailf.maapi
 
MountIdCb(Maapi, int) - Constructor for class com.tailf.maapi.MountIdCb
 
MountIdInterface - Interface in com.tailf.conf
 
MountIdLRUMap(int) - Constructor for class com.tailf.maapi.MaapiSchemas.MountIdLRUMap
 
move(ConfObject, ConfList.WhereTo, ConfObject) - Method in class com.tailf.conf.ConfList
Move a list element to a new position in the list.
move(int, ConfKey, String, Object...) - Method in class com.tailf.maapi.Maapi
This function moves an existing object.
move(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
This function moves an existing object
move(String, NavuLeafList.WhereTo, String) - Method in class com.tailf.navu.NavuLeafList
Move a leaf-list element to a new position.
move(ConfValue, NavuLeafList.WhereTo, ConfValue) - Method in class com.tailf.navu.NavuLeafList
Move a leaf-list element to a new position.
move(String, NavuList.WhereTo, String) - Method in class com.tailf.navu.NavuList
Move a list element to a new position in the list.
move(ConfKey, NavuList.WhereTo, ConfKey) - Method in class com.tailf.navu.NavuList
Move a list element to a new position in the list.
moveAfter(DpTrans, ConfObject[], ConfKey) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
moveAfter(DpTrans, ConfObject[], ConfKey) - Method in interface com.tailf.dp.DpDataCallback
This callback only needs to be implemented if we provide configuration data that has YANG lists with a ordered-by user statement.
MOVED - Static variable in class com.tailf.ned.NedEditOp
 
moveOrdered(int, MoveWhereFlag, ConfKey, String, Object...) - Method in class com.tailf.maapi.Maapi
For a list with the YANG ordered-by user statement, this function can be used to change the order of entries, by moving one entry to a new position.
MoveWhereFlag - Enum in com.tailf.maapi
flags us by Maapi.moveOrdered method to control ordered-by user orders
mux - Variable in class com.tailf.ned.NedCliBaseTemplate
 

N

name - Variable in class com.tailf.maapi.MaapiSchemas.CSBit
Deprecated.
name - Variable in class com.tailf.maapi.MaapiSchemas.CSEnum
Deprecated.
namespace(String) - Method in class com.tailf.navu.NavuContainer
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.
namespace(String) - Method in class com.tailf.navu.NavuNode
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.
NanoServiceCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Nano Service Callbacks.
NanoServiceCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Nano Service Callbacks.
NanoServiceCallbackProxy(Object, String, String, String) - Constructor for class com.tailf.dp.annotations.NanoServiceCallbackProxy
Constructor for Callback proxys.
NanoServiceCBType - Enum in com.tailf.dp.proto
Enumeration of Nano Service callback methods
NanoServiceContext - Interface in com.tailf.dp.services
The Nano service context object.
NavuAction - Class in com.tailf.navu
This class represents a action modeled in the data model.
NavuCdbSessionPoolable - Interface in com.tailf.navu
This NavuCdbSessionPoolable interface should be implemented by any class whose instance are intended to change the default behavior of how CdbSession object is created and used in NAVU.
NavuChange - Class in com.tailf.navu
This class handles changes on a node.
NavuChoice - Class in com.tailf.navu
This class handles YANG presentation and setting of YANG choices.
NavuContainer - Class in com.tailf.navu
NavuContainer is a representation of the yang construct container,module and list-entry.
NavuContainer() - Constructor for class com.tailf.navu.NavuContainer
This constructor creates a root container.
NavuContainer(NavuContext) - Constructor for class com.tailf.navu.NavuContainer
Creates an root NavuContainer a starting point of which further navigation is performed.
NavuContainer(Maapi, int, int) - Constructor for class com.tailf.navu.NavuContainer
Constructor for a single namespace.
NavuContainer(Maapi, int, Maapi, int, int) - Constructor for class com.tailf.navu.NavuContainer
Deprecated.
NavuContainer(Cdb, int) - Constructor for class com.tailf.navu.NavuContainer
Deprecated.
NavuContext - Class in com.tailf.navu
This class controls how NAVU should read/write data to ncs.
NavuContext(Maapi, int) - Constructor for class com.tailf.navu.NavuContext
Constructor for running NAVU with a transaction towards DB_RUNNING.
NavuContext(Maapi) - Constructor for class com.tailf.navu.NavuContext
This constructor prepares a context to be used with a maapi transaction towards either Conf.DB_RUNNING or Conf.DB_OPERATIONAL.
NavuContext(Cdb) - Constructor for class com.tailf.navu.NavuContext
Deprecated.
NavuContext(CdbSubscription) - Constructor for class com.tailf.navu.NavuContext
Deprecated.
NavuContext(CdbSession) - Constructor for class com.tailf.navu.NavuContext
Deprecated.
NavuContext(Maapi, int, Maapi, int) - Constructor for class com.tailf.navu.NavuContext
Deprecated.
NavuContextBase - Class in com.tailf.navu
This class is the base class for NavuContext.
NavuContextBase.UnSetCaseInChoice - Enum in com.tailf.navu
The enumeration specifies the behavior when a case in a choice is not selected explicitly or implicitly.
NavuCursor - Class in com.tailf.navu
The NavuCursor is a helper class used within NAVU to simplify the MAAPI cursor handling.
NavuCursor(CdbSession, NavuNode, String, Object...) - Constructor for class com.tailf.navu.NavuCursor
Constructor to be used when in CDB mode.
NavuEventCallback - Interface in com.tailf.ncs
NavuEventCallback interface is used to implement callback methods to be used my the NavuEventHandler.
NavuEventHandler - Class in com.tailf.ncs
This class represents the a running daemon where it provides the means for user callback to react on NCS CDB notification that arrives asynchronously from a device.
NavuEventHandler(Socket, String) - Constructor for class com.tailf.ncs.NavuEventHandler
Deprecated.
NavuEventHandler(InetSocketAddress, String) - Constructor for class com.tailf.ncs.NavuEventHandler
Create an instance of the NavuEventHandler with a InetSocketAddress to NCS host and IPC port.
NavuEventHandler(String, int, String) - Constructor for class com.tailf.ncs.NavuEventHandler
Create an instance of the NavuEventHandler with a specified host and port.
NavuException - Exception in com.tailf.navu
Exception raised from the navu package
NavuException(String, ConfException) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(String, Throwable) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(String) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(IOException) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(MaapiException) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(ConfException) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(Throwable) - Constructor for exception com.tailf.navu.NavuException
 
NavuException(String, int, Throwable) - Constructor for exception com.tailf.navu.NavuException
 
NavuLeaf - Class in com.tailf.navu
The NavuLeaf class corresponds to the YANG leaf and leaf-list node types.
NavuLeafList - Class in com.tailf.navu
NavuLeafList is a representation of the YANG leaf-list.
NavuLeafList.WhereTo - Enum in com.tailf.navu
 
NavuList - Class in com.tailf.navu
NavuList is a representation of the YANG list node.
NavuList.WhereTo - Enum in com.tailf.navu
 
NavuListEntry - Class in com.tailf.navu
A NavuList holds this representation of a entry as its children or entry set.
NavuNode - Class in com.tailf.navu
NavuNode is the base class for all navigation classes like NavuContainer, NavuList, NavuLeaf etc.
NavuNode() - Constructor for class com.tailf.navu.NavuNode
 
NavuNodeInfo - Class in com.tailf.navu
This class contains meta information for a node.
NavuNodeInfo(MaapiSchemas.CSNode) - Constructor for class com.tailf.navu.NavuNodeInfo
Creates a NavuNodeInfo based on a schema node.
NavuNodeSetIterate - Interface in com.tailf.navu
This class is used by NavuNode.xPathSelectIterate(String, NavuNodeSetIterate) The iterate method is called for each node iteration.
NavuParser - Class in com.tailf.navu
XML parser capable of producing an ConfXMLParam[] from an xml snippet.
NavuParser(String, MaapiSchemas.CSNode, ConfPath, int) - Constructor for class com.tailf.navu.NavuParser
Constructor for the XML parser The xml snippet must have root tag that corresponds to the root CSNode The parser works in one of three modes: NavuParser.MODE_GET
NavuTraversalBfsMean - Class in com.tailf.navu.traversal
This implements the NavuTraversalMean for BFS (Breath-first traversal).
NavuTraversalBfsMean() - Constructor for class com.tailf.navu.traversal.NavuTraversalBfsMean
 
NavuTraversalDfsMean - Class in com.tailf.navu.traversal
This implements the NavuTraversalMean for DFS (Depth-first traversal).
NavuTraversalDfsMean() - Constructor for class com.tailf.navu.traversal.NavuTraversalDfsMean
 
NavuTraversalMean - Interface in com.tailf.navu.traversal
 
NavuTreeTraversal - Class in com.tailf.navu.traversal
Starting point for both Active and Passive mode traversal
NavuXPathContext - Class in com.tailf.navu
This class contains Node context for a callback iterator implementing NavuNodeSetIterate which is used by NavuNode.xPathSelectIterate(String, NavuNodeSetIterate)
NavuXPathContext() - Constructor for class com.tailf.navu.NavuXPathContext
 
Ncs - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module tailf-ncs.yang
Ncs() - Constructor for class com.tailf.ncs.ns.Ncs
 
NCS_COMMIT_QUEUE_ASYNC - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_COMMIT_QUEUE_DELETED - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_COMMIT_QUEUE_FAILED - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_COMMIT_QUEUE_NONE - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_COMMIT_QUEUE_SYNC - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_COMMIT_QUEUE_TIMEOUT - Static variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
NCS_CQ_ITEM_COMPLETED - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_CQ_ITEM_DELETED - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_CQ_ITEM_EXECUTING - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_CQ_ITEM_FAILED - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_CQ_ITEM_LOCKED - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_CQ_ITEM_WAITING - Static variable in class com.tailf.notif.CommitQueueProgressNotification
 
NCS_PORT - Static variable in class com.tailf.conf.Conf
Default port number that NCS listens to.
NcsAlarms - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module tailf-ncs-alarms.yang
NcsAlarms() - Constructor for class com.tailf.ncs.ns.NcsAlarms
 
ncsApplyTemplate(int, String, ConfPath, Properties, boolean, boolean) - Method in class com.tailf.maapi.Maapi
 
ncsApplyTemplate(int, String, ConfPath, Properties, String, boolean, boolean) - Method in class com.tailf.maapi.Maapi
 
NcsCtlCommand - Class in com.tailf.ncs
Ncs Java VM protocol command representation class
NcsCtlCommand(ConfETuple, Socket) - Constructor for class com.tailf.ncs.NcsCtlCommand
 
NcsDp - Class in com.tailf.ncs
NCS Java vm internal DP dataprovider for stats data etc.
NcsDp(String, Socket, int) - Constructor for class com.tailf.ncs.NcsDp
 
NcsException - Exception in com.tailf.ncs
Ncs package generic exception
NcsException(String, Throwable) - Constructor for exception com.tailf.ncs.NcsException
 
NcsException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.ncs.NcsException
 
ncsGetTemplateVariables(String) - Method in class com.tailf.maapi.Maapi
 
NcsJVMLauncher - Class in com.tailf.ncs
Helper class implementing a java main() method which will start the Ncs java vm main thread
NcsJVMLauncher() - Constructor for class com.tailf.ncs.NcsJVMLauncher
 
NcsMain - Class in com.tailf.ncs
Main class for Ncs java vm management and control.
NcsMainMBean - Interface in com.tailf.ncs
This is the JMX interface for the NcsMain class
ncsMovePrivateData(int, ConfPath, ConfPath) - Method in class com.tailf.maapi.Maapi
Used in service data migrations, after config data has been moved in the data upgrade, also the service ncs specific private data has to be moved.
NcsNed - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module tailf-ncs-ned.yang
NcsNed() - Constructor for class com.tailf.ncs.ns.NcsNed
 
NcsSnmp - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module snmp.yang
NcsSnmp() - Constructor for class com.tailf.ncs.ns.NcsSnmp
 
NcsState - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module tailf-ncs-monitoring.yang
NcsState() - Constructor for class com.tailf.ncs.ns.NcsState
 
ncsTemplates() - Method in class com.tailf.maapi.Maapi
 
NcsThread - Class in com.tailf.ncs
NcsThread is a subclass of Thread with the ability to log more info about a thread and implements an UncaughtExceptionHandler.
NcsThread(Runnable) - Constructor for class com.tailf.ncs.NcsThread
 
NcsThread(Runnable, String) - Constructor for class com.tailf.ncs.NcsThread
 
NcsThreadPoolFactory - Class in com.tailf.ncs
The customized thread Factory this is used for creating customized threads that uses UncaughtExceptionHandler and for thread that performs debug logging msg so we could interpret the thread dumps and error logs.
NcsThreadPoolFactory(String) - Constructor for class com.tailf.ncs.NcsThreadPoolFactory
 
NedCapability - Class in com.tailf.ned
NedCapability is used to communicate the capabilities (supported namespace, revision, features and deviations) of a NedConnection (NedGeneric or NedCli).
NedCapability(String, String) - Constructor for class com.tailf.ned.NedCapability
 
NedCapability(String, String, String, String, String, String) - Constructor for class com.tailf.ned.NedCapability
Deprecated.
Use the method NedCapability instead
NedCapability(String, String, String, List<String>, String, List<String>) - Constructor for class com.tailf.ned.NedCapability
 
NedCapability(String, String, String, String, String) - Constructor for class com.tailf.ned.NedCapability
Deprecated.
Use the method NedCapability instead
NedCapability(String, String, List<String>, String, List<String>) - Constructor for class com.tailf.ned.NedCapability
 
NedCliBase - Class in com.tailf.ned
This class is used for connections between the NCS and CLI based NEDs.
NedCliBase() - Constructor for class com.tailf.ned.NedCliBase
 
NedCliBaseTemplate - Class in com.tailf.ned
This class implements NED CLI template
NedCliBaseTemplate() - Constructor for class com.tailf.ned.NedCliBaseTemplate
 
NedCliBaseTemplate(String, InetAddress, int, String, String, String, String, boolean, int, int, int, NedMux, NedWorker) - Constructor for class com.tailf.ned.NedCliBaseTemplate
 
NedCliBaseTemplate.ApplyException - Exception in com.tailf.ned
 
NedCmd - Class in com.tailf.ned
A NedCmd represents the command send from the NCS with all parameters.
NedCmd(ConfETuple) - Constructor for class com.tailf.ned.NedCmd
 
NedCmd.NedPublicKey - Class in com.tailf.ned
 
NedCmd.NedSSHAlgorithms - Class in com.tailf.ned
 
NedConnectionBase - Class in com.tailf.ned
A NedConnection is the interface used by the NedMux for keeping track of connections to different devices.
NedConnectionBase() - Constructor for class com.tailf.ned.NedConnectionBase
 
NedEditOp - Class in com.tailf.ned
NedEditOp represents the edit operations provided to a NedGeneric in the prepare, abort, and revert methods.
NedEditOp(ConfETuple) - Constructor for class com.tailf.ned.NedEditOp
 
NedErrorCode - Enum in com.tailf.ned
 
NedException - Exception in com.tailf.ned
Exception raised from the NED package
NedException(NedErrorCode, String) - Constructor for exception com.tailf.ned.NedException
 
NedException(NedErrorCode, String, Throwable) - Constructor for exception com.tailf.ned.NedException
 
NedException(int, String) - Constructor for exception com.tailf.ned.NedException
Deprecated.
Use the constructor NedException(NedErrorCode, String) instead
NedException(String) - Constructor for exception com.tailf.ned.NedException
Deprecated.
Use the constructor NedException(NedErrorCode, String) instead with code set to the appropriate enum in NedErrorCode
NedException(String, Throwable) - Constructor for exception com.tailf.ned.NedException
Deprecated.
Use the constructor NedException(NedErrorCode, String, Throwable) instead with code set to the appropriate enum in NedErrorCode
NedExpectResult - Class in com.tailf.ned
The result of a expect() method invocation.
NedExpectResult(int, String) - Constructor for class com.tailf.ned.NedExpectResult
 
NedExpectResult(int, String, String) - Constructor for class com.tailf.ned.NedExpectResult
 
NedGenericBase - Class in com.tailf.ned
This interface must be adhered to by code that talks to a generic device that is modeled in YANG.
NedGenericBase() - Constructor for class com.tailf.ned.NedGenericBase
 
NedMux - Class in com.tailf.ned
The NedMux is used as the interface between NCS and the NedConnections.
NedMux() - Constructor for class com.tailf.ned.NedMux
 
NedMux(String, int) - Constructor for class com.tailf.ned.NedMux
 
NedTracer - Interface in com.tailf.ned
 
NedTTL - Class in com.tailf.ned
The NedTTL class is used to pass time-to-live information to NCS for the entries in a config=false cache.
NedTTL(ConfPath, int) - Constructor for class com.tailf.ned.NedTTL
Creates a single TTL entry.
NedTTL(ConfPath, int, boolean) - Constructor for class com.tailf.ned.NedTTL
Creates a single TTL entry.
NedWorker - Class in com.tailf.ned
The NedWorker is used by the NedMux for running a worker thread for executing NedConnection tasks.
NedWorker(int, NedMux, String, int, String) - Constructor for class com.tailf.ned.NedWorker
 
NedWorker.NotEnoughDataException - Exception in com.tailf.ned
 
NedWorker.NotImplementedException - Exception in com.tailf.ned
 
NedWorker.TransactionIdMode - Enum in com.tailf.ned
Indicates the mode of Transaction ID supported by the NED.
NetconfNcs - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module tailf-netconf-ncs.yang
NetconfNcs() - Constructor for class com.tailf.ncs.ns.NetconfNcs
 
netconfSSHCallHome(ConfObject, int) - Method in class com.tailf.maapi.Maapi
Request that ConfD daemon initiates a NETCONF SSH Call Home connection (see RFC 8071) to the NETCONF client running on host.
netconfSSHCallHomeOpaque(ConfObject, String, int) - Method in class com.tailf.maapi.Maapi
Request that ConfD daemon initiates a NETCONF SSH Call Home connection (see RFC 8071) to the NETCONF client running on host.
NEW_THREAD - Static variable in class com.tailf.ned.NedCmd
 
newConnection(String, InetAddress, int, String, String, String, String, String, boolean, int, int, int, NedMux, NedWorker) - Method in class com.tailf.ned.NedCliBase
Establish a new connection to a device and send response to NCS with information about the device.
newConnection(String, InetAddress, int, String, String, String, String, String, boolean, int, int, int, NedMux, NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
newConnection(String, InetAddress, int, String, boolean, int, int, int, NedMux, NedWorker) - Method in class com.tailf.ned.NedGenericBase
Establish a new connection to a device and send response to NCS with information about the device using the method setConnectionData() A new instance representing the new connection should be returned.
newCursor(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Creates a cursor for a list specified by fmt.
newCursor(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Creates a cursor for a list specified by path
newCursorWithFilter(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
Creates a cursor for a list specified by fmt with an XPath filter specified by filter.
newCursorWithFilter(int, String, ConfPath) - Method in class com.tailf.maapi.Maapi
Creates a cursor for a list specified by path with an XPath filter specified by filter.
newDefaultReply() - Static method in class com.tailf.dp.Completion
The CompletionDefaultReply instance is the possible response for a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.
newInstance(String, String, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfIdentityRef
Deprecated.
newInstance(String) - Method in class com.tailf.conf.ConfTypeDescriptor
Creates a new ConfValue instance of the type described by this ConfTypeDescriptor and with a value represented by a string.
newRangeEnumReply(int) - Static method in class com.tailf.dp.Completion
The CompletionRangeEnumReply instance is the expected response for a tailf:cli-custom-range-enumerator actionpoint.
newRefTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for new style references
newReply() - Static method in class com.tailf.dp.Completion
The CompletionReply instance is the possible response for a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.
newSubscription() - Method in class com.tailf.cdb.Cdb
Creates a new CDB Subscription.
newThread(Runnable) - Method in class com.tailf.dp.DpThreadPoolFactory
 
newThread(Runnable) - Method in class com.tailf.ncs.NcsThreadPoolFactory
 
nextIndex(ConfPath) - Method in class com.tailf.cdb.CdbSession
Returns the position of the next key
nextIndex(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.nextIndex(ConfPath) but specifies element using path string
nextIndex(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
nextIndex(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
nextNode() - Method in class com.tailf.navu.NavuXPathContext
Continue iteration to next node after this invocation
NextObjectArrayList<E> - Class in com.tailf.dp
ArrayList-based implementation of the NextObjectList interface.
NextObjectArrayList(int) - Constructor for class com.tailf.dp.NextObjectArrayList
 
NextObjectArrayList() - Constructor for class com.tailf.dp.NextObjectArrayList
 
NextObjectArrayList(Collection<? extends E>) - Constructor for class com.tailf.dp.NextObjectArrayList
 
NextObjectList<E> - Interface in com.tailf.dp
nilTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for empty lists
NO_OPTIONS - Static variable in class com.tailf.util.Base64
No options specified.
NO_WORKER - Static variable in class com.tailf.ned.NedCmd
 
NOCONNECT_CLI - Static variable in class com.tailf.ned.NedCmd
 
NOCONNECT_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
node - Variable in class com.tailf.dp.DpListFilter
node() - Method in class com.tailf.proto.ConfEPid
Get the node from the pid.
node() - Method in class com.tailf.proto.ConfERef
Get the node name from the ref.
NODE_TYPE_COMMENT - Static variable in interface com.tailf.conf.Compiler
 
NODE_TYPE_NODE - Static variable in interface com.tailf.conf.Compiler
 
NODE_TYPE_PI - Static variable in interface com.tailf.conf.Compiler
 
NODE_TYPE_TEXT - Static variable in interface com.tailf.conf.Compiler
 
nodeNameTest(Object) - Method in interface com.tailf.conf.Compiler
Produces a NODE_TEST object that represents a node name test.
nodeNameTest(Object) - Method in class com.tailf.conf.XPathAbrevCompiler
 
nodeTypeTest(int) - Method in interface com.tailf.conf.Compiler
Produces a NODE_TEST object that represents a node type test.
nodeTypeTest(int) - Method in class com.tailf.conf.XPathAbrevCompiler
 
noMasterError() - Method in class com.tailf.notif.HaNotification
 
NONE - Static variable in class com.tailf.ned.NedCmd
 
NoSuchNavuCaseException - Exception in com.tailf.navu
 
NoSuchNavuCaseException(NavuChoice, String, String) - Constructor for exception com.tailf.navu.NoSuchNavuCaseException
 
NoSuchNavuChoiceException - Exception in com.tailf.navu
 
NoSuchNavuChoiceException(NavuContainer, String, String) - Constructor for exception com.tailf.navu.NoSuchNavuChoiceException
 
NoSuchNavuNodeException - Exception in com.tailf.navu
 
NotEnoughDataException() - Constructor for exception com.tailf.ned.NedWorker.NotEnoughDataException
 
Notif - Class in com.tailf.notif
This class implements the Notifications API in Java.
Notif(Socket, EnumSet<NotificationType>, NotificationCfg) - Constructor for class com.tailf.notif.Notif
Creates a notification instance.
Notif(Socket, EnumSet<NotificationType>, int, int) - Constructor for class com.tailf.notif.Notif
Same functionality as for Notif(socket, eventTypes, cfg) except that only heartbeat and healtcheck notifications are expected to require to be configured.
Notif(Socket, EnumSet<NotificationType>, int) - Constructor for class com.tailf.notif.Notif
Same functionality as for Notif(socket, eventTypes, cfg) except that only heartbeat notifications are expected to require to be configured Since the ConfD/NCS daemon expects initialization within 5 seconds after a new socket is established this constructor should be called directly for a new socket.
Notif(Socket, EnumSet<NotificationType>) - Constructor for class com.tailf.notif.Notif
Same functionality as for Notif(socket, eventTypes, cfg) except that no extra configuration is expected to be set in eventTypes.
NotifException - Exception in com.tailf.notif
Exceptions raised from the notif package
NotifException(String, Throwable) - Constructor for exception com.tailf.notif.NotifException
 
NotifException(String, ErrorCode) - Constructor for exception com.tailf.notif.NotifException
 
NotifException(String, ErrorCode, Throwable) - Constructor for exception com.tailf.notif.NotifException
 
NotifException(String, int, Throwable) - Constructor for exception com.tailf.notif.NotifException
 
NotifHandlerInstance - Class in com.tailf.ncs.snmp.snmp4j
Helper class which holds handler and if applicable the corresponding opaque object for a registered handler
NotifHandlerInstance(NotificationHandler, Object) - Constructor for class com.tailf.ncs.snmp.snmp4j.NotifHandlerInstance
Default constructor
notification(String) - Method in class com.tailf.ned.NedWorker
Send notification to NCS once subsciption has been created.
Notification - Class in com.tailf.notif
Base class for notification data structures.
Notification() - Constructor for class com.tailf.notif.Notification
 
NOTIFICATION_EVENT_PATH - Static variable in class com.tailf.ncs.NavuEventHandler
 
NOTIFICATION_PATH - Static variable in class com.tailf.ncs.NavuEventHandler
This path has been deprecated in the YANG model.
NotificationCfg - Class in com.tailf.notif
 
NotificationCfg() - Constructor for class com.tailf.notif.NotificationCfg
Default constructor, all values has to be set using the setter methods.
NotificationCfg(int, int) - Constructor for class com.tailf.notif.NotificationCfg
Creates a NotificationCfg instance with only the heartbeatInterval and healthCheckInterval.
NotificationCfg(Maapi.Verbosity) - Constructor for class com.tailf.notif.NotificationCfg
Creates a NotificationCfg instance with only the verbosity.
NotificationCfg(int, int, String, ConfValue, ConfValue, String, int, Maapi.Verbosity) - Constructor for class com.tailf.notif.NotificationCfg
Convenience constructor setting all values.
NotificationHandler - Interface in com.tailf.ncs.snmp.snmp4j
Interface that all Handlers must implement to be able to register for the NotificationReceiver
NotificationReceiver - Class in com.tailf.ncs.snmp.snmp4j
This class class mediated the use of Snmp4j for receiving and mapping of incoming snmp notifications.
NotificationType - Enum in com.tailf.notif
Enum describing the different notification types available.
notifReceived(NavuContainer) - Method in class com.tailf.ncs.annotations.EventCallbackProxy
 
notifReceived(NavuContainer) - Method in interface com.tailf.ncs.NavuEventCallback
This callback method is received to each cdb notification that correspond to the annotated deviceName and subscription name.
NotImplementedException() - Constructor for exception com.tailf.ned.NedWorker.NotImplementedException
 
ns - Variable in class com.tailf.maapi.CLICmdToPathResult
 
number(String) - Method in interface com.tailf.conf.Compiler
Produces an EXPRESSION object that represents a numeric constant.
number(String) - Method in class com.tailf.conf.XPathAbrevCompiler
 
numInstances(ConfPath) - Method in class com.tailf.cdb.CdbSession
Deprecated.
in favor to getNumberOfInstances, which follows java naming conventions. Returns the number of elements of a container type.
numInstances(String, Object...) - Method in class com.tailf.cdb.CdbSession
Deprecated.
in favor to getNumberOfInstances, which follows java naming conventions. similar to CdbSession.numInstances(ConfPath) but specifies element using path string
numInstances(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
numInstances(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback can optionally be implemented.

O

OID - Static variable in class com.tailf.conf.SnmpVarbind
 
oidToString(int[]) - Method in class com.tailf.conf.SnmpVarbind
Return oid as string on format 1.2.3.4 etc Should only be used for rowindex now
oidToString(long[]) - Method in class com.tailf.conf.SnmpVarbind
Return oid as string on format 1.2.3.4 etc
op - Variable in class com.tailf.conf.ConfResponse
 
op - Variable in class com.tailf.dp.DpListFilter
Operation or function to use when type is ListFilterType.CONFD_LF_CMP or ListFilterType.CONFD_LF_EXEC
OP_CD - Static variable in class com.tailf.cdb.CdbProto
 
OP_CLIENT_INFO - Static variable in class com.tailf.cdb.CdbProto
 
OP_CLIENT_NAME - Static variable in class com.tailf.cdb.CdbProto
 
OP_CREATE - Static variable in class com.tailf.cdb.CdbProto
 
OP_DELETE - Static variable in class com.tailf.cdb.CdbProto
 
op_done - Variable in class com.tailf.ned.NedEditOp
 
OP_END_SESSION - Static variable in class com.tailf.cdb.CdbProto
 
OP_EXISTS - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET2 - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_ATTRS - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_CASE - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_CLI - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_MODIFICATIONS - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_MOUNT_ID - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_OBJECT - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_OBJECTS - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_PHASE - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_REPLAY_TXID - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_TRANS_TID - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_TXID - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_USER_SESSION - Static variable in class com.tailf.cdb.CdbProto
 
OP_GET_VALUES - Static variable in class com.tailf.cdb.CdbProto
 
OP_GETCWD - Static variable in class com.tailf.cdb.CdbProto
 
OP_INITIATE_COMPACTION - Static variable in class com.tailf.cdb.CdbProto
 
OP_IS_DEFAULT - Static variable in class com.tailf.cdb.CdbProto
 
OP_KEY_INDEX - Static variable in class com.tailf.cdb.CdbProto
 
OP_MANDATORY_SUBSCRIBER - Static variable in class com.tailf.cdb.CdbProto
 
OP_MASK - Static variable in class com.tailf.cdb.CdbProto
 
OP_NEW_SESSION - Static variable in class com.tailf.cdb.CdbProto
 
OP_NUM_INSTANCES - Static variable in class com.tailf.cdb.CdbProto
 
OP_NXT_INDEX - Static variable in class com.tailf.cdb.CdbProto
 
OP_OPER_SUBSCRIBE - Static variable in class com.tailf.cdb.CdbProto
 
OP_POPD - Static variable in class com.tailf.cdb.CdbProto
 
OP_PUSHD - Static variable in class com.tailf.cdb.CdbProto
 
OP_REPLAY_SUBS - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_ATTR - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_CASE - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_ELEM - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_ELEM2 - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_NAMESPACE - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_OBJECT - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_TIMEOUT - Static variable in class com.tailf.cdb.CdbProto
 
OP_SET_VALUES - Static variable in class com.tailf.cdb.CdbProto
 
OP_SUB_EVENT - Static variable in class com.tailf.cdb.CdbProto
 
OP_SUB_ITERATE - Static variable in class com.tailf.cdb.CdbProto
 
OP_SUB_PROGRESS - Static variable in class com.tailf.cdb.CdbProto
 
OP_SUBSCRIBE - Static variable in class com.tailf.cdb.CdbProto
 
OP_SUBSCRIBE_DONE - Static variable in class com.tailf.cdb.CdbProto
 
OP_SYNC_SUB - Static variable in class com.tailf.cdb.CdbProto
 
OP_TRIGGER_OPER_SUBS - Static variable in class com.tailf.cdb.CdbProto
 
OP_TRIGGER_SUBS - Static variable in class com.tailf.cdb.CdbProto
 
OP_UNSUBSCRIBE - Static variable in class com.tailf.cdb.CdbProto
 
OP_WAIT_START - Static variable in class com.tailf.cdb.CdbProto
 
ORDERED - Static variable in class com.tailf.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc- 1940.html.
OsEnv - Class in com.tailf.ncs
Unix "env" environment representation class
OutputStream(OutputStream) - Constructor for class com.tailf.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class com.tailf.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

pack_ha_node(ConfHaNode) - Static method in class com.tailf.conf.ConfHaNode
Encodes a ConfHaNode into a ConfEObject to be transported by the protocol.
PackageReloadNotification - Class in com.tailf.notif
Data structure for PackageReload notifications.
PackageReloadNotification() - Constructor for class com.tailf.notif.PackageReloadNotification
 
parse() - Method in class com.tailf.navu.NavuParser
Parses the xml and produces ConfXMLParam[]
parseOps(ConfEList) - Method in class com.tailf.ned.NedCmd
 
pass - Variable in class com.tailf.ned.NedCliBaseTemplate
 
path - Variable in class com.tailf.maapi.CLICmdToPathResult
 
peek() - Method in class com.tailf.proto.ConfInputStream
Look ahead one position in the stream without consuming the byte found there.
PerceivedSeverity - Enum in com.tailf.ncs.alarmman.common
Enum representing the possible perceived severities for an alarm
performUpgrade(String[]) - Method in class com.tailf.maapi.Maapi
Note, This method is only applicable for Confd.
persist(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
PERSIST - Static variable in class com.tailf.ned.NedCmd
 
persist(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
This method is invoked when the currently committed change set should be made permanent.
persistResponse() - Method in class com.tailf.ned.NedWorker
This method is called by the NED to indicate that the persist method has been successfully completed.
pidTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for PIDs
PlanComponent - Class in com.tailf.ncs
This class represents a plan component with its states.
PlanComponent(NavuNode, String, String) - Constructor for class com.tailf.ncs.PlanComponent
Creation of a plan component.
PlanComponent(NavuNode, String, String, ConfObjectRef) - Constructor for class com.tailf.ncs.PlanComponent
 
poke4BE(int, long) - Method in class com.tailf.proto.ConfOutputStream
Write the low four bytes of a value to the stream in bif endian order, at the specified position.
pollAlarm(int, TimeUnit) - Method in class com.tailf.ncs.alarmman.consumer.AlarmSource
 
poolInUse() - Method in interface com.tailf.navu.NavuCdbSessionPoolable
Returns true if the implementation pool is in use.
pop() - Method in class com.tailf.conf.ConfPath
Pops the last element from the path including list keys.
popd() - Method in class com.tailf.cdb.CdbSession
Pops the top element from the directory stack and changes directory to previous directory.
popd(int) - Method in class com.tailf.maapi.Maapi
Pops the top position of the directory stack and changes directory
PORT - Static variable in class com.tailf.conf.Conf
Default port number that ConfD listens to.
port - Variable in class com.tailf.ned.NedCliBaseTemplate
 
portTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for ports
postModification(ServiceContext, ServiceOperationType, ConfPath, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
postModification(ServiceContext, ServiceOperationType, ConfPath, Properties) - Method in interface com.tailf.dp.DpServiceCallback
Post modification callback If registered this method will be called after a CREATE, UPDATE or DELETE of the service.
prefix() - Method in class com.tailf.conf.ConfNamespace
 
prefix - Variable in class com.tailf.conf.ConfNamespaceStub
 
prefix() - Method in class com.tailf.conf.ConfNamespaceStub
 
prefix() - Method in class com.tailf.maapi.MaapiSchemaNS
 
prefix - Static variable in class com.tailf.ncs.ns.Inet
 
prefix() - Method in class com.tailf.ncs.ns.Inet
 
prefix - Static variable in class com.tailf.ncs.ns.Ncs
 
prefix() - Method in class com.tailf.ncs.ns.Ncs
 
prefix - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
prefix() - Method in class com.tailf.ncs.ns.NcsAlarms
 
prefix - Static variable in class com.tailf.ncs.ns.NcsNed
 
prefix() - Method in class com.tailf.ncs.ns.NcsNed
 
prefix - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
prefix() - Method in class com.tailf.ncs.ns.NcsSnmp
 
prefix - Static variable in class com.tailf.ncs.ns.NcsState
 
prefix() - Method in class com.tailf.ncs.ns.NcsState
 
prefix - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
prefix() - Method in class com.tailf.ncs.ns.NetconfNcs
 
prefix - Static variable in class com.tailf.ncs.ns.Yang
 
prefix() - Method in class com.tailf.ncs.ns.Yang
 
preLockCreate(ServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
preLockCreate(ServiceContext, NavuNode, NavuNode, Properties) - Method in interface com.tailf.dp.DpServiceCallback
Deprecated.
use DpServiceCallback.create(ServiceContext context, NavuNode service, NavuNode root, Properties opaque) This method is called when a service instance committed due to a create or update event in the same way as the create() callback. The difference being that this method is called outside of the transaction lock of the current transaction making it parallel to other pre_lock_create() service calls. Care must be taken by the programmer so that the preLockCreate() is designed in a thread safe manner. This method returns a opaque as a Properties object that can be null. If not null it is stored persistently by Ncs. This object is then delivered as argument to new calls of the create method for this service (fastmap algorithm). This way the user can store and later modify persistent data outside the service model that might be needed.
preModification(ServiceContext, ServiceOperationType, ConfPath, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
preModification(ServiceContext, ServiceOperationType, ConfPath, Properties) - Method in interface com.tailf.dp.DpServiceCallback
Pre modification callback If registered this method will be called before a CREATE, UPDATE or DELETE of the service.
prepare(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
prepare(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
If we have multiple sources of data it is highly recommended that the callback is implemented.
prepare(NedWorker, String) - Method in class com.tailf.ned.NedCliBase
Is invoked by NCS to take the configuration to a new state.
prepare(NedWorker, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
prepare(NedWorker, NedEditOp[]) - Method in class com.tailf.ned.NedGenericBase
Is invoked by NCS to take the configuration to a new state.
PREPARE_CLI - Static variable in class com.tailf.ned.NedCmd
 
PREPARE_DRY_CLI - Static variable in class com.tailf.ned.NedCmd
 
PREPARE_DRY_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
PREPARE_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
prepareDry(NedWorker, String) - Method in class com.tailf.ned.NedCliBase
Is invoked by NCS to tell the NED what actions it should take towards the device if it should do a prepare.
prepareDry(NedWorker, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
prepareDry(NedWorker, NedEditOp[]) - Method in class com.tailf.ned.NedGenericBase
Is invoked by NCS to ask the NED what actions it would take towards the device if it would do a prepare.
prepareDryResponse(String) - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when it has completed a prepare dry operation to indicate a successful completion of and the result of the dry run.
prepareDryUnsupportedResponse() - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when a prepare dry operation is invoked and the NED is not able to support such an operation.
PreparedXMLStatement - Class in com.tailf.navu
This class represents a parsed XML-string, optionally with parameterized values.
PreparedXMLStatement(ConfXMLParam[], Map<Integer, Object[]>, NavuNode) - Constructor for class com.tailf.navu.PreparedXMLStatement
 
prepareResponse() - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when it has completed a prepare operation to indicate a successful completion of the prepare.
prepareTrans(int) - Method in class com.tailf.maapi.Maapi
Prepares the transaction specified by transaction handle tid.
prepareTrans(int, int) - Method in class com.tailf.maapi.Maapi
Prepares the transaction specified by transaction handle tid.
prepareXMLCall(String) - Method in class com.tailf.navu.NavuNode
Creates a parameterized configuration xml in the style of a NavuNode.setValues(String) argument.
print(String) - Method in interface com.tailf.ned.CliSession
 
print(int) - Method in interface com.tailf.ned.SSHClient.CliSession
Prints an integer (as text) to the output stream.
print(String) - Method in interface com.tailf.ned.SSHClient.CliSession
Prints text to the output stream.
print(int) - Method in class com.tailf.ned.SSHSession
Prints an integer (as text) to the output stream.
print(String) - Method in class com.tailf.ned.SSHSession
Prints text to the output stream.
print(String) - Method in class com.tailf.ned.TelnetSession
Prints text to the output stream.
printChain(NavuNode) - Method in class com.tailf.navu.traversal.NavuTreeTraversal
 
printChildren(int, MaapiSchemas.CSNode) - Static method in class com.tailf.maapi.MaapiSchemasUtil
Recursive printout of a schema tree from and including given node
printf(String, Object...) - Method in class com.tailf.maapi.CLIInteraction
Write to the CLI using printf formatting.
println(String) - Method in interface com.tailf.ned.CliSession
 
println(int) - Method in interface com.tailf.ned.SSHClient.CliSession
Prints an integer (as text) to the output stream.
println(String) - Method in interface com.tailf.ned.SSHClient.CliSession
Print text to the output stream.
println(int) - Method in class com.tailf.ned.SSHSession
Prints an integer (as text) to the output stream.
println(String) - Method in class com.tailf.ned.SSHSession
Print text to the output stream.
println(String) - Method in class com.tailf.ned.TelnetSession
Print text to the output stream.
printNodeFlags(int) - Static method in class com.tailf.maapi.MaapiSchemasUtil
 
printNodeInfo(int, MaapiSchemas.CSNode) - Static method in class com.tailf.maapi.MaapiSchemasUtil
Node info printout for a given node
printNodeType() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
 
printNodeType() - Method in class com.tailf.navu.NavuNodeInfo
 
prioMessage(String, String) - Method in class com.tailf.maapi.Maapi
Send a high priority message to a specific user, a specific user session or all users depending on the to parameter.
processPdu(CommandResponderEvent) - Method in class com.tailf.ncs.snmp.snmp4j.CommandResponderImpl
 
processPdu(EventContext, CommandResponderEvent, Object) - Method in class com.tailf.ncs.snmp.snmp4j.FilterAckInforms
Standard filter method for acknowledge of INFORM.
processPdu(EventContext, CommandResponderEvent, Object) - Method in class com.tailf.ncs.snmp.snmp4j.FilterKnownIPAddresses
Standard filter method for suppressing unknown ipAddresses
processPdu(EventContext, CommandResponderEvent, Object) - Method in class com.tailf.ncs.snmp.snmp4j.FilterOutNonNotifications
Standard filter method for suppressing received snmp event which are not of type TRAP, NOTIFICATION or INFORM.
processPdu(EventContext, CommandResponderEvent, Object) - Method in interface com.tailf.ncs.snmp.snmp4j.NotificationHandler
Filter method
Progress() - Constructor for class com.tailf.maapi.Maapi.Progress
 
ProgressNotification - Class in com.tailf.notif
Data structure for progress notifications.
ProgressNotification(NotificationType, ProgressNotification.ProgressEventType, Long, Long, int, int, int, String, String, String, String, String, String) - Constructor for class com.tailf.notif.ProgressNotification
 
ProgressNotification(NotificationType, ProgressNotification.ProgressEventType, Long, Long, int, int, int, String, String, String, String, String, String, String, String, Long, String, String, String, String) - Constructor for class com.tailf.notif.ProgressNotification
 
ProgressNotification.ProgressEventType - Enum in com.tailf.notif
Progress event type.
prompt(String, boolean) - Method in class com.tailf.maapi.CLIInteraction
Prompt user for a string.
prompt(String, boolean, int) - Method in class com.tailf.maapi.CLIInteraction
This function does the same as prompt(String promptStr), but also takes a timeout parameter, which controls how long (in seconds) to wait for input before aborting.
promptOneOf(String, String[], boolean) - Method in class com.tailf.maapi.CLIInteraction
Prompt user for one of the strings given in the choice parameter.
promptOneOf(String, String[], boolean, int) - Method in class com.tailf.maapi.CLIInteraction
This function does the same as promptOneOf(String promptStr, String[] choice, boolean echo), but also takes a timeout parameter.
proper() - Method in class com.tailf.proto.ConfEList
 
proto - Variable in class com.tailf.ned.NedCliBaseTemplate
 
PROTOVSN - Static variable in class com.tailf.conf.Conf
Library protocol version.
ProxyUtils - Class in com.tailf.dp.annotations
Helper class for callback proxys
ProxyUtils() - Constructor for class com.tailf.dp.annotations.ProxyUtils
 
pushd(ConfPath) - Method in class com.tailf.cdb.CdbSession
Similar to CdbSession.cd(ConfPath) but pushes the previous current directory on a stack.
pushd(String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.pushd(ConfPath) but specifies position using path string
pushd(ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
pushd(String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
pushd(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Behaves like cd() with the exception that we can subsequently call popd() and return to the previous position in the XML data tree.
put(MaapiSchemas.CSNode, MaapiSchemas.CSCase) - Method in class com.tailf.navu.NavuChoice
Adds node-case relation to the choice.
put(int, ConfObject) - Method in class com.tailf.navu.PreparedXMLStatement
Populate the parameterized value at position index with the value val.
put(int, String) - Method in class com.tailf.navu.PreparedXMLStatement
Populate the parameterized value at position index with the value strval.
put(String, String, int) - Method in interface com.tailf.ned.SSHClient.SecureFileTransfer
Put a file on a remote peer.
put(String, String) - Method in interface com.tailf.ned.SSHClient.SecureFileTransfer
Put a file with default permissions on a remote peer.
put_int16(int, int, byte[]) - Static method in class com.tailf.conf.ConfInternal
 
put_int32(int, int, byte[]) - Static method in class com.tailf.conf.ConfInternal
 
putAll(Map<? extends MaapiSchemas.CSNode, ? extends MaapiSchemas.CSCase>) - Method in class com.tailf.navu.NavuChoice
Adds a node-case map to the choice.
putQuoted(String, String) - Method in class com.tailf.ncs.template.TemplateVariables
Assigns a string value to an XPath variable.

Q

qname(String, String) - Method in interface com.tailf.conf.Compiler
Produces an QNAME that represents a name with an optional prefix.
qname(String, String) - Method in class com.tailf.conf.XPathAbrevCompiler
 
QueryResult<T extends ResultType> - Class in com.tailf.maapi
Represent a result from a XPath query.
QueryResult.Entry<E extends ResultType> - Class in com.tailf.maapi
Represent result entry in a XPath query.
queryStart(int, String, String, int, int, List<String>, List<String>, boolean, Class<T>) - Method in class com.tailf.maapi.Maapi
Initiate (or starts) a new XPath query attached to the transaction given in th.
queryStart(int, String, String, int, int, List<String>, Class<T>) - Method in class com.tailf.maapi.Maapi
Initiate (or starts) a new XPath query attached to the transaction given in tid.
queue_id - Variable in class com.tailf.maapi.CommitQueueResult
Deprecated.

R

read() - Method in class com.tailf.cdb.CdbSubscription
Reads the Cdb subscription socket for events and blocks.
read() - Method in class com.tailf.dp.Dp
Receives data on the control socket which is connected to ConfD/NCS.
read() - Method in class com.tailf.maapi.MaapiInputStream
read a byte from the input stream or -1 if EOF
read(byte[], int, int) - Method in class com.tailf.maapi.MaapiInputStream
 
read() - Method in class com.tailf.notif.Notif
Read in the data.
read() - Method in class com.tailf.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.tailf.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read1() - Method in class com.tailf.proto.ConfInputStream
Read a one byte integer from the stream.
read2BE() - Method in class com.tailf.proto.ConfInputStream
Read a two byte big endian integer from the stream.
read2LE() - Method in class com.tailf.proto.ConfInputStream
Read a two byte little endian integer from the stream.
read4BE() - Method in class com.tailf.proto.ConfInputStream
Read a four byte big endian integer from the stream.
read4LE() - Method in class com.tailf.proto.ConfInputStream
Read a four byte little endian integer from the stream.
read_any() - Method in class com.tailf.proto.ConfInputStream
Read an arbitrary E term from the stream.
read_atom() - Method in class com.tailf.proto.ConfInputStream
Read an E atom from the stream.
read_big() - Method in class com.tailf.proto.ConfInputStream
 
read_binary() - Method in class com.tailf.proto.ConfInputStream
Read an E binary from the stream.
read_boolean() - Method in class com.tailf.proto.ConfInputStream
Read an E atom from the stream and interpret the value as a boolean.
read_byte() - Method in class com.tailf.proto.ConfInputStream
Read one byte from the stream.
read_char() - Method in class com.tailf.proto.ConfInputStream
Read a character from the stream.
read_double() - Method in class com.tailf.proto.ConfInputStream
Read an E float from the stream.
READ_EOF - Static variable in exception com.tailf.ned.SSHSessionException
 
read_float() - Method in class com.tailf.proto.ConfInputStream
Read an E float from the stream.
read_int() - Method in class com.tailf.proto.ConfInputStream
Read an integer from the stream.
read_list_head() - Method in class com.tailf.proto.ConfInputStream
Read a list header from the stream.
read_long() - Method in class com.tailf.proto.ConfInputStream
Read a long from the stream.
read_long(boolean) - Method in class com.tailf.proto.ConfInputStream
 
read_long_big() - Method in class com.tailf.proto.ConfInputStream
 
read_nil() - Method in class com.tailf.proto.ConfInputStream
Read an empty list from the stream.
read_pid() - Method in class com.tailf.proto.ConfInputStream
Read an E pid from the stream.
read_ref() - Method in class com.tailf.proto.ConfInputStream
Read an E reference from the stream.
read_short() - Method in class com.tailf.proto.ConfInputStream
Read a short from the stream.
read_string() - Method in class com.tailf.proto.ConfInputStream
Read a string from the stream.
READ_TIMEOUT - Static variable in exception com.tailf.ned.SSHSessionException
 
read_tuple_head() - Method in class com.tailf.proto.ConfInputStream
Read a tuple header from the stream.
read_uint() - Method in class com.tailf.proto.ConfInputStream
Read an unsigned integer from the stream.
read_ulong() - Method in class com.tailf.proto.ConfInputStream
Read an unsigned long from the stream.
read_ushort() - Method in class com.tailf.proto.ConfInputStream
Read an unsigned short from the stream.
readBE(int) - Method in class com.tailf.proto.ConfInputStream
Read a big endian integer from the stream.
readEOF(boolean) - Method in class com.tailf.maapi.CLIInteraction
Read a multi line string from the CLI.
readEOF(boolean, int) - Method in class com.tailf.maapi.CLIInteraction
This function does the same as readEOF(boolean echo), but also takes a timeout parameter, which indicates how long the user may be idle (in seconds) before the reading is aborted.
readFill(Socket, byte[]) - Static method in class com.tailf.conf.ConfInternal
Reads data into a buffer.
readFill(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
Read exactly siz data into the buffer buf.
readLE(int) - Method in class com.tailf.proto.ConfInputStream
Read a little endian integer from the stream.
readN(byte[]) - Method in class com.tailf.proto.ConfInputStream
Read an array of bytes from the stream.
readPayLoad(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
 
readSize(SelectionKey, ByteBuffer, int) - Static method in class com.tailf.conf.ConfInternal
 
readTimeout - Variable in class com.tailf.ned.NedCliBaseTemplate
 
readUntilWouldBlock() - Method in class com.tailf.ned.SSHSession
If we have readTimeout set, and an outstanding operation was timed out - the socket may still be alive.
ready(int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
ready() - Method in interface com.tailf.ned.SSHClient.CliSession
Interface methods with default implementation
ready(int) - Method in class com.tailf.ned.SSHJSession
Checks if the input reader is ready for reading.
ready() - Method in class com.tailf.ned.SSHSession
Tell whether this transport is ready to be read.
ready(int) - Method in class com.tailf.ned.SSHSession
 
ready() - Method in class com.tailf.ned.TelnetSession
Tell whether this transport is ready to be read.
ready(int) - Method in class com.tailf.ned.TelnetSession
 
reconnect(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
RECONNECT - Static variable in class com.tailf.ned.NedCmd
 
reconnect(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
Used for resuming a connection found in the connection pool.
REDEPLOY_PACKAGE - Static variable in class com.tailf.ncs.NcsCtlCommand
 
redeployAll() - Method in class com.tailf.ncs.NcsMain
JMX interface - hot redeploy all packages
redeployAll() - Method in interface com.tailf.ncs.NcsMainMBean
JMX interface - hot redeploy all packages
redeployPackage(NcsPDData) - Method in class com.tailf.ncs.NcsMain
Hot redeploy of all components for a package
refTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for old stype references
register(NotificationHandler, Object) - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
This method is used to register handler callback classes to the notification receiver.
register(ArrayList<NotifHandlerInstance>) - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
This register method takes an ArrayList of NotificationHandlerInstances and registers these.
register(NedConnectionBase) - Method in class com.tailf.ned.NedMux
Register a new NedConnection with the mux.
registerAnnotatedCallbacks(Object) - Method in class com.tailf.dp.Dp
All Data, Trans, Action, Validate, TransValidate and DB callbacks are registered using this method.
registerAnnotatedCallbacks(String, Object) - Method in class com.tailf.dp.Dp
 
registerAnnotatedCallbacks(Object) - Method in class com.tailf.ncs.NavuEventHandler
Method to register pojo classes as notification callbacks.
registerAnnotatedMountedCbs(DpMountIdInterface, Object) - Method in class com.tailf.dp.Dp
 
registerAnnotatedRangeActionCallbacks(Object, ConfValue[], ConfValue[], ConfPath) - Method in class com.tailf.dp.Dp
 
registerAnnotatedRangeDataCallbacks(Object, ConfValue[], ConfValue[], ConfPath) - Method in class com.tailf.dp.Dp
DataCallbacks can be registered for a range of values using this method
registerCallback(SocketFactoryCallback) - Static method in class com.tailf.conf.SocketFactory
Register a SocketFactoryCallback that will be responsible for all socket connection
registerDone() - Method in class com.tailf.dp.Dp
When we have registered all the callbacks for a daemon we must call this function to synchronize with ConfD/NCS.
registerInterfaceCallback(String, String, NavuEventCallback) - Method in class com.tailf.ncs.NavuEventHandler
Method to register classes that implements the NavuEventHandler interface.
registerResources(Object) - Static method in class com.tailf.ncs.ResourceManager
This method will inject resources into annotated fields of the object instances passed as argument
reinstallRemovedNs(List<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
This method should only be used in cdb data migration scenarios.
REJECT_MISMATCH - Static variable in class com.tailf.ned.NedCmd
 
REJECT_UNKNOWN - Static variable in class com.tailf.ned.NedCmd
 
REL_FLAG_MASK - Static variable in class com.tailf.cdb.CdbProto
 
RELOAD_SCHEMA - Static variable in class com.tailf.ncs.NcsCtlCommand
 
reloadConfig() - Method in class com.tailf.maapi.Maapi
Request that the daemon reloads its configuration files.
reloadSchemas() - Method in class com.tailf.maapi.Maapi
This method throws away any old MaapiSchemas container and downloads a new from the server.
reloadSchemas(String[]) - Method in class com.tailf.maapi.Maapi
This method throws away any old MaapiSchemas container and downloads a new from the server.
remove(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
REMOVE - Static variable in class com.tailf.dp.DpAccumulate
An accumulated remove operation.
remove(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback is used to remove a presence container, list entry or empty leaf and all its sub elements.
removeAllForCdb(Cdb) - Method in interface com.tailf.navu.NavuCdbSessionPoolable
Removes or closes all CdbSession associated with the supplied Cdb.
removeAllSessions() - Method in interface com.tailf.navu.NavuCdbSessionPoolable
Removes all established session held by any Cdb.
removeCdbSessions() - Method in class com.tailf.navu.NavuContextBase
Clears all the CDB sessions associates with the mapping between the the supplied Cdb socket and the ( in CDB mode )
removeMountIdCachePath(ConfPath) - Method in class com.tailf.maapi.MaapiSchemas
 
reopenLogs() - Method in class com.tailf.maapi.Maapi
Request that the daemon closes and re-opens its log files
ReopenLogsNotification - Class in com.tailf.notif
Data structure for ReopenLogs notifications.
ReopenLogsNotification() - Constructor for class com.tailf.notif.ReopenLogsNotification
 
replay(DpNotifStream, ConfDatetime, ConfDatetime) - Method in interface com.tailf.dp.DpNotifReplayCallback
The replay() callback is called by ConfD/NCS to request replay.
reply(boolean, String) - Method in class com.tailf.ncs.NcsCtlCommand
 
REPLY_ACCUMULATE - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_ALREADY_LOCKED - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_DELAYED_RESPONSE - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_EOF - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_ERR - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_OK - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
REPLY_VALIDATION_WARN - Static variable in class com.tailf.conf.Conf
General return value for many of the API methods.
reportException(Throwable) - Method in interface com.tailf.dp.DpExceptionReporter
Method called when exceptions are catched in the internal threads started in the Dp.read() method.
reportPackageException(Object, Throwable) - Static method in class com.tailf.ncs.NcsMain
 
reportPackageException(ClassLoader, Throwable) - Static method in class com.tailf.ncs.NcsMain
 
reportPackageException(String, Throwable) - Static method in class com.tailf.ncs.NcsMain
 
reportProgress(int, Maapi.Verbosity, String) - Method in class com.tailf.maapi.Maapi
Report progress of an action or transaction.
reportProgress(int, Maapi.Verbosity, String, String) - Method in class com.tailf.maapi.Maapi
Report progress of an action or transaction.
reportProgressStart(int, Maapi.Verbosity, String, String) - Method in class com.tailf.maapi.Maapi
Report progress of an action or transaction.
reportProgressStop(Maapi.Progress) - Method in class com.tailf.maapi.Maapi
Report progress of an action or transaction.
reportProgressStop(Maapi.Progress, String) - Method in class com.tailf.maapi.Maapi
Report progress of an action or transaction.
reportServiceProgress(int, Maapi.Verbosity, String, String, ConfPath) - Method in class com.tailf.maapi.Maapi
Report transaction progress events for a FASTMAP service.
reportServiceProgressStart(int, Maapi.Verbosity, String, String, ConfPath) - Method in class com.tailf.maapi.Maapi
Report transaction progress events for a FASTMAP service.
reportServiceProgressStop(Maapi.Progress) - Method in class com.tailf.maapi.Maapi
Report transaction progress events for a FASTMAP service.
reportServiceProgressStop(Maapi.Progress, String) - Method in class com.tailf.maapi.Maapi
Report transaction progress events for a FASTMAP service.
requestAction(ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
Invokes an action defined in the data model annotated with tailf:action (see tailf_yang_extensions(5)).
requestAction(List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
Same as Maapi.requestAction(ConfXMLParam[], String, Object...) with the difference that the params is List instead of ConfXMLParam array.
requestAction(ConfXMLParam[], int, String, Object...) - Method in class com.tailf.maapi.Maapi
Same as Maapi.requestAction(ConfXMLParam[], String, Object...) Since actions are not associated with transactions, the namespace hash nshash must be provided and the path to the action, i.e.
requestAction(List<ConfXMLParam>, int, String, Object...) - Method in class com.tailf.maapi.Maapi
 
requestActionTh(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
Same as Maapi.requestAction(ConfXMLParam[], String, Object...) with the difference that the fmt is not required to have a namespace prefix in the root tag.
requestActionTh(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
 
requestId - Variable in class com.tailf.ncs.NcsCtlCommand
 
requestInt(Socket, int, int) - Static method in class com.tailf.conf.ConfInternal
Requests an integer value from ConfD/NCS.
requestInt(Socket, int) - Static method in class com.tailf.conf.ConfInternal
Request an integer from ConfD/NCS.
requestStop() - Method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
 
requestTerm(Socket, int, int, boolean, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Requests a term from ConfD/NCS.
requestTerm(SelectionKey, int, int, boolean, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Write a term arg for the specified operation op , transaction handle thandle ( if available -1 otherwise ) and read the response, from ConfD/NCS.
requestTerm(Socket, int) - Static method in class com.tailf.conf.ConfInternal
Requests a term from ConfD/NCS.
requestTerm(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
Request the operation op with no argument, and read the response from ConfD/NCS.
requestTerm(Socket, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Requests a term from ConfD/NCS.
requestTerm(SelectionKey, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Write a term arg for the specified operation op and read the response, from ConfD/NCS.
reRegister(NedConnectionBase) - Method in class com.tailf.ned.NedMux
The reRegister method will, NCS unknowingly, exchange the ned implementation on the fly.
reRegisterAnnotatedCallbacks(Object) - Method in class com.tailf.dp.Dp
reRegisters an existing callback.
reRegisterAnnotatedCallbacks(String, Object) - Method in class com.tailf.dp.Dp
 
reRegisterAnnotatedMountedCbs(DpMountIdInterface, Object) - Method in class com.tailf.dp.Dp
 
reRegisterAnnotatedRangeActionCallbacks(Object) - Method in class com.tailf.dp.Dp
reRegisters an existing callback.
reRegisterAnnotatedRangeDataCallbacks(Object) - Method in class com.tailf.dp.Dp
reRegisters an existing callback.
RERUN - Static variable in class com.tailf.ncs.NcsCtlCommand
 
reset() - Method in class com.tailf.maapi.QueryResult
Reset/Rewind a running query so that it starts from the beginning again.
reset(int) - Method in class com.tailf.maapi.QueryResult
Reset/Rewind a running query to a specific offset.
reset() - Method in class com.tailf.navu.NavuAction
Not supported does nothing
reset() - Method in class com.tailf.navu.NavuContainer
Resets the contained nodes
reset() - Method in class com.tailf.navu.NavuLeaf
When navigating through NAVU to a certain leaf and retrieving its value, this value will be cached.
reset() - Method in class com.tailf.navu.NavuList
When navigating through NAVU to a certain list, the list values are cached as they are read.
reset() - Method in class com.tailf.navu.NavuNode
When navigating through NAVU to a certain location.
reset() - Method in class com.tailf.navu.PreparedXMLStatement
 
reset() - Method in class com.tailf.proto.ConfOutputStream
Reset the stream so that it can be reused.
Resource - Annotation Type in com.tailf.ncs.annotations
Annotation class for Action Callbacks Attributes are callPoint and callType
ResourceManager - Class in com.tailf.ncs
The NCS resource manager able to create Maapi and Cdb objects connected to the NCS server.
ResourceManagerMBean - Interface in com.tailf.ncs
This is the JMX interface for the ResourceManager
ResourceType - Enum in com.tailf.ncs.annotations
ResourceType set by the Ncs ResourceManager
RESTART - Static variable in class com.tailf.ned.NedCmd
 
restartPackage(String) - Method in class com.tailf.ncs.NcsMain
 
restartPackageNow(String) - Method in class com.tailf.ncs.NcsMain
 
result(Integer, ConfETuple, Boolean) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
 
result(Integer, ConfETuple, Boolean) - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
This callback provides the application with possibility to to take actions based on the result of an inform request for a specific receiver.
result(ConfObject[], ConfValue, Object) - Method in interface com.tailf.maapi.MaapiXPathEvalResult
For each node in the resulting node set evaluated by the xpath this method will be called.
resultCount() - Method in class com.tailf.maapi.QueryResult
Get number of elements in the result.
ResultType - Interface in com.tailf.maapi
Specifies the result type from XPath query.
ResultTypeKeyPath - Interface in com.tailf.maapi
XPath Result in keypath format.
ResultTypeKeyPathValue - Interface in com.tailf.maapi
XPath Result in keypath and value format.
ResultTypeString - Interface in com.tailf.maapi
XPath Result in string format.
ResultTypeTag - Interface in com.tailf.maapi
XPath Result in ConfXMLParam format.
resumeEncoding() - Method in class com.tailf.util.Base64.OutputStream
Resumes encoding of the stream.
RetrictedNumberTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.RetrictedNumberTypeMethodsImpl
 
retrieveMountId(Object) - Method in interface com.tailf.dp.DpMountIdInterface
 
returnAlarmQueue(ArrayBlockingQueue<Alarm>) - Static method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
Returns the queue.
reverse() - Method in class com.tailf.proto.ConfEList
 
revert(int) - Method in class com.tailf.maapi.Maapi
Remove all changes in the transaction.
revert(NedWorker, String) - Method in class com.tailf.ned.NedCliBase
Is invoked by NCS to undo the changes introduced in the last commit operation (communicated to the NED in the prepare method invocation).
revert(NedWorker, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
revert(NedWorker, NedEditOp[]) - Method in class com.tailf.ned.NedGenericBase
Is invoked by NCS to undo the changes introduced in the last commit operation (communicated to the NED in the prepare method invocation).
REVERT_CLI - Static variable in class com.tailf.ned.NedCmd
 
REVERT_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
revertResponse() - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when it has completed a revert operation to indicate a successful completion of the revert.
rollbackConfig(int, String, String...) - Method in class com.tailf.maapi.Maapi
This function can be used to save the equivalent of a rollback file for a given configuration before it is committed (or a subtree thereof) in curly bracket format.
run() - Method in class com.tailf.dp.DpActionTrans
Runs the thread.
run() - Method in class com.tailf.dp.DpNotifReplayThread
Run method derived from Thread
run() - Method in class com.tailf.dp.DpThread
 
run() - Method in class com.tailf.dp.DpTrans
Runs the thread.
run() - Method in class com.tailf.dp.DpValidateTrans
Runs the thread.
run() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
 
run() - Method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
 
run() - Method in class com.tailf.ncs.NavuEventHandler
 
run() - Method in class com.tailf.ncs.NcsMain
This method is the Ncs java vm main thread start
run() - Method in class com.tailf.ncs.NcsThread
 
run() - Method in class com.tailf.ncs.ResourceManager
 
run() - Method in class com.tailf.ned.NedMux
 
run() - Method in class com.tailf.ned.NedWorker
 
runningChkNotModified(DpDbContext) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
runningChkNotModified(DpDbContext) - Method in interface com.tailf.dp.DpDbCallback
This function should check to see if running has been modified or not.
ruser - Variable in class com.tailf.ned.NedCliBaseTemplate
 

S

safeCreate(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Create a new entity in the XML tree.
safeCreate(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Create a new list entity in the XML tree.
safeCreate() - Method in class com.tailf.navu.NavuContainer
Creates an optional container.
safeCreate() - Method in class com.tailf.navu.NavuLeaf
Create an empty leaf node, silently succeeding if the leaf already exists
safeCreate(ConfValue) - Method in class com.tailf.navu.NavuLeafList
The variant of create that succeeds even if the object already exists.
safeCreate(String) - Method in class com.tailf.navu.NavuLeafList
The variant of create that succeeds even if the object already exists.
safeCreate(ConfKey) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(ConfKey) that succeeds even if the key already exists.
safeCreate(ConfObject) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(ConfObject) that succeeds even if the key already exists.
safeCreate(String) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(String) that succeeds even if the key already exists.
safeCreate(String[]) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(String[]) that succeeds even if the key already exists.
safeDelete(int, String, Object...) - Method in class com.tailf.maapi.Maapi
Deletes a node and all its children from the XML data tree.
safeGetElem(int, ConfPath) - Method in class com.tailf.maapi.Maapi
Reads a value from the path specified
safeGetElem(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This reads a value from the path in fmt and returns the result.
safeGetObject(int, String, Object...) - Method in class com.tailf.maapi.Maapi
This is a variant of getObject() that returns null if the object doesn't exist
saveConfig(int, EnumSet<MaapiConfigFlag>, ConfPath) - Method in class com.tailf.maapi.Maapi
Save the subtree in different formats.
saveConfig(int, EnumSet<MaapiConfigFlag>) - Method in class com.tailf.maapi.Maapi
Save the entire config in different formats.
saveConfig(int, EnumSet<MaapiConfigFlag>, String, Object...) - Method in class com.tailf.maapi.Maapi
Save the subtree in different formats, with ability to XPath Filtering.
Scope - Enum in com.tailf.ncs.annotations
Scope for resources managed by the Resource Manager
secpass - Variable in class com.tailf.ned.NedCliBaseTemplate
 
select(List<String>) - Method in class com.tailf.navu.NavuAction
Not supported returns only an empty Collection
select(String) - Method in class com.tailf.navu.NavuAction
Not supported returns only an empty Collection
select(ConfObject[]) - Method in class com.tailf.navu.NavuAction
 
select(List<String>) - Method in class com.tailf.navu.NavuContainer
 
select(String) - Method in class com.tailf.navu.NavuContainer
 
select(ConfObject[]) - Method in class com.tailf.navu.NavuContainer
 
select(List<String>) - Method in class com.tailf.navu.NavuLeaf
 
select(String) - Method in class com.tailf.navu.NavuLeaf
 
select(ConfObject[]) - Method in class com.tailf.navu.NavuLeaf
 
select(List<String>) - Method in class com.tailf.navu.NavuList
 
select(String) - Method in class com.tailf.navu.NavuList
 
select(ConfObject[]) - Method in class com.tailf.navu.NavuList
 
select(List<String>) - Method in class com.tailf.navu.NavuNode
 
select(String) - Method in class com.tailf.navu.NavuNode
 
select(ConfObject[]) - Method in class com.tailf.navu.NavuNode
 
SELFTEST - Static variable in class com.tailf.ncs.NcsCtlCommand
 
send(ConfDatetime, ConfXMLParam) - Method in class com.tailf.dp.DpNotifStream
Send a notification defined at the top level of a YANG module on this notification stream to ConfD/NCS.
send(ConfDatetime, ConfXMLParam[]) - Method in class com.tailf.dp.DpNotifStream
Send a notification defined at the top level of a YANG module on this notification stream to ConfD/NCS.
send(ConfDatetime, ConfXMLParam[], String, Object...) - Method in class com.tailf.dp.DpNotifStream
Send a notification defined as a child of a container or list in a YANG 1.1 module on this notification stream to ConfD/NCS.
send(ConfDatetime, ConfXMLParam[], ConfPath) - Method in class com.tailf.dp.DpNotifStream
Send a notification defined as a child of a container or list in a YANG 1.1 module on this notification stream to ConfD/NCS.
send(String, SnmpVarbind[]) - Method in class com.tailf.dp.DpSnmpNotifier
Send SNMP notification.
send(String, SnmpVarbind[], Integer) - Method in class com.tailf.dp.DpSnmpNotifier
Send SNMP notification with the option to receive an Inform Response.
serial() - Method in class com.tailf.proto.ConfEPid
Get the serial number from the pid
serialize(Document, OutputStream) - Method in class com.tailf.util.ConfXMLParamToXML
Flushes the source document doc to the target out.
serialize(Document, Writer) - Method in class com.tailf.util.ConfXMLParamToXML
Flushes the source document doc to the target out
serialVersionUID - Static variable in exception com.tailf.ned.NedWorker.NotEnoughDataException
 
serialVersionUID - Static variable in exception com.tailf.ned.NedWorker.NotImplementedException
 
serverSideClosed() - Method in interface com.tailf.ned.CliSession
 
serverSideClosed() - Method in class com.tailf.ned.SSHJSession
Returns true if session has been closed
serverSideClosed() - Method in class com.tailf.ned.SSHSession
given a live SSHSession, check if the server side has closed it's end of the ssh socket
serverSideClosed() - Method in class com.tailf.ned.TelnetSession
given a live session, check if the server side has closed it's end of the socket.
ServiceCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Service Callbacks.
ServiceCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Service Callbacks.
ServiceCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ServiceCallbackProxy
Constructor for Callback proxys.
ServiceCBType - Enum in com.tailf.dp.proto
Enumeration of Service callback methods
ServiceContext - Interface in com.tailf.dp.services
The service context object.
ServiceLog - Class in com.tailf.dp.services
This class contains methods to write service log entries.
ServiceLog() - Constructor for class com.tailf.dp.services.ServiceLog
 
ServiceModificationContextImpl - Class in com.tailf.dp.services
Internal class implementing the service context for PRE/POST MODIFICATION callbacks.
ServiceModificationContextImpl(DpTrans, Dp, ConfEObject) - Constructor for class com.tailf.dp.services.ServiceModificationContextImpl
Internally used constructor
ServiceOperationType - Enum in com.tailf.dp.services
The service operation type
servicepoint() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
servicepoint() - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
servicepoint() - Method in interface com.tailf.dp.DpNanoServiceCallback
The name of the servicepoint
servicepoint() - Method in interface com.tailf.dp.DpServiceCallback
The name of the servicepoint
session - Variable in class com.tailf.ned.NedCliBaseTemplate
 
SessionContainer - Class in com.tailf.navu
 
SessionContainer() - Constructor for class com.tailf.navu.SessionContainer
 
set(int, ConfObject) - Method in class com.tailf.conf.ConfList
 
set(String, String) - Method in class com.tailf.maapi.CLIInteraction
Set CLI session parameter.
set(String) - Method in class com.tailf.navu.NavuContainer
Deprecated.
set(NavuContext) - Method in class com.tailf.navu.NavuContext
Set the context attributes using another context object.
set(NavuContextBase) - Method in class com.tailf.navu.NavuContextBase
Set the context attributes using another context object.
set(ConfValue) - Method in class com.tailf.navu.NavuLeaf
Sets the value of the leaf node.
set(String) - Method in class com.tailf.navu.NavuLeaf
Sets the value and tries to perform an update.
set(String) - Method in class com.tailf.navu.NavuList
Deprecated.
set() - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
set(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
set(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
SET_ELEM - Static variable in class com.tailf.dp.DpAccumulate
An accumulating setElem operation.
setAdditionalInfo(String) - Method in class com.tailf.ned.NedCmd
 
setAdditionalInfo(String) - Method in class com.tailf.ned.NedWorker
Set information to be passed back to the caller, typically parse information if the user invokes a show action with the verbose parameter.
setAttr(DpTrans, ConfObject[], ConfAttributeValue) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
setAttr(DpTrans, ConfObject[], ConfAttributeValue) - Method in interface com.tailf.dp.DpDataCallback
This callback also only needs to be implemented for callpoints specified for configuration data, and only if attributes are enabled in the server configuration (/confdConfig/enableAttributes set to true).
setAttr(int, ConfAttributeValue, String, Object...) - Method in class com.tailf.maapi.Maapi
Set an attribute for a configuration node.
setAttributeType(ConfAttributeType) - Method in class com.tailf.conf.ConfAttributeValue
Set the attribute type for this attribute value
setAttributeValue(ConfValue) - Method in class com.tailf.conf.ConfAttributeValue
Set the value for this attribute value
setAuthorizationTimeout(int) - Method in class com.tailf.dp.DpAuthorizationContext
The authorization callbacks are expected to complete quickly, However in case they send requests to a remote server, and such a request needs to be retried, this function can be used to extend the timeout for the current callback invocation.
setBinary(int, ConfBinary) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBit(long) - Method in class com.tailf.conf.ConfBits
Set bit at position pos in bitset.
setBit32(int, ConfBit32) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBit64(int, ConfBit64) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBool(int, ConfBool) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBool(int, boolean) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBuf(int, ConfBuf) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setBuf(int, String) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setCapabilities(NedCapability[]) - Method in class com.tailf.ned.NedConnectionBase
This function is used to set the capabilities for a specific NED.
setCase(String, String, String, Object...) - Method in class com.tailf.cdb.CdbSession
When we use the YANG choice construct in the data model, this function can be used to select the current case.
setCase(String, String, ConfPath) - Method in class com.tailf.cdb.CdbSession
Same functionality as setCase(choice, scase, fmt, arguments) but takes a already constructed ConfPath object as argument instead of fmt, arguments.
setCase(String, String, ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setCase(String, String, String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setCase(DpTrans, ConfObject[], ConfObject[], ConfTag) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
setCase(DpTrans, ConfObject[], ConfObject[], ConfTag) - Method in interface com.tailf.dp.DpDataCallback
This callback method sets the currently chosen 'case' for a 'choice' construct.
setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuAction
Sets the change type on a node.
setChange(DiffIterateOperFlag) - Method in class com.tailf.navu.NavuChange
Sets the change type.
setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuContainer
 
setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuLeaf
 
setChange(List<ConfObject>, DiffIterateOperFlag, ConfValue, NavuContext) - Method in class com.tailf.navu.NavuList
 
setClearpass(String) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setComment(int, String) - Method in class com.tailf.maapi.Maapi
Set the "Comment" that is stored in the rollback file when a transaction towards running is committed.
setCommitQueueAsync() - Method in class com.tailf.maapi.CommitParams
Set commit queue asynchronous mode of operation.
setCommitQueueAtomic() - Method in class com.tailf.maapi.CommitParams
Make the commit queue item atomic.
setCommitQueueBlockOthers() - Method in class com.tailf.maapi.CommitParams
Make the commit queue item block other commit queue items for these devices.
setCommitQueueBypass() - Method in class com.tailf.maapi.CommitParams
Make the commit transactional even if commit queue is default.
setCommitQueueErrorOption(CommitParams.CommitQueueErrorOption) - Method in class com.tailf.maapi.CommitParams
Set commit queue error option.
setCommitQueueLock() - Method in class com.tailf.maapi.CommitParams
Make the commit queue item locked.
setCommitQueueNonAtomic() - Method in class com.tailf.maapi.CommitParams
Make the commit queue item non-atomic.
setCommitQueueSync() - Method in class com.tailf.maapi.CommitParams
Set commit queue synchronous mode of operation.
setCommitQueueSync(int) - Method in class com.tailf.maapi.CommitParams
Set commit queue synchronous mode of operation with custom timeout.
setCommitQueueTag(String) - Method in class com.tailf.maapi.CommitParams
Set commit-queue tag.
setCompletionDesc(String) - Method in class com.tailf.dp.CompletionReply
Set the completion description field for this reply
setCompletionInfo(String) - Method in class com.tailf.dp.CompletionReply
Set the completion info field for this reply
setConfDouble(int, ConfDouble) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConfFloat(int, ConfFloat) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConfHexList(int, ConfHexList) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConfIdentityRef(int, ConfIdentityRef) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConfKey(int, ConfKey) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConfNamespace(ConfNamespace) - Method in class com.tailf.conf.ConfIdentityRef
 
setConfNamespace(ConfNamespace) - Method in class com.tailf.conf.ConfTag
 
setConfObjectRef(int, ConfObjectRef) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setConnectionData(NedCapability[], NedCapability[], boolean, NedWorker.TransactionIdMode) - Method in class com.tailf.ned.NedConnectionBase
This function is used to set the parameters of NedConnection for a specific NED.
setContext(String) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setCSType(MaapiSchemas.CSType) - Method in class com.tailf.conf.ConfBinary
 
setCSType(MaapiSchemas.CSType) - Method in class com.tailf.conf.ConfEnumeration
The MaapiSchemas type for this enum.
setDate(int, ConfDate) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setDatetime(int, ConfDatetime) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setDecimal64(int, ConfDecimal64) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setDefaultErrorVerbosity(ErrorVerbosity) - Static method in class com.tailf.conf.ErrorMessageFormatter
Set the default verbosity level for reported errors This governs error verbosity for all Formatters which has not specifically set their local verbosity level with ErrorMessageFormatter.setErrorVerbosity(ErrorVerbosity)
setDelayedWhen(int, boolean) - Method in class com.tailf.maapi.Maapi
This function enables/disables the "delayed when" mode of a transaction.
setDryRunCli() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat CLI.
setDryRunCliC() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat cli-c.
setDryRunCliCReverse() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat cli-c reverse.
setDryRunNative() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat native.
setDryRunNativeReverse() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat native reverse.
setDryRunOutformat(CommitParams.DryRunOutformat) - Method in class com.tailf.maapi.CommitParams
Set the outformat to produce when committing with dry-run.
setDryRunReverse() - Method in class com.tailf.maapi.CommitParams
Make dry-run produce a reverse diff.
setDryRunXml() - Method in class com.tailf.maapi.CommitParams
Commit with dry-run outformat XML.
setDuration(int, ConfDuration) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setElem(ConfValue, ConfPath) - Method in class com.tailf.cdb.CdbSession
Sets an element in operational data.
setElem(ConfValue, String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.setElem(ConfValue, ConfPath) but specifies element using path string
setElem(ConfValue, ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setElem(ConfValue, String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setElem(DpTrans, ConfObject[], ConfValue) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
setElem(DpTrans, ConfObject[], ConfValue) - Method in interface com.tailf.dp.DpDataCallback
This callback writes a data leaf.
setElem(int, ConfObject, String, Object...) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node.
setElem(int, ConfObject, ConfPath) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node.
setElem(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node.
setElem(int, String, ConfPath) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node.
setEnumeration(int, ConfEnumeration) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setError(String, Object...) - Method in class com.tailf.dp.DpAuthContext
 
setErrorVerbosity(ErrorVerbosity) - Method in class com.tailf.conf.ErrorMessageFormatter
set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this Formatter
setErrorVerbosity(ErrorVerbosity) - Method in class com.tailf.dp.Dp
set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this Dp
setErrorVerbosity(ErrorVerbosity) - Method in class com.tailf.ned.NedMux
set the local verbosity level for reported errors If this verbosity is set to null the the default level governs the error verbosity of this NedMux
setExceptionReporter(DpExceptionReporter) - Method in class com.tailf.dp.Dp
 
setFailed() - Method in interface com.tailf.dp.services.NanoServiceContext
 
setFailed(String) - Method in class com.tailf.ncs.PlanComponent
Setting status to ncs:failed for a specific state in the plan component
setFD(int) - Method in class com.tailf.dp.DpNotifStream
file descriptor
setFD(int) - Method in class com.tailf.dp.DpSnmpNotifier
 
setFlags(int) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setFlags(int, EnumSet<MaapiFlag>) - Method in class com.tailf.maapi.Maapi
This method can modify some aspects of the read/write session, see MaapiFlag The flags are an Enumset of MaapiFlag
setHealthCheckInterval(int) - Method in class com.tailf.notif.NotificationCfg
Required if we wish to generate NotificationType#CONFD_NOTIF_HEALTH_CHECK events.
setHeartbeatInterval(int) - Method in class com.tailf.notif.NotificationCfg
Required if we wish to generate NotificationType#CONFD_NOTIF_HEARTBEAT events.
setHexList(int, ConfHexList) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setHostname(String) - Static method in class com.tailf.conf.SocketFactory
Set the default hostname for socket connections.
setInt16(int, ConfInt16) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setInt32(int, ConfInt32) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setInt64(int, ConfInt64) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setInt8(int, ConfInt8) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setIp(InetAddress) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setIPv4(int, ConfIPv4) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setIPv4Prefix(int, ConfIPv4Prefix) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setIPv6(int, ConfIPv6) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setIPv6Prefix(int, ConfIPv6Prefix) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setIpValue(ConfObject) - Method in class com.tailf.conf.ConfUserInfo
Internally used set method
setLabel(int, String) - Method in class com.tailf.maapi.Maapi
Set the "Label" that is stored in the rollback file when a transaction towards running is committed.
setLength(int) - Method in class com.tailf.ned.TraceBuffer
 
setLenient(boolean) - Method in class com.tailf.conf.ConfTag
 
setLmode(int) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setLockingMode(boolean) - Method in class com.tailf.navu.NavuContextBase
Deprecated.
setLogintime(Date) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setMandatory(String) - Method in class com.tailf.cdb.CdbSubscription
Attaches a mandatory attribute and a mandatory name to this subscriber CDB keeps a list of mandatory subscribers for infinite extent, i.e.
setMaxListSize(int) - Method in class com.tailf.navu.NavuList
Sets the maxSize of the internal HashMap of list elements.
setMountIdGetter(MountIdInterface) - Method in class com.tailf.conf.InstancePath
 
setNamespace(ConfNamespace) - Method in class com.tailf.cdb.CdbSession
Before we start to read data from CDB we need to set the namespace.
setNamespace(int, String) - Method in class com.tailf.maapi.Maapi
Before can invoke any of read or write functions, we must indicate which namespace we are going to use.
setNamespace(int, int) - Method in class com.tailf.maapi.Maapi
 
setNextUserSessionId(int) - Method in class com.tailf.maapi.Maapi
Set the user session id that will be assigned to the next user session started.
setNoDeploy() - Method in class com.tailf.maapi.CommitParams
Do not invoke service's create method.
setNoLsa() - Method in class com.tailf.maapi.CommitParams
Set no-lsa commit parameter.
setNoNetworking() - Method in class com.tailf.maapi.CommitParams
Only write the configuration to CDB, do not actually push it to the device.
setNoOutOfSyncCheck() - Method in class com.tailf.maapi.CommitParams
Do not check device sync state before pushing the configuration change.
setNoOverwrite() - Method in class com.tailf.maapi.CommitParams
Check that the parts of the device configuration to be modified are are up-to-date in CDB before pushing the configuration change to the device.
setNoRevisionDrop() - Method in class com.tailf.maapi.CommitParams
Set no-revision-drop commit parameter.
setNotReached() - Method in interface com.tailf.dp.services.NanoServiceContext
 
setNotReached(String) - Method in class com.tailf.ncs.PlanComponent
Setting status to ncs:not-reached for a specific state in the plan component
setNumFreeWorkerSockets(int) - Method in class com.tailf.dp.Dp
This method is used to control the number of workersockets that should be keept open for reuse.
setObject(ConfValue[], ConfPath) - Method in class com.tailf.cdb.CdbSession
Set all elements corresponding to the complete contents of a container element, except for list entry sub-elements.
setObject(ConfValue[], String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.setObject(ConfValue[], ConfPath) but specifies element using path string
setObject(ConfValue[], ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setObject(ConfValue[], String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setObject(int, ConfObject[], String, Object...) - Method in class com.tailf.maapi.Maapi
This writes a container object or a list entry object from the path in fmt and returns the result.
setOpDone() - Method in class com.tailf.ned.NedEditOp
 
setOperationalDataCase(String, String) - Method in class com.tailf.navu.NavuContainer
setOperDataCase(String, String) - Method in class com.tailf.navu.NavuContainer
Set a case with the name caseStr for a choice choiceStr for Cdb when writing operational data.
setOption(NavuContextBase.UnSetCaseInChoice) - Method in class com.tailf.navu.NavuContextBase
Set the behavior of how a unset case in choice should be treated.
setPath(InstancePath) - Method in class com.tailf.conf.ConfKey
This method is only useful if at least one of the key elements is an enumeration.
setPlatformData(ConfXMLParam[]) - Method in class com.tailf.ned.NedConnectionBase
This function is used to set the platform operational data for a specific NED.
setPort(int) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setPort(int) - Static method in class com.tailf.conf.SocketFactory
Set the default port number for socket connections
setPos(int) - Method in class com.tailf.proto.ConfInputStream
Set the current position in the stream.
setPrev(ConfEObject) - Method in class com.tailf.maapi.MaapiCursor
 
setProper(boolean) - Method in class com.tailf.proto.ConfEList
 
setProto(int) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setProvisionalTransId(String) - Method in class com.tailf.ned.NedWorker
This method allows the NED to set transaction ID provisionally from NedCliBase.show(NedWorker, String) or NedGenericBase.show(NedWorker, int) NED callback.
setQRef(int) - Method in class com.tailf.dp.DpNotifStream
last qref
setReached() - Method in interface com.tailf.dp.services.NanoServiceContext
 
setReached(String) - Method in class com.tailf.ncs.PlanComponent
Setting status to ncs:reached for a specific state in the plan component
setReadConfLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
Sets the locks for a read CDB configuration data session Default is no locks.
setReadOnlyMode(boolean) - Method in class com.tailf.maapi.Maapi
Control if the node should accept write transactions
setReadOperLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
Sets the locks for a read CDB operational data session Default is no locks.
setReadTimeout(int) - Method in interface com.tailf.ned.SSHClient.CliSession
 
setReadTimeout(int) - Method in class com.tailf.ned.SSHJSession
Configure the readTimeout
setReadTimeout(int) - Method in class com.tailf.ned.SSHSession
Set the read timeout
setReconcileDiscardNonServiceConfig() - Method in class com.tailf.maapi.CommitParams
Set reconcile commit parameter with discard-non-service-config option.
setReconcileKeepNonServiceConfig() - Method in class com.tailf.maapi.CommitParams
Set reconcile commit parameter with keep-non-service-config option.
setRemoteCharset(Charset) - Method in interface com.tailf.ned.SSHClient
Set charset for sessions started from this connection
setRemoveValue() - Method in class com.tailf.conf.ConfAttributeValue
Mark this attribute value for removal.
setRunningDbStatus(int) - Method in class com.tailf.maapi.Maapi
Explicitly sets the systems notion of the consistency state.
setScreenSize(int, int) - Method in class com.tailf.ned.TelnetSession
 
setSecondaryIndex(String) - Method in class com.tailf.maapi.MaapiCursor
Makes it possible to use a secondary index for the getNext calls.
setSnmp_v3_ctx(String) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setSocket(Socket) - Method in class com.tailf.dp.DpNotifStream
 
setSocket(Socket) - Method in class com.tailf.dp.DpSnmpNotifier
 
setSocket(Socket) - Method in class com.tailf.dp.DpTrans
A possibility to give a specified worker socket for the transaction.
setSourceAddress(ConfIP) - Method in class com.tailf.dp.DpSnmpNotifier
Set the source IP address to be bound when sending notifications using the send() method.
setStartTime(ConfValue) - Method in class com.tailf.notif.NotificationCfg
Optional for NotificationType#CONFD_NOTIF_STREAM_EVENT.
setStopTime(ConfValue) - Method in class com.tailf.notif.NotificationCfg
Optional for NotificationType#CONFD_NOTIF_STREAM_EVENT.
setStreamName(String) - Method in class com.tailf.notif.NotificationCfg
Required for NotificationType#CONFD_NOTIF_STREAM_EVENT.
setSubId(int) - Method in class com.tailf.dp.DpNotifStream
last subid.
setTermPrintlnMode(String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
setTermPrintlnMode(String) - Method in class com.tailf.ned.SSHJSession
Configure println mode
setThreadDefaultMountId(List<String>) - Static method in class com.tailf.maapi.MaapiSchemas
 
setTimeout(int) - Method in class com.tailf.cdb.Cdb
A timeout for cdb client actions can be specified via the config file.
setTimeout(int) - Method in class com.tailf.dp.NextObjectArrayList
Setter method for the value returned by the getTimeout() method.
setTimeout(int) - Method in interface com.tailf.dp.services.ServiceContext
The timeout for service calls (pre-modification/create/post-modification) can be controlled by /services/global-settings/service-callback-timeout.
setTimeout(int) - Method in class com.tailf.ned.NedWorker
When the NED worker gets invoked, it gets passed three timeout values, connect/read/write timeouts.
setTraceId(String) - Method in class com.tailf.maapi.CommitParams
Set the trace id for the transaction.
setTracer(NedTracer) - Method in interface com.tailf.ned.CliSession
 
setTracer(NedTracer) - Method in class com.tailf.ned.SSHJSession
Enable tracer
setTracer(NedTracer) - Method in class com.tailf.ned.SSHSession
 
setTracer(NedTracer) - Method in class com.tailf.ned.TelnetSession
 
setTrafficClass(int) - Method in interface com.tailf.ned.SSHClient
Set traffic class on the socket used by the SSH client.
setTransactionUserOpaque(Object) - Method in class com.tailf.dp.DpTrans
Set method for User owned opaque data.
setUInt16(int, ConfUInt16) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setUInt32(int, ConfUInt32) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setUInt64(int, ConfUInt64) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setUInt8(int, ConfUInt8) - Method in class com.tailf.navu.PreparedXMLStatement
Deprecated.
setupSSH(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
setupTelnet(NedWorker) - Method in class com.tailf.ned.NedCliBaseTemplate
 
setUseForCdbUpgrade() - Method in class com.tailf.cdb.Cdb
Sets this Cdb and the session it creates to be used for Cdb data upgrades.
setUseForCdbUpgrade(List<ConfNamespace>) - Method in class com.tailf.cdb.Cdb
Sets this Cdb and the session it creates to be used for Cdb data upgrades.
setUseLsa() - Method in class com.tailf.maapi.CommitParams
Set use-lsa commit parameter.
setUsername(String) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setUserSession(int) - Method in class com.tailf.maapi.Maapi
Associate this Maapi instance with an already existing user session.
setUsid(int) - Method in class com.tailf.conf.ConfUserInfo
Internally used method
setUsid(int) - Method in class com.tailf.notif.NotificationCfg
Optional for NotificationType#CONFD_NOTIF_STREAM_EVENT.
setValidationUserOpaque(Object) - Method in class com.tailf.dp.DpValidateTrans
Set method for user owned opaque data.
setValue(ConfObject) - Method in class com.tailf.conf.ConfXMLParamValue
 
setValues(ConfXMLParam[], ConfPath) - Method in class com.tailf.cdb.CdbSession
Set arbitrary sub-elements of a container element.
setValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbSession
similar to CdbSession.setValues(ConfXMLParam[], ConfPath) but specifies element using path string
setValues(List<ConfXMLParam>, ConfPath) - Method in class com.tailf.cdb.CdbSession
 
setValues(ConfXMLParam[], ConfCdbUpgradePath) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setValues(ConfXMLParam[], String, Object...) - Method in class com.tailf.cdb.CdbUpgradeSession
 
setValues(int, List<ConfXMLParam>, ConfPath) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation.
setValues(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation.
setValues(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation.
setValues(int, ConfXMLParam[], ConfPath) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation.
setValues(String) - Method in class com.tailf.navu.NavuLeaf
This method is almost identical to NavuLeaf.set(String) with the exception that the value should be wrapped inside XML tag.
setValues(String) - Method in class com.tailf.navu.NavuNode
Set arbitrary sub-elements of a container or list entry.
setValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
Set arbitrary sub-elements of a container or list entry.
setValues() - Method in class com.tailf.navu.PreparedXMLStatement
When all of the parameterized values have been filled in, this method is intended to be invoked for a final set operation with the given values.
setValues(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
When all of the parameterized values have been filled in, this method is intended to be invoked for a final set operation with the given values.
setValues(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
Similar to PreparedXMLStatement.setValues(NavuContext) but uses the context of the supplied node.
setVerbosity(Maapi.Verbosity) - Method in class com.tailf.notif.NotificationCfg
Optional for NotificationType#CONFD_NOTIF_PROGRESS and NotificationType#CONFD_NOTIF_COMMIT_PROGRESS.
setWaitDevice(String[]) - Method in class com.tailf.maapi.CommitParams
Wait for device lock before entering transaction critical section.
setWriteOperLocks(EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuContextBase
Sets the locks for a write CDB operational data session Default is EnumSet.of(CdbLockType.LOCK_REQUEST,CdbLockType.LOCK_PARTIAL)
setXPathFilter(String) - Method in class com.tailf.notif.NotificationCfg
Optional for NotificationType#CONFD_NOTIF_STREAM_EVENT.
sharedCreate(int, String, Object...) - Method in class com.tailf.maapi.Maapi
 
sharedCreate(int, ConfPath) - Method in class com.tailf.maapi.Maapi
 
sharedCreate(int, boolean, ConfPath) - Method in class com.tailf.maapi.Maapi
sharedCreate() - Method in class com.tailf.navu.NavuContainer
Creates an optional container.
sharedCreate() - Method in class com.tailf.navu.NavuLeaf
Create an empty leaf node, silently succeeding if the leaf already exists and also maintain the FASTMAP reference counter on the leaf.
sharedCreate(ConfValue) - Method in class com.tailf.navu.NavuLeafList
The variant of create that succeeds even if the object already exists, and also maintains a reference counter on the object.
sharedCreate(String) - Method in class com.tailf.navu.NavuLeafList
The variant of create that succeeds even if the object already exists, and also maintains a reference counter on the object.
sharedCreate(ConfKey) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(ConfKey) that succeeds even if the key already exists, and also maintains a reference counter on the object.
sharedCreate(ConfObject) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(ConfObject) that succeeds even if the key already exists, and also maintains a reference counter on the object.
sharedCreate(String) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(String) that succeeds even if the key already exists, and also maintains a reference counter on the object.
sharedCreate(String[]) - Method in class com.tailf.navu.NavuList
Variant of NavuList.create(String[]) that succeeds even if the key already exists, and also maintains a reference counter on the object.
sharedSet(ConfValue) - Method in class com.tailf.navu.NavuLeaf
Sets the value of a leaf node with FastMap support, creating backpointers and reference counter similar to sharedCreate() All FastMap code shall (in principle) allways use this method instead of set()
sharedSet(String) - Method in class com.tailf.navu.NavuLeaf
SharedSet using string representation of value.
sharedSetElem(int, ConfObject, String, Object...) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node from NCS FastMap code This method is the equivalent of setElem() except that it can only be called from NCS FastMap service code.
sharedSetElem(int, ConfObject, ConfPath) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node from NCS FastMap code.
sharedSetElem(int, String, String, Object...) - Method in class com.tailf.maapi.Maapi
Set value to a leaf node from NCS FastMap code.
sharedSetValues(int, List<ConfXMLParam>, ConfPath) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation from NCS FastMap code.
sharedSetValues(int, List<ConfXMLParam>, String, Object...) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation from NCS FastMap code.
sharedSetValues(int, ConfXMLParam[], String, Object...) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation from NCS FastMap code.
sharedSetValues(int, ConfXMLParam[], ConfPath) - Method in class com.tailf.maapi.Maapi
Set arbitrary sub-elements of a container element in one bulk operation from NCS FastMap code.
sharedSetValues(int, ConfXMLParam[], boolean, ConfPath) - Method in class com.tailf.maapi.Maapi
sharedSetValues(String) - Method in class com.tailf.navu.NavuNode
Set arbitrary sub-elements of a container or list entry with FastMap support, creating backpointers and reference counter.
sharedSetValues(ConfXMLParam[]) - Method in class com.tailf.navu.NavuNode
Set arbitrary sub-elements of a container or list entry with FastMap support, creating backpointers and reference counter.
sharedSetValues() - Method in class com.tailf.navu.PreparedXMLStatement
Variant of PreparedXMLStatement.setValues() with FastMap support.
sharedSetValues(NavuContext) - Method in class com.tailf.navu.PreparedXMLStatement
Variant of PreparedXMLStatement.setValues(NavuContext) with FastMap support.
sharedSetValues(NavuNode) - Method in class com.tailf.navu.PreparedXMLStatement
Variant of PreparedXMLStatement.setValues(NavuNode) with FastMap support.
shortValue() - Method in class com.tailf.proto.ConfELong
Get this number as a short.
show(NedWorker, String) - Method in class com.tailf.ned.NedCliBase
Extract parts of the configuration and send it to NCS.
show(NedWorker, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
show(NedWorker, int) - Method in class com.tailf.ned.NedGenericBase
Read parts of the configuration and applies it to the transaction provided in the method invocation.
SHOW_CLI - Static variable in class com.tailf.ned.NedCmd
 
SHOW_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
SHOW_OFFLINE_CLI - Static variable in class com.tailf.ned.NedCmd
 
SHOW_OFFLINE_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
SHOW_PARTIAL_CLI - Static variable in class com.tailf.ned.NedCmd
 
SHOW_PARTIAL_GENERIC - Static variable in class com.tailf.ned.NedCmd
 
SHOW_STATS - Static variable in class com.tailf.ned.NedCmd
 
SHOW_STATS_LIST - Static variable in class com.tailf.ned.NedCmd
 
SHOW_STATS_PATH - Static variable in class com.tailf.ned.NedCmd
 
showCliResponse(String) - Method in class com.tailf.ned.NedWorker
This method is invoked by a NedCli instance in response to a show method invocation.
showCliResponse(ArrayList<String>) - Method in class com.tailf.ned.NedWorker
 
showGenericResponse() - Method in class com.tailf.ned.NedWorker
This method is invoked by a NedGeneric when it has completed populating the transaction with the requested configuration sub-tree.
showOffline(NedWorker, String, String) - Method in class com.tailf.ned.NedCliBase
Extract parts of the configuration and send it to NCS.
showOffline(NedWorker, int, String) - Method in class com.tailf.ned.NedGenericBase
Read parts of the configuration and applies it to the transaction, both provided in the method invocation.
showPartial(NedWorker, String[]) - Method in class com.tailf.ned.NedCliBase
Deprecated.
Use the method NedCliBase.showPartial(NedWorker,ConfPath[],String[]) instead. Extract parts of the configuration and send it to NCS. The response is sent by invoking the w.showCliResponse() method in the provided NedWorker.
showPartial(NedWorker, ConfPath[]) - Method in class com.tailf.ned.NedCliBase
Extract parts of the configuration and send it to NCS.
showPartial(NedWorker, ConfPath[], String[]) - Method in class com.tailf.ned.NedCliBase
Extract parts of the configuration and send it to NCS.
showPartial(NedWorker, int, ConfPath[]) - Method in class com.tailf.ned.NedGenericBase
Read parts of the configuration and applies it to the transaction provided in the method invocation.
showStats(NedWorker, int, ConfPath) - Method in class com.tailf.ned.NedCliBaseTemplate
 
showStats(NedWorker, int, ConfPath) - Method in class com.tailf.ned.NedConnectionBase
Deprecated.
showStatsList(NedWorker, int, ConfPath) - Method in class com.tailf.ned.NedCliBaseTemplate
 
showStatsList(NedWorker, int, ConfPath) - Method in class com.tailf.ned.NedConnectionBase
Deprecated.
showStatsListResponse(int, NedTTL[]) - Method in class com.tailf.ned.NedWorker
This method is invoked during the showStatsList() request to indicate that the NED has successfully populated at least the full list with all existing instances (no data below each instance key is required, but may be supplied).
showStatsPath(NedWorker, int, ConfPath) - Method in class com.tailf.ned.NedConnectionBase
When this method is invoked depending on the node type the NED should: * If the path points to the list node or leaf-list node without specifying the key, then the NED should populate the list keys.
showStatsPathResponse(NedTTL[]) - Method in class com.tailf.ned.NedWorker
This method is invoked during the showStatsPath() request to indicate that the NED has successfully populated the requested subtree.
showStatsResponse(NedTTL[]) - Method in class com.tailf.ned.NedWorker
This method is invoked during the invocation of the showStats() method to indicate that the Ned has completed populating the transaction with the requested stats (and possibly more than that).
shutdown() - Method in class com.tailf.ncs.NcsMain
JMX interface - shutdown Ncs java vm main thread
shutdown() - Method in interface com.tailf.ncs.NcsMainMBean
JMX interface - shutdown Ncs java vm main thread
shutDownThreadPool() - Method in class com.tailf.dp.Dp
Initiates an orderly shutdown in which previously transactions are executed, but no new transactions will be accepted.
shutDownThreadPoolNow() - Method in class com.tailf.dp.Dp
Attempts to stop all actively executing transactions, halts the processing of waiting transactions, and returns number of the tasks that were awaiting execution.
sign(byte[]) - Method in class com.tailf.ned.NedCmd.NedPublicKey
 
size() - Method in class com.tailf.navu.NavuChange
 
size() - Method in class com.tailf.navu.NavuChoice
The number of cases contained in the choice.
size() - Method in class com.tailf.navu.NavuContainer
Returns the number of nodes contained by the container.
size() - Method in class com.tailf.navu.NavuLeafList
Returns the number of leaf-list elements contained by the leaf-list.
size() - Method in class com.tailf.navu.NavuList
Returns the number of list elements contained by the list node.
size() - Method in class com.tailf.proto.ConfEBinary
Get the size of the binary.
size() - Method in class com.tailf.proto.ConfOutputStream
Get the current capacity of the stream.
slaveDead(ConfValue) - Method in class com.tailf.ha.Ha
This function must be used by the application to inform the HA subsystem that another node which is possibly connected to the server is dead.
smallBigTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for small bignums
smallIntTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for small integers
smallTupleTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for small tuples
SNMPA_PDU_GET_BULK_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_GET_NEXT_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_GET_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_GET_RESPONSE - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_INFORM - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_REPORT - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_SET_REQUEST - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_V1TRAP - Static variable in class com.tailf.notif.SnmpaNotification
 
SNMPA_PDU_V2TRAP - Static variable in class com.tailf.notif.SnmpaNotification
 
SnmpaNotification - Class in com.tailf.notif
Data structure SNMP agent notifications.
SnmpaNotification(int, int, int, InetAddress, ConfObject, int, int, int, int, SnmpaNotification.Varbind[], SnmpaNotification.TrapInfo) - Constructor for class com.tailf.notif.SnmpaNotification
 
SnmpaNotification.SnmpVar - Class in com.tailf.notif
Class representing a SNMP variable
SnmpaNotification.TrapInfo - Class in com.tailf.notif
Class representing trapinfo for a trap
SnmpaNotification.Varbind - Class in com.tailf.notif
Class representing a varbind for a trap
snmpaReload(boolean) - Method in class com.tailf.maapi.Maapi
When the ConfD/NCS SNMP Agent config tree is implemented by an external data provider, this method can be used by the data provider to notify ConfD/NCS when there is a change to the data.
SnmpInformResponseCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for SnmpInformResponse Callbacks Attributes are callPoint and callType
SnmpInformResponseCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for SnmpInformResponse Callbacks.
SnmpInformResponseCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
Constructor for Callback proxys.
SnmpInformResponseCBType - Enum in com.tailf.dp.proto
Enumeration of SnmpInformResponse callback methods
snmpSendNotification(String, String, String, SnmpVarbind[]) - Method in class com.tailf.maapi.Maapi
Send SNMP notification.
SnmpVar(String, long[], String, long[]) - Constructor for class com.tailf.notif.SnmpaNotification.SnmpVar
 
SnmpVarbind - Class in com.tailf.conf
The SnmpVarbind is a data structure for holding an SNMP variable binding which is on either of the forms: Variable - Value OID - Value Column - RowIndex - Value
SnmpVarbind(String, ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
Constructor for Snmp variable binding (of type VARIABLE)
SnmpVarbind(int[], ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
Deprecated.
SnmpVarbind(long[], ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
Constructor for Snmp variable binding (of type OID)
SnmpVarbind(String, int[], ConfValue) - Constructor for class com.tailf.conf.SnmpVarbind
Constructor for Snmp variable binding (of type COLUMN_ROW)
SocketFactory - Class in com.tailf.conf
Class for creation and control of sockets, towards NCS/Confd This singleton factory class control all socket connections.
SocketFactoryCallback - Interface in com.tailf.conf
Interface for user defined creation of sockets, towards NCS/Confd
SSHClient - Interface in com.tailf.ned
 
SSHClient.CliSession - Interface in com.tailf.ned
The SSH CLI session interface.
SSHClient.SecureFileTransfer - Interface in com.tailf.ned
SSHCLient file transfer interface
SSHClient.Subsystem - Interface in com.tailf.ned
SSHCLient subsystem interface
SSHConnection - Class in com.tailf.ned
Deprecated.
SSHConnection(NedWorker) - Constructor for class com.tailf.ned.SSHConnection
Deprecated.
Constructor that uses the current NedWorker to retrieve configuration parameters like host, port and also southbound-source-address (if set)
SSHJSession - Class in com.tailf.ned
Class implementing the SSHClient.CliSession interface using the net.schmizz.sshj framework.
SSHSession - Class in com.tailf.ned
A SSH transport.
SSHSession(SSHConnection) - Constructor for class com.tailf.ned.SSHSession
Constructor for SSH session object.
SSHSession(Connection) - Constructor for class com.tailf.ned.SSHSession
Deprecated.
SSHSession(SSHConnection, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.SSHSession
Constructor for SSH session object.
SSHSession(Connection, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.SSHSession
Deprecated.
SSHSession(SSHConnection, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.SSHSession
Constructor with an extra argument for a readTimeout timer.
SSHSession(Connection, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.SSHSession
Deprecated.
SSHSession(SSHConnection, int, NedTracer, NedConnectionBase, int, int) - Constructor for class com.tailf.ned.SSHSession
Constructor with extra terminal width and height arguments
SSHSession(Connection, int, NedTracer, NedConnectionBase, int, int) - Constructor for class com.tailf.ned.SSHSession
Deprecated.
SSHSessionException - Exception in com.tailf.ned
Exception raised from the SSH Session
SSHSessionException(int, String) - Constructor for exception com.tailf.ned.SSHSessionException
 
start() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
Start the AlarmSourceCentral which makes it possible for AlarmSource's to attach to this AlarmSourceCentral and receive notifications.
start() - Method in interface com.tailf.ncs.alarmman.consumer.AlarmSourceCentralMBean
 
start() - Method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
 
start() - Method in interface com.tailf.ncs.alarmman.producer.AlarmSinkCentralMBean
 
start() - Method in class com.tailf.ncs.NavuEventHandler
Starts this NavuEventHandler to receive notifications.
start() - Method in class com.tailf.ncs.ResourceManager
 
start() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
This method is called to start subscription on notifications
start() - Method in class com.tailf.ned.NedMux
 
startCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuAction
Deprecated.
startCdbSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.navu.NavuNode
Deprecated.
startListening() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSource
 
startOperationalTrans(int) - Method in class com.tailf.navu.NavuContext
This method starts a transaction towards the Conf.DB_OPERATIONAL database to be used in the context.
startOperationalTrans(int, String, String, String, String) - Method in class com.tailf.navu.NavuContext
 
startPhase(int, boolean) - Method in class com.tailf.maapi.Maapi
Once the ConfD/NCS daemon has been started in phase0 it is possible to use this function to tell the daemon to proceed to start phase 1 or 2.
startPhase(int) - Method in class com.tailf.maapi.Maapi
Once the ConfD/NCS daemon has been started in phase0 it is possible to use this function to tell the daemon to proceed to startPhase 1 or 2.
startPreCommitRunningTrans() - Method in class com.tailf.navu.NavuContext
This method starts a transaction towards the PRE_COMMIT_RUNNING datastore.
startPreCommitRunningTrans(String, String, String, String) - Method in class com.tailf.navu.NavuContext
 
startRunningTrans(int) - Method in class com.tailf.navu.NavuContext
This method starts a transaction towards the Conf.DB_RUNNING database to be used in the context.
startRunningTrans(int, String, String, String, String) - Method in class com.tailf.navu.NavuContext
 
startSession() - Method in class com.tailf.cdb.Cdb
Starts a new CDB Session on an already established Cdb against CdbDBType.CDB_RUNNING datastore with CdbLockType.LOCK_SESSION lock.
startSession(CdbDBType) - Method in class com.tailf.cdb.Cdb
Starts a new CDB Session on an already established Cdb.
startSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.cdb.Cdb
Starts a new CDB Session on an already established Cdb.
startTrans(int, int) - Method in class com.tailf.maapi.Maapi
Start a new transaction towards the specified database dbname with a transaction mode mode.
startTrans(int, int, String, String, String, String) - Method in class com.tailf.maapi.Maapi
 
startTrans2(int, int, int) - Method in class com.tailf.maapi.Maapi
Start a new transaction towards database within an existing user session specified by usid.
startTransFlags(int, int, int, EnumSet<MaapiFlag>) - Method in class com.tailf.maapi.Maapi
Start a new transaction towards the specified database dbname with a transaction mode mode with additional flags to control read/write sessions.
startTransInTrans(int, int, int) - Method in class com.tailf.maapi.Maapi
Start a new transaction within an existing user session and another transaction as backend
startUpgradeSession() - Method in class com.tailf.cdb.Cdb
Similar to Cdb.startSession() but always returns a CdbUpgradeSession.
startUpgradeSession(CdbDBType) - Method in class com.tailf.cdb.Cdb
Similar to Cdb.startSession(CdbDBType) but always returns a CdbUpgradeSession.
startUpgradeSession(CdbDBType, EnumSet<CdbLockType>) - Method in class com.tailf.cdb.Cdb
Similar to Cdb.startSession(CdbDBType, EnumSet) but always returns a CdbUpgradeSession.
startUserSession(String, InetAddress, String, String[], MaapiUserSessionFlag) - Method in class com.tailf.maapi.Maapi
Establish a new user session on this Maapi instance.
startUserSession(String, InetAddress, String, String[], MaapiUserSessionFlag, String, String, String, String) - Method in class com.tailf.maapi.Maapi
 
state() - Method in class com.tailf.dp.annotations.NanoServiceCallbackProxy
 
state() - Method in interface com.tailf.dp.DpNanoServiceCallback
The name of the a certain plan component state
state() - Method in class com.tailf.navu.NavuXPathContext
Iteration state object, if set for the iteration
STATE_ABORTED - Static variable in class com.tailf.dp.DpActionTrans
 
STATE_ACTION - Static variable in class com.tailf.dp.DpActionTrans
 
STATE_DELAYED - Static variable in class com.tailf.dp.DpActionTrans
 
STATE_INIT - Static variable in class com.tailf.dp.DpActionTrans
 
STATE_NONE - Static variable in class com.tailf.dp.DpActionTrans
 
status() - Method in class com.tailf.ha.Ha
Query an HA node for its status.
status - Variable in class com.tailf.maapi.CommitQueueResult
Deprecated.
STATUS - Static variable in class com.tailf.ncs.NcsCtlCommand
 
status() - Method in class com.tailf.ncs.ResourceManager
 
status() - Method in interface com.tailf.ncs.ResourceManagerMBean
JMX interface - show resource manager status
StatusChangeAttribute - Class in com.tailf.ncs.alarmman.common
Class representing a status change attribute.
StatusChangeAttribute(ConfNamespace, String, ConfValue) - Constructor for class com.tailf.ncs.alarmman.common.StatusChangeAttribute
 
step(int, Object, Object[]) - Method in interface com.tailf.conf.Compiler
Produces a STEP object that represents a node test.
step(int, Object, Object[]) - Method in class com.tailf.conf.XPathAbrevCompiler
 
stop(DpTrans) - Method in class com.tailf.dp.annotations.TransValidateCallbackProxy
 
stop(DpTrans) - Method in interface com.tailf.dp.DpTransValidateCallback
 
stop(boolean) - Method in class com.tailf.maapi.Maapi
Stops the daemon.
stop() - Method in class com.tailf.maapi.Maapi
Requests that the daemon stops, returns when daemon has stopped.
stop() - Method in class com.tailf.maapi.QueryResult
Stops the running query and makes the server end free up any internal resources associated with the query.
stop() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSourceCentral
 
stop() - Method in interface com.tailf.ncs.alarmman.consumer.AlarmSourceCentralMBean
 
stop() - Method in class com.tailf.ncs.alarmman.producer.AlarmSinkCentral
 
stop() - Method in interface com.tailf.ncs.alarmman.producer.AlarmSinkCentralMBean
 
stop() - Method in class com.tailf.ncs.NavuEventHandler
Stop the underlying subscriber that this NavuEventHandler is using.
stop() - Method in class com.tailf.ncs.ResourceManager
 
stop() - Method in class com.tailf.ncs.snmp.snmp4j.NotificationReceiver
This method is called to stop subscription on notifications
STOP_THREAD - Static variable in class com.tailf.ned.NedCmd
 
STOP_VM - Static variable in class com.tailf.ncs.NcsCtlCommand
 
stopCdbSession() - Method in class com.tailf.navu.NavuAction
 
stopCdbSession() - Method in class com.tailf.navu.NavuNode
Closes all CdbSessions for the NavuContainer.
stopListening() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSource
 
stopNode() - Method in class com.tailf.navu.NavuXPathContext
Stop iteration after this invocation.
stopRequest() - Method in class com.tailf.ned.NedMux
 
STREAM_NOTIFICATION_COMPLETE - Static variable in class com.tailf.notif.StreamNotification
 
STREAM_NOTIFICATION_EVENT - Static variable in class com.tailf.notif.StreamNotification
 
STREAM_REPLAY_COMPLETE - Static variable in class com.tailf.notif.StreamNotification
 
STREAM_REPLAY_FAILED - Static variable in class com.tailf.notif.StreamNotification
 
StreamNotification - Class in com.tailf.notif
Data structure for Stream notifications.
StreamNotification(int, ConfDatetime, ConfXMLParam[], String) - Constructor for class com.tailf.notif.StreamNotification
 
string_dequote(String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
string_quote(String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
stringTag - Static variable in class com.tailf.proto.ConfExternal
The tag used for strings and lists of small integers
stringToHash(String) - Static method in class com.tailf.conf.ConfNamespace
Transforms a string into a namespace hash.
stringToHash(String) - Method in class com.tailf.maapi.MaapiSchemas
Convert from String value to hash value for a specified tag.
stringToHash(String) - Static method in class com.tailf.ncs.ns.Inet
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.Ncs
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.NcsAlarms
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.NcsNed
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.NcsSnmp
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.NcsState
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.NetconfNcs
 
stringToHash(String) - Static method in class com.tailf.ncs.ns.Yang
 
stringToTag(String) - Static method in class com.tailf.conf.ConfNamespace
stringToTag(String, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
parse value located in str and convert to ConfValue, the value is validated.
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.DisplayHintTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
 
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas
parse value located in str and convert to ConfValue, the value is validated.
stringToValue(MaapiSchemas.CSType, String) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
 
StringTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.StringTypeMethodsImpl
 
stringValue() - Method in enum com.tailf.conf.ErrorCode
 
stringValue() - Method in interface com.tailf.maapi.ResultTypeString
 
stringValue() - Method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
 
stringValue() - Method in class com.tailf.proto.ConfEBinary
Get the string representation of binary
stringValue() - Method in class com.tailf.proto.ConfEString
Get the actual string contained in this object.
SUBAGENT_INFO_DOWN - Static variable in class com.tailf.notif.SubagentNotification
 
SUBAGENT_INFO_UP - Static variable in class com.tailf.notif.SubagentNotification
 
SubagentNotification - Class in com.tailf.notif
Data structure for subagent notifications.
SubagentNotification(int, String) - Constructor for class com.tailf.notif.SubagentNotification
 
subList(int, int) - Method in class com.tailf.navu.NavuChange
 
submitAlarm(Alarm) - Method in class com.tailf.ncs.alarmman.producer.AlarmSink
Submits the specified Alarm into the alarm list.
submitAlarm(ManagedDevice, ManagedObject, ConfIdentityRef, ConfBuf, PerceivedSeverity, String, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Method in class com.tailf.ncs.alarmman.producer.AlarmSink
Submits the specified Alarm into the alarm list.
submitAlarm(ManagedDevice, ManagedObject, ConfIdentityRef, ConfBuf, PerceivedSeverity, ConfBuf, List<ManagedObject>, List<AlarmId>, List<ManagedObject>, ConfDatetime, Attribute...) - Method in class com.tailf.ncs.alarmman.producer.AlarmSink
Submits the specified Alarm into the alarm list.
submitPackageAlarm(Object, ConfIdentityRef, PerceivedSeverity, boolean, String) - Static method in class com.tailf.ncs.NcsMain
 
submitPackageAlarm(ClassLoader, ConfIdentityRef, PerceivedSeverity, boolean, String) - Static method in class com.tailf.ncs.NcsMain
 
submitPackageAlarm(String, ConfIdentityRef, PerceivedSeverity, boolean, String) - Static method in class com.tailf.ncs.NcsMain
 
subscribe(int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to given path.
subscribe(int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to a given path.
subscribe(CdbSubscriptionType, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to a path.
subscribe(CdbSubscriptionType, EnumSet<CdbSubscrConfigFlag>, int, int, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to a path.
subscribe(CdbSubscriptionType, int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to a path.
subscribe(CdbSubscriptionType, EnumSet<CdbSubscrConfigFlag>, int, ConfNamespace, String, Object...) - Method in class com.tailf.cdb.CdbSubscription
Subscribe to a path.
subscribeDone() - Method in class com.tailf.cdb.CdbSubscription
Finishing the subscription setup.
substitute_percent(String, Object...) - Static method in class com.tailf.conf.ConfInternal
 
suspendEncoding() - Method in class com.tailf.util.Base64.OutputStream
Suspends encoding of the stream.
sync(CdbSubscriptionSyncType) - Method in class com.tailf.cdb.CdbSubscription
Synchronize the subscriber.
syncAuditNetworkNotification(int) - Method in class com.tailf.notif.Notif
If the received event from Notif.read() was a AuditNetworkNotification which was subscribed using the notification type NotificationType.NOTIF_AUDIT_NETWORK in combination with NotificationType.NOTIF_AUDIT_NETWORK_SYNC it is important that we call this function or else the user session will hang indefinitely.
syncAuditNotification(int) - Method in class com.tailf.notif.Notif
If the received event from Notif.read() was a AuditNotification which was subscribed using the notification type NotificationType.NOTIF_AUDIT in combination with NotificationType.NOTIF_AUDIT_SYNC it is important that we call this function or else the user session will hang indefinitely.
syncHaNotification() - Method in class com.tailf.notif.Notif
If the received event from Notif.read() was a HaNotification which was subscribed using the notification type NotificationType.NOTIF_HA_INFO in combination with NotificationType.NOTIF_HA_INFO_SYNC it is important that we call this function or else the user session will hang indefinitely.
SyslogNotification - Class in com.tailf.notif
Data structure for syslog notifications.
sysMessage(String, String) - Method in class com.tailf.maapi.Maapi
Send a message to a specific user, a specific user session or all users depending on the to parameter.
SYSTEM_EXIT_ON_STOP - Static variable in class com.tailf.ncs.NcsJVMLauncher
This field represents a system property controlling how the NcsJVMLauncher should stop.

T

tag() - Method in interface com.tailf.maapi.ResultTypeTag
Retrieves the result tag from a query
tagToString(int, ArrayList<ConfNamespace>) - Static method in class com.tailf.conf.ConfNamespace
TAILF_CLASSLOADER - Static variable in class com.tailf.ncs.NcsMain
This field represents a system property controlling which classloader the Ncs java vm should use.
TAILF_SOCKET_FACTORY_CB - Static variable in class com.tailf.ncs.NcsJVMLauncher
This field represents a system property that allows for a customized SocketFactory callback controlling all socket creation for the Ncs java vm.
takeAlarm() - Method in class com.tailf.ncs.alarmman.consumer.AlarmSource
Retrieves or waiting if necessary until an Alarm becomes available.
targets(Integer, ConfETuple[]) - Method in class com.tailf.dp.annotations.SnmpInformResponseCallbackProxy
 
targets(Integer, ConfETuple[]) - Method in interface com.tailf.dp.DpSnmpInformResponseCallback
This callback provides the application with possibility to to take actions based on the intended targets of an inform request.
TelnetSession - Class in com.tailf.ned
A telnet transport.
TelnetSession(NedWorker) - Constructor for class com.tailf.ned.TelnetSession
Constructor for Telnet session object.
TelnetSession(String, int) - Constructor for class com.tailf.ned.TelnetSession
Deprecated.
TelnetSession(NedWorker, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Constructor for Telnet session object.
TelnetSession(String, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Deprecated.
TelnetSession(NedWorker, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Constructor with an extra argument for a readTimeout timer.
TelnetSession(String, int, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Deprecated.
TelnetSession(NedWorker, String, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Constructor with extra user name argument.
TelnetSession(String, int, String, int, NedTracer, NedConnectionBase) - Constructor for class com.tailf.ned.TelnetSession
Deprecated.
Template - Class in com.tailf.ncs.template
Template represents an NCS template, that is a template loaded from the directory templates of the package.
Template(ServiceContext, String) - Constructor for class com.tailf.ncs.template.Template
Construct a Template.
Template(NavuContext, String) - Constructor for class com.tailf.ncs.template.Template
 
Template(Maapi, String) - Constructor for class com.tailf.ncs.template.Template
 
TemplateVariables - Class in com.tailf.ncs.template
TemplateVariables holds a set of defined XPath variables
TemplateVariables() - Constructor for class com.tailf.ncs.template.TemplateVariables
 
term - Variable in class com.tailf.conf.ConfResponse
 
termRead(Socket) - Static method in class com.tailf.conf.ConfInternal
Request one term from ConfD/NCS.
termRead(SelectionKey) - Static method in class com.tailf.conf.ConfInternal
Common method to read ( request ) a term from ConfD/NCS NOTE: This method should not be used by users of this API.
termRead(Object) - Static method in class com.tailf.conf.ConfInternal
Common method to read a term from ConfD/NCS NOTE: This method should not be used by users of this API.
termRead(Socket, int) - Static method in class com.tailf.conf.ConfInternal
Request one term from ConfD/NCS.
termRead(SelectionKey, int) - Static method in class com.tailf.conf.ConfInternal
Read a response, term from ConfD/NCS with the given SelectionKey and the op cdbop.
termWrite(Socket, int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Writes a term argument to ConfD/NCS.
termWrite(SelectionKey, int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Request that the operation op should be performed, with argument term term and with the transaction handle thandle to ConfD/NCS.
termWrite(int, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
 
termWrite(Socket, int, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Writes a term argument to ConfD/NCS.
termWrite(Socket, ConfEObject) - Static method in class com.tailf.conf.ConfInternal
Writes a term argument to ConfD/NCS.
TEXT_PATTERN - Static variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
 
textPattern - Variable in class com.tailf.maapi.MaapiSchemas.CSStringRestriction
Deprecated.
toArray() - Method in class com.tailf.navu.NavuChange
Converts the list of changes to an array.
toArray(T[]) - Method in class com.tailf.navu.NavuChange
 
toAtomString() - Method in enum com.tailf.ned.NedErrorCode
Get the string representation of the enum.
toByteArray() - Method in class com.tailf.proto.ConfOutputStream
Get the contents of the stream in a byte array.
toConfBuf() - Method in class com.tailf.ncs.alarmman.common.ManagedDevice
 
toDOM(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
Return String DOM document representation of a (Conf)XML-structure.
toDOM(ConfXMLParam[], String, String) - Static method in class com.tailf.conf.ConfXMLParam
Return String DOM representation of a (Conf)XML-structure.
toEnum(int) - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
 
toHash(String) - Method in class com.tailf.conf.ConfNamespace
toHexListString() - Method in class com.tailf.conf.ConfBinary
Formats the Binary as a tailf:hex-list string.
toKey() - Method in class com.tailf.navu.NavuLeaf
Convert the leaf value to a ConfKey.
toKeyPathString() - Method in class com.tailf.conf.ConfXPath
return this path as a keypath string.
toOctetListString() - Method in class com.tailf.conf.ConfBinary
Formats the Binary as a tailf::octet-list string.
toStrictlyQuotedString() - Method in class com.tailf.conf.ConfKey
Returns a string representation of the ConfKey.
toString() - Method in class com.tailf.cdb.Cdb
 
toString() - Method in class com.tailf.cdb.CdbPhase
 
toString() - Method in class com.tailf.cdb.CdbSession
 
toString() - Method in class com.tailf.cdb.CdbTxId
Return a string representation of this object.
toString() - Method in class com.tailf.cdb.CdbUpgradeSession
 
toString() - Method in enum com.tailf.conf.ConfAttributeType
Get the string label for this attribute type
toString() - Method in class com.tailf.conf.ConfAttributeValue
 
toString() - Method in class com.tailf.conf.ConfBinary
 
toString() - Method in class com.tailf.conf.ConfBits
toString method.
toString() - Method in class com.tailf.conf.ConfBool
 
toString() - Method in class com.tailf.conf.ConfBuf
 
toString() - Method in class com.tailf.conf.ConfCLIToken
 
toString() - Method in class com.tailf.conf.ConfDate
 
toString() - Method in class com.tailf.conf.ConfDatetime
 
toString() - Method in class com.tailf.conf.ConfDecimal64
 
toString() - Method in class com.tailf.conf.ConfDefault
 
toString() - Method in class com.tailf.conf.ConfDottedQuad
Format a dottedQuad as octets separated with dots, as for example: "1.2.4.192"
toString() - Method in class com.tailf.conf.ConfDouble
 
toString() - Method in class com.tailf.conf.ConfDuration
 
toString() - Method in class com.tailf.conf.ConfEnumeration
Get the string value for this enumeration.
toString() - Method in class com.tailf.conf.ConfFloat
 
toString() - Method in class com.tailf.conf.ConfHaNode
 
toString() - Method in class com.tailf.conf.ConfHexList
Returns string representation of a ConfHexList.
toString() - Method in class com.tailf.conf.ConfHexString
Returns string representation of a ConfHexString.
toString() - Method in class com.tailf.conf.ConfIdentityRef
 
toString() - Method in class com.tailf.conf.ConfInt32
 
toString() - Method in class com.tailf.conf.ConfInt64
 
toString() - Method in class com.tailf.conf.ConfIPv4
 
toString() - Method in class com.tailf.conf.ConfIPv4AndPrefixLen
 
toString() - Method in class com.tailf.conf.ConfIPv4Prefix
 
toString() - Method in class com.tailf.conf.ConfIPv6
 
toString() - Method in class com.tailf.conf.ConfIPv6AndPrefixLen
 
toString() - Method in class com.tailf.conf.ConfIPv6Prefix
 
toString() - Method in class com.tailf.conf.ConfKey
Returns a string representation of the ConfKey.
toString() - Method in class com.tailf.conf.ConfList
 
toString() - Method in class com.tailf.conf.ConfNamespace
Return a string representation on the namespace.
toString(int) - Method in class com.tailf.conf.ConfNamespace
toString() - Method in class com.tailf.conf.ConfNoExists
 
toString() - Method in class com.tailf.conf.ConfObject
 
toString() - Method in class com.tailf.conf.ConfObjectRef
 
toString() - Method in class com.tailf.conf.ConfOctetList
Format a octetList as octets separated with dots, as for example: "1.2.4.192.255.0"
toString() - Method in class com.tailf.conf.ConfOID
 
toString() - Method in class com.tailf.conf.ConfPath
Default String representation of this path, which is the keypath string representation
toString() - Method in class com.tailf.conf.ConfQname
 
toString() - Method in class com.tailf.conf.ConfResponse
 
toString() - Method in class com.tailf.conf.ConfTag
 
toString() - Method in class com.tailf.conf.ConfTagDefault
 
toString() - Method in class com.tailf.conf.ConfTime
 
toString() - Method in class com.tailf.conf.ConfTypeDescriptor
 
toString() - Method in class com.tailf.conf.ConfUInt32
 
toString() - Method in class com.tailf.conf.ConfUInt64
 
toString() - Method in class com.tailf.conf.ConfUserInfo
 
toString() - Method in class com.tailf.conf.ConfValue
 
toString() - Method in class com.tailf.conf.ConfXKey
 
toString() - Method in class com.tailf.conf.ConfXMLParam
 
toString() - Method in class com.tailf.conf.ConfXMLTagH
 
toString() - Method in class com.tailf.conf.ConfXPath
return the Default String representation, which is the XPath string representation.
toString() - Method in class com.tailf.conf.InstancePath
 
toString() - Method in class com.tailf.conf.SnmpVarbind
 
toString() - Method in class com.tailf.dp.DpAccumulate
 
toString() - Method in class com.tailf.dp.DpListFilter
 
toString() - Method in class com.tailf.dp.DpUserInfo
Formats the User information
toString() - Method in enum com.tailf.maapi.CommitParams.CommitQueueErrorOption
 
toString() - Method in enum com.tailf.maapi.CommitParams.DryRunOutformat
 
toString() - Method in class com.tailf.maapi.CommitParams
 
toString() - Method in class com.tailf.maapi.Maapi
 
toString() - Method in class com.tailf.maapi.MaapiCursor
 
toString() - Method in class com.tailf.maapi.MaapiRollback
 
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSBit
 
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSCase
Informative string representation of a CSCase instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSChoice
Informative string representation of a CSChoice instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSEnum
 
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNamedType
Informative string representation of a CSNamedType instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNode
Informative string representation of a CSNode instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSNodeInfo
Informative string representation of a CSNodeInfo instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSSchema
Informative string representation of a CSSchema instance
toString() - Method in class com.tailf.maapi.MaapiSchemas.CSType
Informative string representation of a CSType instance
toString() - Method in class com.tailf.maapi.MaapiSchemas
 
toString() - Method in class com.tailf.maapi.MaapiUserSession
 
toString() - Method in class com.tailf.navu.NavuAction
 
toString() - Method in class com.tailf.navu.NavuContainer
 
toString() - Method in class com.tailf.navu.NavuContext
 
toString() - Method in class com.tailf.navu.NavuContextBase
 
toString() - Method in class com.tailf.navu.NavuLeaf
 
toString() - Method in class com.tailf.navu.NavuList
 
toString() - Method in class com.tailf.navu.NavuNodeInfo
 
toString() - Method in class com.tailf.ncs.alarmman.common.Alarm
 
toString() - Method in class com.tailf.ncs.alarmman.common.AlarmId
 
toString() - Method in class com.tailf.ncs.alarmman.common.Attribute
 
toString() - Method in class com.tailf.ncs.alarmman.common.ManagedDevice
 
toString() - Method in class com.tailf.ncs.alarmman.common.ManagedObject
 
toString() - Method in class com.tailf.ncs.NcsCtlCommand
 
toString() - Method in class com.tailf.ned.NedCapability
 
toString() - Method in class com.tailf.ned.NedCliBaseTemplate
 
toString() - Method in class com.tailf.ned.NedCmd
 
toString() - Method in class com.tailf.ned.NedEditOp
 
toString() - Method in class com.tailf.ned.NedTTL
 
toString() - Method in enum com.tailf.ned.NedWorker.TransactionIdMode
 
toString() - Method in class com.tailf.notif.AuditNetworkNotification
 
toString() - Method in class com.tailf.notif.AuditNotification
 
toString() - Method in class com.tailf.notif.CallHomeInfoNotification
 
toString() - Method in class com.tailf.notif.CommitDiffNotification
 
toString() - Method in class com.tailf.notif.CommitFailedNotification
 
toString() - Method in class com.tailf.notif.CommitNotification
 
toString() - Method in class com.tailf.notif.CommitQueueProgressNotification
 
toString() - Method in class com.tailf.notif.ConfirmNotification
 
toString() - Method in class com.tailf.notif.ForwardNotification
 
toString() - Method in class com.tailf.notif.HaNotification
 
toString() - Method in class com.tailf.notif.Notification
 
toString() - Method in class com.tailf.notif.ProgressNotification
 
toString() - Method in class com.tailf.notif.SnmpaNotification
 
toString() - Method in class com.tailf.notif.StreamNotification
 
toString() - Method in class com.tailf.notif.SubagentNotification
 
toString() - Method in class com.tailf.notif.SyslogNotification
 
toString() - Method in class com.tailf.notif.UpgradeNotification
 
toString() - Method in class com.tailf.notif.UserSessNotification
 
toString() - Method in class com.tailf.proto.ConfEAtom
Get the printname of the atom represented by this object.
toString() - Method in class com.tailf.proto.ConfEBig
Get the string representation of this number.
toString() - Method in class com.tailf.proto.ConfEBinary
Get the string representation of this binary object.
toString() - Method in class com.tailf.proto.ConfEDouble
Get the string representation of this double.
toString() - Method in class com.tailf.proto.ConfEList
Get the string representation of the list.
toString() - Method in class com.tailf.proto.ConfELong
Get the string representation of this number.
toString() - Method in class com.tailf.proto.ConfEObject
 
toString() - Method in class com.tailf.proto.ConfEPid
Get the string representation of the pid.
toString() - Method in class com.tailf.proto.ConfERef
Get the string representation of the ref.
toString() - Method in class com.tailf.proto.ConfEString
Get the printable version of the string contained in this object.
toString() - Method in class com.tailf.proto.ConfETuple
Get the string representation of the tuple.
toString(byte[]) - Static method in class com.tailf.util.UTF8
 
toXML(ConfXMLParam[]) - Static method in class com.tailf.conf.ConfXMLParam
Return String XML representation of a (Conf)XML-structure.
toXML(ConfXMLParam[], String, String) - Static method in class com.tailf.conf.ConfXMLParam
Return String XML representation of a (Conf)XML-structure.
toXML(ConfXMLParam[], boolean) - Method in class com.tailf.util.ConfXMLParamToXML
Transforms the supplied parameter ConfXMLParam[] to a document (Document).
toXML(ConfXMLParam[]) - Method in class com.tailf.util.ConfXMLParamToXML
Transforms the supplied parameter ConfXMLParam[] to a document (Document).
toXML(ConfXMLParam[], String, String, boolean) - Method in class com.tailf.util.ConfXMLParamToXML
Transforms the supplied parameter ConfXMLParam[] to a document (Document).
toXML(ConfXMLParam[], String, String) - Method in class com.tailf.util.ConfXMLParamToXML
Transforms the supplied ConfXMLParam[] to a document (Document).
toXMLParam() - Method in class com.tailf.util.XMLtoConfXMLParam
Converts the xml to corresponding ConfXMLParam[] The resulting ConfXMLParam[] is prepared for a getValues() call.
toXMLParam(int) - Method in class com.tailf.util.XMLtoConfXMLParam
Converts the xml to corresponding ConfXMLParam[] The mode parameter controls whether this ConfXMLParam[] should be prepared for a getValues() call or for a setValues() call using using XMLtoConfXMLParam.MODE_GET or XMLtoConfXMLParam.MODE_SET respectively.
toXMLParams(String, ConfPath) - Static method in class com.tailf.conf.ConfXMLParam
Converts an xml snippet to a corresponding ConfXMLParam[].
toXMLParams(String, ConfPath, int) - Static method in class com.tailf.conf.ConfXMLParam
Converts an xml snippet to a corresponding ConfXMLParam[].
toXPathString() - Method in class com.tailf.conf.ConfCdbUpgradePath
A ConfCdbUpgradePath cannot be converted to an xpath string as this requires access to the schema.
toXPathString() - Method in class com.tailf.conf.ConfPath
Returns this path as an XPath string
toXPathString() - Method in class com.tailf.conf.InstancePath
Returns this path object as an XPath string.
trace(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
Write service log entry with level trace.
trace(String) - Method in interface com.tailf.maapi.MaapiXPathEvalTrace
The interface declare a method that takes a single string as argument.
trace - Variable in class com.tailf.ned.NedCliBaseTemplate
 
trace(NedWorker, String, String) - Method in class com.tailf.ned.NedCliBaseTemplate
 
trace(String, String, String) - Method in interface com.tailf.ned.NedTracer
 
trace(String, String, String) - Method in class com.tailf.ned.NedWorker
Send trace message to the NCS.
trace(String, String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
trace(String, String) - Method in class com.tailf.ned.SSHJSession
Append to tracer
TraceBuffer - Class in com.tailf.ned
 
TraceBuffer(int, String, String) - Constructor for class com.tailf.ned.TraceBuffer
 
traceInBufAppend(String) - Method in interface com.tailf.ned.SSHClient.CliSession
 
traceInBufAppend(String) - Method in class com.tailf.ned.SSHJSession
Append to trace in buf
traceInBufFlush() - Method in interface com.tailf.ned.SSHClient.CliSession
 
traceInBufFlush() - Method in class com.tailf.ned.SSHJSession
Flush trace in buffer
tracer - Variable in class com.tailf.ned.NedCliBaseTemplate
 
TransCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Trans Callbacks Attribute is callType
TransCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Trans Callbacks.
TransCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.TransCallbackProxy
Constructor for Callback proxys.
TransCBType - Enum in com.tailf.dp.proto
Enumeration of Trans callback methods
transLock(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
transLock(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is invoked when the validation phase of the transaction starts.
transUnlock(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
transUnlock(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is called when the validation of the transaction failed, or the validation is triggered explicitly (i.e.
TransValidateCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for TransValidate Callbacks Attribute is callType
TransValidateCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for TransValidate Callbacks.
TransValidateCallbackProxy(Object) - Constructor for class com.tailf.dp.annotations.TransValidateCallbackProxy
Constructor for Callback proxys.
TransValidateCBType - Enum in com.tailf.dp.proto
Enumeration of TransValidate callback methods
TrapInfo(long[], int, int, int) - Constructor for class com.tailf.notif.SnmpaNotification.TrapInfo
 
TraversalFilter - Interface in com.tailf.navu.traversal
 
traverse(NavuNode, List<TraversalFilter>) - Method in class com.tailf.navu.traversal.NavuTraversalBfsMean
 
traverse(NavuNode, List<TraversalFilter>) - Method in class com.tailf.navu.traversal.NavuTraversalDfsMean
 
traverse(NavuNode, List<TraversalFilter>) - Method in interface com.tailf.navu.traversal.NavuTraversalMean
 
traverse() - Method in class com.tailf.navu.traversal.NavuTreeTraversal
Start the traversal process.
triggerOperSubscriptions(int[]) - Method in class com.tailf.cdb.Cdb
Function similar to Cdb.triggerOperSubscriptions(int[], EnumSet) with the difference that this function will never wait to acquire a lock and therefore fail and throw an Exception if Cdb is locked.
triggerOperSubscriptions(int[], EnumSet<CdbLockType>) - Method in class com.tailf.cdb.Cdb
Function to trigger operational subscriptions in similar to Cdb.triggerSubscriptions(int[]).
triggerSubscriptions(int[]) - Method in class com.tailf.cdb.Cdb
Triggers Cdb subscription for configuration data.
truncateToXMLUri(String) - Static method in class com.tailf.conf.ConfNamespace
 
type - Variable in class com.tailf.dp.DpListFilter
The type of filter
type() - Method in class com.tailf.ned.NedCliBaseTemplate
 
type() - Method in class com.tailf.ned.NedConnectionBase
The type is one of "cli" and "generic".
TYPE_SNMP_COL_ROW - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
TYPE_SNMP_OID - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
TYPE_SNMP_VARIABLE - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
typepoint_ncs_ssh_host_key - Static variable in class com.tailf.ncs.ns.Ncs
 
typepoint_ncs_ssh_private_key - Static variable in class com.tailf.ncs.ns.Ncs
 

U

uIntValue() - Method in class com.tailf.proto.ConfELong
Get this number as a non-negative int.
uncaughtException(Thread, Throwable) - Method in class com.tailf.dp.DpThread
 
uncaughtException(Thread, Throwable) - Method in class com.tailf.ncs.NcsMain
 
UNENCRYPTED_PREFIX - Static variable in class com.tailf.maapi.MaapiCrypto
 
UNINITIALIZE - Static variable in class com.tailf.ned.NedCmd
 
uninitialize(NedWorker) - Method in class com.tailf.ned.NedConnectionBase
If the transaction is not completed and the NED has done initialize this method is called to undo the transaction preparations.
uninitializeResponse() - Method in class com.tailf.ned.NedWorker
This method should be invoked by a NedConnection instance when it has completed a uninitialize operation to indicate a successful uninitialization
UnionTypeMethodsImpl() - Constructor for class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
 
UNLOAD_ALL - Static variable in class com.tailf.ncs.NcsCtlCommand
 
UNLOAD_PACKAGE - Static variable in class com.tailf.ncs.NcsCtlCommand
 
unlock(DpDbContext, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
unlock(DpDbContext, int) - Method in interface com.tailf.dp.DpDbCallback
Unlocks the database.
unlock(int) - Method in class com.tailf.maapi.Maapi
This function releases a lock previously acquired using the lock() method.
unlockPartial(DpDbContext, int, int) - Method in class com.tailf.dp.annotations.DBCallbackProxy
 
unlockPartial(DpDbContext, int, int) - Method in interface com.tailf.dp.DpDbCallback
Unlocks the partial locks that where previously locked with DpDbCallback.lockPartial(DpDbContext,int,int,ConfObject[][]).
unlockPartial(int) - Method in class com.tailf.maapi.Maapi
This methods releases a lock previously acquired using the lockPartial() method.
unpack_ha_node(ConfEObject) - Static method in class com.tailf.conf.ConfHaNode
Decodes a ConfEObject into a ConfHaNode.
unregisterAllResources() - Static method in class com.tailf.ncs.ResourceManager
Unregister all resources
unregisterResources(Object) - Static method in class com.tailf.ncs.ResourceManager
Unregister all resources for an object instance.
unregisterResources(String) - Static method in class com.tailf.ncs.ResourceManager
Unregister all resources for a Ncs package.
unsetCaseInChoice - Variable in class com.tailf.navu.NavuContextBase
Default behavior for unset case in choice.
update(ServiceContext, NavuNode, NavuNode, Properties) - Method in class com.tailf.dp.annotations.ServiceCallbackProxy
 
update() - Method in class com.tailf.navu.NavuChoice
 
UPGRADE_ABORTED - Static variable in class com.tailf.notif.UpgradeNotification
 
UPGRADE_COMMITED - Static variable in class com.tailf.notif.UpgradeNotification
 
UPGRADE_INIT_STARTED - Static variable in class com.tailf.notif.UpgradeNotification
 
UPGRADE_INIT_SUCCEEDED - Static variable in class com.tailf.notif.UpgradeNotification
 
UPGRADE_PERFORMED - Static variable in class com.tailf.notif.UpgradeNotification
 
UpgradeNotification - Class in com.tailf.notif
Data structure for upgrade notifications.
UpgradeNotification(int) - Constructor for class com.tailf.notif.UpgradeNotification
 
uri() - Method in class com.tailf.conf.ConfNamespace
 
uri - Variable in class com.tailf.conf.ConfNamespaceStub
 
uri() - Method in class com.tailf.conf.ConfNamespaceStub
 
uri() - Method in class com.tailf.maapi.MaapiSchemaNS
 
uri - Static variable in class com.tailf.ncs.ns.Inet
 
uri() - Method in class com.tailf.ncs.ns.Inet
 
uri - Static variable in class com.tailf.ncs.ns.Ncs
 
uri() - Method in class com.tailf.ncs.ns.Ncs
 
uri - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
uri() - Method in class com.tailf.ncs.ns.NcsAlarms
 
uri - Static variable in class com.tailf.ncs.ns.NcsNed
 
uri() - Method in class com.tailf.ncs.ns.NcsNed
 
uri - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
uri() - Method in class com.tailf.ncs.ns.NcsSnmp
 
uri - Static variable in class com.tailf.ncs.ns.NcsState
 
uri() - Method in class com.tailf.ncs.ns.NcsState
 
uri - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
uri() - Method in class com.tailf.ncs.ns.NetconfNcs
 
uri - Static variable in class com.tailf.ncs.ns.Yang
 
uri() - Method in class com.tailf.ncs.ns.Yang
 
URL_SAFE - Static variable in class com.tailf.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
useCompression() - Method in interface com.tailf.ned.SSHClient
Enable compression on the SSH channel
USER_SESS_LOCK - Static variable in class com.tailf.notif.UserSessNotification
 
USER_SESS_START - Static variable in class com.tailf.notif.UserSessNotification
 
USER_SESS_START_TRANS - Static variable in class com.tailf.notif.UserSessNotification
 
USER_SESS_STOP - Static variable in class com.tailf.notif.UserSessNotification
 
USER_SESS_STOP_TRANS - Static variable in class com.tailf.notif.UserSessNotification
 
USER_SESS_UNLOCK - Static variable in class com.tailf.notif.UserSessNotification
 
userMessage(String, String, String) - Method in class com.tailf.maapi.Maapi
Send a message to a specific user, a specific user session or all users depending on the to parameter.
UserSessNotification - Class in com.tailf.notif
Data structure for user session start/stop notifications.
UserSessNotification(int, DpUserInfo, int) - Constructor for class com.tailf.notif.UserSessNotification
 
useStoredCapabilities() - Method in class com.tailf.ned.NedConnectionBase
This function is used to set the same capabilities as stored in CDB for a particular device.
uShortValue() - Method in class com.tailf.proto.ConfELong
Get this number as a non-negative short.
UTF8 - Class in com.tailf.util
 
UTF8() - Constructor for class com.tailf.util.UTF8
 

V

val - Variable in class com.tailf.dp.DpListFilter
validate(DpTrans, ConfObject[], ConfValue) - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
 
validate(DpTrans, ConfObject[], ConfValue) - Method in interface com.tailf.dp.DpValpointCallback
The validate() callback should validate the values and throw a DpCallbackException if the validation fails.
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
Validates ConfValue of with rules from CSType
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.DisplayHintTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.RetrictedNumberTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.StringTypeMethodsImpl
 
validate(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
 
validate_vacm_group - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
ValidateCallback - Annotation Type in com.tailf.dp.annotations
Annotation class for Validate Callbacks Attribute is callPoint
ValidateCallbackProxy - Class in com.tailf.dp.annotations
Callback proxy for Validation Callbacks.
ValidateCallbackProxy(Object, String) - Constructor for class com.tailf.dp.annotations.ValidateCallbackProxy
Constructor for Callback proxys.
ValidateCBType - Enum in com.tailf.dp.proto
Enumeration of Validate callback methods
validateToken(String, InetAddress, int, String, MaapiUserSessionFlag) - Method in class com.tailf.maapi.Maapi
If external token validation (see /confdConfig/aaa/externalValidation) is in use, this method can be used to ask ConfD/NSO to validate such a token.
validateTrans(int, boolean, boolean) - Method in class com.tailf.maapi.Maapi
Validates a transaction specified by transaction handle tid
valpoint() - Method in class com.tailf.dp.annotations.ValidateCallbackProxy
 
valpoint() - Method in interface com.tailf.dp.DpValpointCallback
The name of the valpoint.
value - Variable in class com.tailf.maapi.MaapiSchemas.CSEnum
Deprecated.
value() - Method in class com.tailf.maapi.QueryResult.Entry
Retrieves the value from this entry
value() - Method in class com.tailf.navu.NavuLeaf
Returns the effective value on the first call, or cached value in the subsequent calls of this leaf.
VALUE_SET - Static variable in class com.tailf.ned.NedEditOp
 
valueAsString() - Method in class com.tailf.navu.NavuLeaf
Returns the Schema aware string representation of a leaf.
valueOf(String) - Static method in enum com.tailf.cdb.CdbDBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.cdb.CdbGetModificationFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.cdb.CdbGetModificationFlag
 
valueOf(String) - Static method in enum com.tailf.cdb.CdbLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.cdb.CdbNotificationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.cdb.CdbNotificationType
 
valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
 
valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
 
valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionSyncType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.cdb.CdbSubscriptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.conf.ConfAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.conf.ConfFindNextType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.ConfFindNextType
Static method that creates an enum from an integer ordinal value.
valueOf(String) - Static method in enum com.tailf.conf.ConfIterateFlags
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.ConfIterateFlags
 
valueOf(String) - Static method in enum com.tailf.conf.ConfIterateResultFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.ConfIterateResultFlag
 
valueOf(String) - Static method in enum com.tailf.conf.ConfList.WhereTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.conf.DiffIterateFlags
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.DiffIterateFlags
 
valueOf(String) - Static method in enum com.tailf.conf.DiffIterateOperFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.DiffIterateOperFlag
 
valueOf(String) - Static method in enum com.tailf.conf.DiffIterateResultFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.DiffIterateResultFlag
 
valueOf(String) - Static method in enum com.tailf.conf.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.ErrorCode
 
valueOf(String) - Static method in enum com.tailf.conf.ErrorVerbosity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.conf.ErrorVerbosity
 
valueOf(String) - Static method in enum com.tailf.conf.XMLParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.AuthorizationOperCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.AuthorizationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.ListFilterExprOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.ListFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.ActionCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.AuthCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.AuthorizationCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.DataCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.DBCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.DpFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.NanoServiceCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.ServiceCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.SnmpInformResponseCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.TransCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.TransValidateCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.proto.ValidateCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.dp.services.ServiceOperationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.dp.services.ServiceOperationType
Get ServiceOperationType from ordinal value
valueOf(String) - Static method in enum com.tailf.ha.HaOrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ha.HaStateType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.ha.HaStateType
Instantiates an HaStateType from an integer value.
valueOf(String) - Static method in enum com.tailf.maapi.CLIInteractionFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.maapi.CLIInteractionFlag
 
valueOf(String) - Static method in enum com.tailf.maapi.CLIPathCmdFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.CommitParams.CommitQueueErrorOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.CommitParams.DryRunOutformat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.CommitQueueResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.DryRunResult.DryRunEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.DryRunResult.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.Maapi.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.MaapiConfigFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.MaapiCryptoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.MaapiDeleteAllFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.maapi.MaapiDeleteAllFlag
 
valueOf(String) - Static method in enum com.tailf.maapi.MaapiFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
 
valueOf(String) - Static method in enum com.tailf.maapi.MoveWhereFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.maapi.MoveWhereFlag
 
valueOf(String) - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
 
valueOf(String) - Static method in enum com.tailf.navu.NavuContextBase.UnSetCaseInChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.navu.NavuLeafList.WhereTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.navu.NavuList.WhereTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
 
valueOf(String) - Static method in enum com.tailf.ncs.annotations.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ncs.annotations.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ncs.proto.EventCBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ncs.snmp.snmp4j.HandlerResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.ned.NedErrorCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.ned.NedErrorCode
Get the NED error code from the given integer.
valueOf(String) - Static method in enum com.tailf.ned.NedWorker.TransactionIdMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tailf.notif.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.tailf.notif.NotificationType
 
valueOf(String) - Static method in enum com.tailf.notif.ProgressNotification.ProgressEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tailf.cdb.CdbDBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbGetModificationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbSubscrConfigFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbSubscriptionFlagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbSubscriptionSyncType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.cdb.CdbSubscriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ConfAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ConfFindNextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ConfIterateFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ConfIterateResultFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ConfList.WhereTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.DiffIterateFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.DiffIterateOperFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.DiffIterateResultFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.ErrorVerbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.conf.XMLParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.AuthorizationOperCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.AuthorizationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.ListFilterExprOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.ListFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.ActionCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.AuthCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.AuthorizationCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.DataCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.DBCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.DpFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.NanoServiceCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.ServiceCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.SnmpInformResponseCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.TransCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.TransValidateCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.proto.ValidateCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.dp.services.ServiceOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ha.HaOrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ha.HaStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.CLIInteractionFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.CLIPathCmdFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.CommitParams.CommitQueueErrorOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.CommitParams.DryRunOutformat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.CommitQueueResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.DryRunResult.DryRunEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.DryRunResult.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.Maapi.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiConfigFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiCryptoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiDeleteAllFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiSchemas.CSShallowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MaapiUserSessionFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.MoveWhereFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.maapi.XPathNodeIterateResultFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.tailf.navu.NavuChoice
Return a list of cases contained within this choice.
values() - Static method in enum com.tailf.navu.NavuContextBase.UnSetCaseInChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.navu.NavuLeafList.WhereTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.navu.NavuList.WhereTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ncs.alarmman.common.PerceivedSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ncs.annotations.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ncs.annotations.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ncs.proto.EventCBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ncs.snmp.snmp4j.HandlerResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ned.NedErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.ned.NedWorker.TransactionIdMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.notif.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tailf.notif.ProgressNotification.ProgressEventType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.BitsTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.CSTypeMethods
convert to string representation for the corresponding Confvalue
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.Decimal64TypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.DisplayHintTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.EnumTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.IdentityTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListRestrictionTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.ListTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas.UnionTypeMethodsImpl
 
valueToString(MaapiSchemas.CSType, ConfValue) - Method in class com.tailf.maapi.MaapiSchemas
convert to string representation for the corresponding ConfValue
valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuAction
 
valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuContainer
An indication received from a child node.
valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuLeaf
 
valueUpdateInd(NavuNode) - Method in class com.tailf.navu.NavuList
 
Varbind(int, SnmpaNotification.SnmpVar, ConfObject, int) - Constructor for class com.tailf.notif.SnmpaNotification.Varbind
 
VARIABLE - Static variable in class com.tailf.conf.SnmpVarbind
 
VARTYPE_SNMP_Counter32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_Counter64 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_INTEGER - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_Interger32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_IpAddress - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_NULL - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_OBJECT_IDENTIFIER - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_OCTET_STRING - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_Opaque - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_TimeTicks - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
VARTYPE_SNMP_Unsigned32 - Static variable in class com.tailf.notif.SnmpaNotification.Varbind
 
verifyServerHostKey(String, int, String, byte[]) - Method in class com.tailf.ned.NedCmd
 
versionTag - Static variable in class com.tailf.proto.ConfExternal
The version number used to mark serialized E terms

W

waitStart() - Method in class com.tailf.cdb.Cdb
This call waits until start-phase 1 is completed and CDB is available.
waitStart(int) - Method in class com.tailf.maapi.Maapi
Wait until the daemon has completed a certain start phase.
waitStarted() - Method in class com.tailf.maapi.Maapi
Wait until the daemon is fully started, i.e.
warn(NavuNode, String, ConfIdentityRef) - Static method in class com.tailf.dp.services.ServiceLog
Write service log entry with level warn.
width - Variable in class com.tailf.maapi.MaapiSchemas.CSTypeBits
Deprecated.
write(Socket, int, int) - Static method in class com.tailf.conf.ConfInternal
Writes an op and a transaction handle to ConfD/NCS.
write(SelectionKey, int, int) - Static method in class com.tailf.conf.ConfInternal
Request that the operation op should be performed, with no argument and with the transaction handle thandle to ConfD/NCS.
write(int, int) - Static method in class com.tailf.conf.ConfInternal
 
write(Socket, int) - Static method in class com.tailf.conf.ConfInternal
Write a simple op to ConfD/NCS
write(String) - Method in class com.tailf.maapi.CLIInteraction
Write to the CLI.
write(int) - Method in class com.tailf.maapi.MaapiOutputStream
Write a byte from the input stream or -1 if EOF
write(byte[], int, int) - Method in class com.tailf.maapi.MaapiOutputStream
Write a portion of an array of bytes.
write(String) - Method in class com.tailf.ned.TelnetSession
 
write(byte) - Method in class com.tailf.proto.ConfOutputStream
Write one byte to the stream.
write(byte[]) - Method in class com.tailf.proto.ConfOutputStream
Write an array of bytes to the stream.
write(int) - Method in class com.tailf.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.tailf.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write1(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low byte of a value to the stream.
write2BE(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low two bytes of a value to the stream in big endian order.
write2LE(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low two bytes of a value to the stream in little endian order.
write4BE(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low four bytes of a value to the stream in big endian order.
write4LE(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low four bytes of a value to the stream in little endian order.
write8LE(long) - Method in class com.tailf.proto.ConfOutputStream
Write the low eight bytes of a value to the stream in little endian order.
write_any(ConfEObject) - Method in class com.tailf.proto.ConfOutputStream
Write an arbitrary E term to the stream.
write_atom(String) - Method in class com.tailf.proto.ConfOutputStream
Write a string to the stream as an E atom.
write_binary(byte[]) - Method in class com.tailf.proto.ConfOutputStream
Write an array of bytes to the stream as an E binary.
write_boolean(boolean) - Method in class com.tailf.proto.ConfOutputStream
Write a boolean value to the stream as the E atom 'true' or 'false'.
write_byte(byte) - Method in class com.tailf.proto.ConfOutputStream
Write a single byte to the stream as an E integer.
write_char(char) - Method in class com.tailf.proto.ConfOutputStream
Write a character to the stream as an E integer.
write_double(double) - Method in class com.tailf.proto.ConfOutputStream
Write a double value to the stream.
write_float(float) - Method in class com.tailf.proto.ConfOutputStream
Write a float value to the stream.
write_int(int) - Method in class com.tailf.proto.ConfOutputStream
Write an integer to the stream.
write_list_head(int) - Method in class com.tailf.proto.ConfOutputStream
Write an E list header to the stream.
write_long(long) - Method in class com.tailf.proto.ConfOutputStream
Write a long to the stream.
write_nil() - Method in class com.tailf.proto.ConfOutputStream
Write an empty E list to the stream.
write_pid(String, int, int, int) - Method in class com.tailf.proto.ConfOutputStream
Write an E PID to the stream.
write_port(String, int, int) - Method in class com.tailf.proto.ConfOutputStream
Write an E port to the stream.
write_ref(String, int, int) - Method in class com.tailf.proto.ConfOutputStream
Write an old style E ref to the stream.
write_ref(String, int[], int) - Method in class com.tailf.proto.ConfOutputStream
Write a new style (R6 and later) E ref to the stream.
write_short(short) - Method in class com.tailf.proto.ConfOutputStream
Write a short to the stream.
write_string(String) - Method in class com.tailf.proto.ConfOutputStream
Write a string to the stream.
write_tuple_head(int) - Method in class com.tailf.proto.ConfOutputStream
Write an E tuple header to the stream.
write_uint(int) - Method in class com.tailf.proto.ConfOutputStream
Write a positive integer to the stream.
write_ulong(long) - Method in class com.tailf.proto.ConfOutputStream
Write a positive long to the stream.
write_ushort(short) - Method in class com.tailf.proto.ConfOutputStream
Write a positive short to the stream.
writeAll(DpTrans, ConfObject[]) - Method in class com.tailf.dp.annotations.DataCallbackProxy
 
writeAll(DpTrans, ConfObject[]) - Method in interface com.tailf.dp.DpDataCallback
This callback method sets the currently chosen 'case' for a 'choice' construct.
writeLE(long, int) - Method in class com.tailf.proto.ConfOutputStream
Write any number of bytes in little endian format.
writeN(byte[]) - Method in class com.tailf.proto.ConfOutputStream
Write an array of bytes to the stream.
writeStart(DpTrans) - Method in class com.tailf.dp.annotations.TransCallbackProxy
 
writeStart(DpTrans) - Method in interface com.tailf.dp.DpTransCallback
This callback is invoked when the validation succeeded and the write phase of the transaction starts.
writeTimeout - Variable in class com.tailf.ned.NedCliBaseTemplate
 
writeTo(OutputStream) - Method in class com.tailf.proto.ConfOutputStream
Write the contents of the stream to an OutputStream.
writeTo(SocketChannel, SelectionKey) - Method in class com.tailf.proto.ConfOutputStream
 

X

XMLParamType - Enum in com.tailf.conf
Enum identifying type of ConfXMLParam subclass.
XMLtoConfXMLParam - Class in com.tailf.util
Convenience utility class for transformation from a XML String to a ConfXMLParam[] structure.
XMLtoConfXMLParam(String, ConfPath) - Constructor for class com.tailf.util.XMLtoConfXMLParam
Main constructor for initializing the xml parser.
xmlUri() - Method in class com.tailf.conf.ConfNamespace
 
xmlUri() - Method in class com.tailf.conf.ConfNamespaceStub
 
xmlUri() - Method in class com.tailf.maapi.MaapiSchemaNS
 
xmlUri() - Method in class com.tailf.ncs.ns.Inet
 
xmlUri() - Method in class com.tailf.ncs.ns.Ncs
 
xmlUri() - Method in class com.tailf.ncs.ns.NcsAlarms
 
xmlUri() - Method in class com.tailf.ncs.ns.NcsNed
 
xmlUri() - Method in class com.tailf.ncs.ns.NcsSnmp
 
xmlUri() - Method in class com.tailf.ncs.ns.NcsState
 
xmlUri() - Method in class com.tailf.ncs.ns.NetconfNcs
 
xmlUri() - Method in class com.tailf.ncs.ns.Yang
 
xpath2kpath(String) - Method in class com.tailf.maapi.Maapi
Convert a XPath path to a ConfPath object.
xpath2kpath_th(int, String) - Method in class com.tailf.maapi.Maapi
 
XPathAbrevCompiler - Class in com.tailf.conf
 
XPathAbrevCompiler(MountIdInterface) - Constructor for class com.tailf.conf.XPathAbrevCompiler
 
xpathEval(int, MaapiXPathEvalResult, MaapiXPathEvalTrace, String, Object, String, Object...) - Method in class com.tailf.maapi.Maapi
Evaluated the xpath expression as supplied in by expr.
xpathEvalExpr(int, String, MaapiXPathEvalTrace, String, Object...) - Method in class com.tailf.maapi.Maapi
Evaluate the xpath expression given in expr parameter and return the result as a string.
XPathNodeIterateResultFlag - Enum in com.tailf.maapi
The result(ConfObject[],ConfValue,Object) method should return any of the following two constants
xPathSelect(String) - Method in class com.tailf.navu.NavuAction
 
xPathSelect(String) - Method in class com.tailf.navu.NavuNode
Evaluates the XPath path expression query and returns the resulting node set as list of NavuNode's.
xPathSelectIterate(String, NavuNodeSetIterate) - Method in class com.tailf.navu.NavuNode
Iterate through a NodeSet based on a supplied XPath query.

Y

Yang - Class in com.tailf.ncs.ns
Autogenerated namespace class for YANG module ietf-yang-types.yang
Yang() - Constructor for class com.tailf.ncs.ns.Yang
 

_

_3des_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_3des_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_3des_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_3des_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_abort_error - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_abort_error_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_above - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_above_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_accept - Static variable in class com.tailf.ncs.ns.Ncs
 
_accept_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_accept_empty_capabilities - Static variable in class com.tailf.ncs.ns.Ncs
 
_accept_empty_capabilities_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_access - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_access_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_ack - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ack_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_action - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_path - Static variable in class com.tailf.ncs.ns.Ncs
 
_action_path_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_actionpoint - Static variable in class com.tailf.ncs.ns.NcsState
 
_actionpoint_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_active - Static variable in class com.tailf.ncs.ns.Ncs
 
_active_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_active_settings - Static variable in class com.tailf.ncs.ns.Ncs
 
_active_settings_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_add_capability - Static variable in class com.tailf.ncs.ns.Ncs
 
_add_capability_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_add_lock - Static variable in class com.tailf.ncs.ns.Ncs
 
_add_lock_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_added_by_user - Static variable in class com.tailf.ncs.ns.Ncs
 
_added_by_user_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_address - Static variable in class com.tailf.ncs.ns.Ncs
 
_address_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_address_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_address_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_adm_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_adm_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_adm_unlocked - Static variable in class com.tailf.ncs.ns.Ncs
 
_adm_unlocked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_clear - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_clear_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_cleared - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_cleared_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_state_description - Static variable in class com.tailf.ncs.ns.Ncs
 
_admin_state_description_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_aes128_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes128_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes128_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes128_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes128_gcm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes128_gcm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes192_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes192_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes192_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes192_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_gcm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes256_gcm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_aes_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_affected_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_affected_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_age - Static variable in class com.tailf.ncs.ns.Ncs
 
_age_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_age_spec - Static variable in class com.tailf.ncs.ns.Ncs
 
_age_spec - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_age_spec_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_age_spec_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_agent - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_agent_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_class - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_class_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_handling - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_handling_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_handling_state_filter - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_handling_state_filter_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_list - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_list_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_model - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_model_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_notification - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_notification_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_status - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_status_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_summary - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_summary_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_text - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_text_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_type - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarm_type_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_algorithm - Static variable in class com.tailf.ncs.ns.Ncs
 
_algorithm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_versions - Static variable in class com.tailf.ncs.ns.Ncs
 
_all_versions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_allow_version_mismatch - Static variable in class com.tailf.ncs.ns.Ncs
 
_allow_version_mismatch_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_alpha_url - Static variable in class com.tailf.ncs.ns.Ncs
 
_alpha_url_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_alt_managed_object - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_alt_managed_object_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_altitude - Static variable in class com.tailf.ncs.ns.Ncs
 
_altitude_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_always_call - Static variable in class com.tailf.ncs.ns.Ncs
 
_always_call_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_and_reload - Static variable in class com.tailf.ncs.ns.Ncs
 
_and_reload_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_any - Static variable in class com.tailf.ncs.ns.Ncs
 
_any - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_any - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_any_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_any_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_any_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_any_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_any_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_application - Static variable in class com.tailf.ncs.ns.Ncs
 
_application_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_no_capabilities - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_no_capabilities_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_no_namespace - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_no_namespace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_ok - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_ok_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_apply_template_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour128 - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour128_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_arcfour_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_arch - Static variable in class com.tailf.ncs.ns.Ncs
 
_arch_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_assigned_role - Static variable in class com.tailf.ncs.ns.Ncs
 
_assigned_role_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_assume_nominal_role - Static variable in class com.tailf.ncs.ns.Ncs
 
_assume_nominal_role_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_async - Static variable in class com.tailf.ncs.ns.Ncs
 
_async - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_async_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_async_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_atomic - Static variable in class com.tailf.ncs.ns.Ncs
 
_atomic - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_atomic_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_atomic_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_attempts - Static variable in class com.tailf.ncs.ns.Ncs
 
_attempts_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_auth_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_auth_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_no_priv - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_no_priv - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_auth_no_priv_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_no_priv_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_auth_priv - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_priv - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_auth_priv_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_auth_priv_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_authentication_callback - Static variable in class com.tailf.ncs.ns.NcsState
 
_authentication_callback_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_authgroup - Static variable in class com.tailf.ncs.ns.Ncs
 
_authgroup_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_authgroups - Static variable in class com.tailf.ncs.ns.Ncs
 
_authgroups_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_authorization_callbacks - Static variable in class com.tailf.ncs.ns.NcsState
 
_authorization_callbacks_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_auto_start_not_enabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_auto_start_not_enabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_automatic_purge - Static variable in class com.tailf.ncs.ns.Ncs
 
_automatic_purge_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_track - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_track_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_track_goal - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_track_goal_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_tracking_goal - Static variable in class com.tailf.ncs.ns.Ncs
 
_back_tracking_goal_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_bad_ncs_version - Static variable in class com.tailf.ncs.ns.Ncs
 
_bad_ncs_version_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_bad_user_input - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_bad_user_input_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_badconfig - Static variable in class com.tailf.ncs.ns.Ncs
 
_badconfig_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_none - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_none_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_slave_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_slave_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_slave_to - Static variable in class com.tailf.ncs.ns.Ncs
 
_be_slave_to_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_below - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_below_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_block_others - Static variable in class com.tailf.ncs.ns.Ncs
 
_block_others - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_block_others_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_block_others_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_blocked - Static variable in class com.tailf.ncs.ns.Ncs
 
_blocked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_blocked_not_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_blocked_not_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_blocking - Static variable in class com.tailf.ncs.ns.Ncs
 
_blocking_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_blowfish_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_blowfish_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_blowfish_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_blowfish_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_boolean - Static variable in class com.tailf.ncs.ns.Ncs
 
_boolean_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_branch - Static variable in class com.tailf.ncs.ns.Ncs
 
_branch_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_build_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_build_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_builtin - Static variable in class com.tailf.ncs.ns.NcsState
 
_builtin_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_burst - Static variable in class com.tailf.ncs.ns.Ncs
 
_burst_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_bypass - Static variable in class com.tailf.ncs.ns.Ncs
 
_bypass - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_bypass_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_bypass_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_c_non_service_config - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_c_non_service_config_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_call_home - Static variable in class com.tailf.ncs.ns.Ncs
 
_call_home_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_callback - Static variable in class com.tailf.ncs.ns.Ncs
 
_callback - Static variable in class com.tailf.ncs.ns.NcsState
 
_callback_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_callback_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_callback_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_callback_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_callbacks - Static variable in class com.tailf.ncs.ns.NcsState
 
_callbacks_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_callpoint - Static variable in class com.tailf.ncs.ns.NcsState
 
_callpoint_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_callpoint_model - Static variable in class com.tailf.ncs.ns.Ncs
 
_callpoint_model_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_callpoints - Static variable in class com.tailf.ncs.ns.NcsState
 
_callpoints_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_candidate_startup - Static variable in class com.tailf.ncs.ns.Ncs
 
_candidate_startup_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_capabilities_profile - Static variable in class com.tailf.ncs.ns.Ncs
 
_capabilities_profile_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_input - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_input_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_parameters - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_parameters_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_uri - Static variable in class com.tailf.ncs.ns.Ncs
 
_capability_uri_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_cli - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_cli - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_cli_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_cli_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_cli_c - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_cli_c - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_cli_c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_cli_c_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_native - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_native - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_native_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_native_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_xml - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_case_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_case_xml_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cast128_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_cast128_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cast128_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_cast128_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cdb - Static variable in class com.tailf.ncs.ns.NcsState
 
_cdb_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_chacha20_poly1305_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_chacha20_poly1305_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_changed_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_changed_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_changed_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_changed_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_channels - Static variable in class com.tailf.ncs.ns.Ncs
 
_channels_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_integrity - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_integrity_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_yang_modules - Static variable in class com.tailf.ncs.ns.Ncs
 
_check_yang_modules_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_chgset - Static variable in class com.tailf.ncs.ns.Ncs
 
_chgset_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_lsa - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_lsa - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_choice_lsa_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_lsa_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_choice_sync_check - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_sync_check - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_choice_sync_check_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_sync_check_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_choice_unlock_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_unlock_id - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_choice_unlock_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_choice_unlock_id_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cipher - Static variable in class com.tailf.ncs.ns.Ncs
 
_cipher_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_circular_dependency - Static variable in class com.tailf.ncs.ns.Ncs
 
_circular_dependency_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_class_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_class_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_class_names - Static variable in class com.tailf.ncs.ns.Ncs
 
_class_names_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_clear_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cleared - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cleared_by_admin - Static variable in class com.tailf.ncs.ns.Ncs
 
_cleared_by_admin_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cli - Static variable in class com.tailf.ncs.ns.Ncs
 
_cli - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cli_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cli_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cli_c - Static variable in class com.tailf.ncs.ns.Ncs
 
_cli_c - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cli_c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cli_c_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_cli_container - Static variable in class com.tailf.ncs.ns.NcsState
 
_cli_container_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_cli_ned_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_cli_ned_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_cli_ned_notification_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_cli_ned_notification_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_client_list - Static variable in class com.tailf.ncs.ns.NcsState
 
_client_list_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_client_name - Static variable in class com.tailf.ncs.ns.NcsState
 
_client_name_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_client_type - Static variable in class com.tailf.ncs.ns.NcsState
 
_client_type_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_close - Static variable in class com.tailf.ncs.ns.Ncs
 
_close_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_closed - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_closed_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cluster - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_connection_status_up - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_connection_status_up_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_connection_trace_enabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_connection_trace_enabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_remotenode_notifications_connecting - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_remotenode_notifications_connecting_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_remotenode_notifications_up - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_remotenode_notifications_up_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cluster_subscriber_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_cluster_subscriber_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_collect_forward_diff - Static variable in class com.tailf.ncs.ns.Ncs
 
_collect_forward_diff_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_async - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_async - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_async_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_async_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_completed - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_completed_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_deleted - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_deleted - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_deleted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_deleted_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_failed - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_failed_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_timeout - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_cq_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_cq_timeout_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_queue - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_queue_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_commit_queue_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_queue_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_retries - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_retries_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_commit_through_queue_blocked - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_commit_through_queue_blocked_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_commit_through_queue_failed - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_commit_through_queue_failed_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_commit_through_queue_rollback_failed - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_commit_through_queue_rollback_failed_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_communicationsAlarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_communicationsAlarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_community - Static variable in class com.tailf.ncs.ns.Ncs
 
_community - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_community_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_community_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_community_binary_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_community_binary_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_community_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_community_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_config - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_config_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_template - Static variable in class com.tailf.ncs.ns.Ncs
 
_compare_template_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compat_res - Static variable in class com.tailf.ncs.ns.Ncs
 
_compat_res_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compatible - Static variable in class com.tailf.ncs.ns.Ncs
 
_compatible_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compile_time - Static variable in class com.tailf.ncs.ns.NcsState
 
_compile_time_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_completed_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_completed_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_completed_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_completed_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compliance - Static variable in class com.tailf.ncs.ns.Ncs
 
_compliance_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compliance_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_compliance_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_component - Static variable in class com.tailf.ncs.ns.Ncs
 
_component_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_component_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_component_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_component_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_component_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_components - Static variable in class com.tailf.ncs.ns.Ncs
 
_components_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_compress - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compress_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compress_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compress_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compressed_elements - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compressed_elements_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_compression - Static variable in class com.tailf.ncs.ns.Ncs
 
_compression_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_condition - Static variable in class com.tailf.ncs.ns.Ncs
 
_condition_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_config - Static variable in class com.tailf.ncs.ns.Ncs
 
_config_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_config_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_config_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_config_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_config_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_configuration_error - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_configuration_error_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_connect - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_rate - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_rate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_retries - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_retries_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_connect_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connected_slave - Static variable in class com.tailf.ncs.ns.Ncs
 
_connected_slave - Static variable in class com.tailf.ncs.ns.NcsState
 
_connected_slave_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connected_slave_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_connecting - Static variable in class com.tailf.ncs.ns.Ncs
 
_connecting_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_connection_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_connection_refused - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection_refused_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_connection_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_consensus - Static variable in class com.tailf.ncs.ns.Ncs
 
_consensus_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_consensus_algorithm - Static variable in class com.tailf.ncs.ns.Ncs
 
_consensus_algorithm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_contact - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_contact_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_context - Static variable in class com.tailf.ncs.ns.Ncs
 
_context_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_context_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_context_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_continue_on_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_continue_on_error - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_continue_on_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_continue_on_error_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_control - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_control_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_copy - Static variable in class com.tailf.ncs.ns.Ncs
 
_copy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_copy_capabilities - Static variable in class com.tailf.ncs.ns.Ncs
 
_copy_capabilities_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_count - Static variable in class com.tailf.ncs.ns.Ncs
 
_count_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_add_lock_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_add_lock_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_add_lock_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_add_lock_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_atomic - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_atomic_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_block_others - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_block_others_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_deleted - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_deleted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_executing - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_executing_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_waiting - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_event_waiting_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_deleted - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_deleted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_item_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_pending - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_pending_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_remote - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_remote_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_reverse_diffset - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_reverse_diffset_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_sentinel - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_sentinel_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_tag - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_tag_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_user_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_user_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_username - Static variable in class com.tailf.ncs.ns.Ncs
 
_cq_username_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_async - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_async_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_operation_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_operation_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_result_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_result_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_action_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_cb - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_cb_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_force_commit - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_force_commit_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_init - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_init_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_monitor - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_monitor_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_reached - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_reached_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_trigger_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_create_trigger_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_created - Static variable in class com.tailf.ncs.ns.Ncs
 
_created_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_critical - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_critical_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_criticals - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_criticals_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_current - Static variable in class com.tailf.ncs.ns.Ncs
 
_current_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_current_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_current_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_current_out_of_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_current_out_of_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha256_libssh_org - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha256_libssh_org_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve25519_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve448_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_curve448_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_customer - Static variable in class com.tailf.ncs.ns.Ncs
 
_customer_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_customer_service - Static variable in class com.tailf.ncs.ns.Ncs
 
_customer_service_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_customers - Static variable in class com.tailf.ncs.ns.Ncs
 
_customers_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_daemon - Static variable in class com.tailf.ncs.ns.NcsState
 
_daemon_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_daemon_status - Static variable in class com.tailf.ncs.ns.NcsState
 
_daemon_status_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_data - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_data_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_data_model - Static variable in class com.tailf.ncs.ns.NcsState
 
_data_model_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_datastore - Static variable in class com.tailf.ncs.ns.NcsState
 
_datastore_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_date - Static variable in class com.tailf.ncs.ns.Ncs
 
_date_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_days - Static variable in class com.tailf.ncs.ns.Ncs
 
_days - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_days_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_days_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_deep - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_boolean - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_boolean_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_cli - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_cli_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_cli_c - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_cli_c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_deep_cs_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_default - Static variable in class com.tailf.ncs.ns.NcsState
 
_default_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_default_map - Static variable in class com.tailf.ncs.ns.Ncs
 
_default_map_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deinstall - Static variable in class com.tailf.ncs.ns.Ncs
 
_deinstall_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_async - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_async_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_operation_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_operation_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_result_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_result_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_action_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_cb - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_cb_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_config - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_config_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_force_commit - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_force_commit_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_init - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_init_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_monitor - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_monitor_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_path - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_path_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_reached - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_reached_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_trigger_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_delete_trigger_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deleting - Static variable in class com.tailf.ncs.ns.Ncs
 
_deleting_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_depth - Static variable in class com.tailf.ncs.ns.Ncs
 
_depth_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deregister - Static variable in class com.tailf.ncs.ns.Ncs
 
_deregister_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_des - Static variable in class com.tailf.ncs.ns.Ncs
 
_des_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_description - Static variable in class com.tailf.ncs.ns.Ncs
 
_description - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_description_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_description_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_dev - Static variable in class com.tailf.ncs.ns.Ncs
 
_dev_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_dev_support - Static variable in class com.tailf.ncs.ns.Ncs
 
_dev_support_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_development_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_development_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_deviation - Static variable in class com.tailf.ncs.ns.Ncs
 
_deviation_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_device - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_device - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_device_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_device_check - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_check_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_chgset - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_chgset_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_group - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_group_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_modified - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_modified_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_profile - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_profile_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_revision - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_revision_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_device_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_dh_group - Static variable in class com.tailf.ncs.ns.Ncs
 
_dh_group_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diff - Static variable in class com.tailf.ncs.ns.Ncs
 
_diff_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diff_set - Static variable in class com.tailf.ncs.ns.Ncs
 
_diff_set_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha256_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group14_sha256_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha256_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha256_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha384_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha384_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group15_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha384_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha384_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha512_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group16_sha512_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group17_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group17_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group18_sha512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group18_sha512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group18_sha512_ssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group18_sha512_ssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group1_sha1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group1_sha1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group_exchange_sha1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group_exchange_sha1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group_exchange_sha256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_diffie_hellman_group_exchange_sha256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_directly_modified - Static variable in class com.tailf.ncs.ns.Ncs
 
_directly_modified_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_directory - Static variable in class com.tailf.ncs.ns.Ncs
 
_directory_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_disable - Static variable in class com.tailf.ncs.ns.Ncs
 
_disable_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_disabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_disabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_discard_non_service_config - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_discard_non_service_config_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_disconnect - Static variable in class com.tailf.ncs.ns.Ncs
 
_disconnect_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_disconnected - Static variable in class com.tailf.ncs.ns.Ncs
 
_disconnected_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_disk_size - Static variable in class com.tailf.ncs.ns.NcsState
 
_disk_size_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_display_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_display_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_display_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_display_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_down - Static variable in class com.tailf.ncs.ns.Ncs
 
_down_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_dry_run - Static variable in class com.tailf.ncs.ns.Ncs
 
_dry_run - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_dry_run_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_dry_run_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_dry_run_result - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_dry_run_result_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_dryrun - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_dryrun_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_ecdh_sha2_nistp256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdh_sha2_nistp256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdh_sha2_nistp384 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdh_sha2_nistp384_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdh_sha2_nistp521 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdh_sha2_nistp521_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_384 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_384_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_521 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_521_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp384 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp384_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp521 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ecdsa_sha2_nistp521_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_effect_canceled - Static variable in class com.tailf.ncs.ns.Ncs
 
_effect_canceled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_empty - Static variable in class com.tailf.ncs.ns.Ncs
 
_empty_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_enable - Static variable in class com.tailf.ncs.ns.Ncs
 
_enable_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_enable_failover - Static variable in class com.tailf.ncs.ns.Ncs
 
_enable_failover_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_enabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_enabled - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_enabled - Static variable in class com.tailf.ncs.ns.NcsState
 
_enabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_enabled_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_enabled_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_enabled_by_default - Static variable in class com.tailf.ncs.ns.Ncs
 
_enabled_by_default_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_engine_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_engine_id - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_engine_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_engine_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_engine_id_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_engine_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_enterprise_number - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_enterprise_number_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_entitlement - Static variable in class com.tailf.ncs.ns.Ncs
 
_entitlement_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_entitlement_tag - Static variable in class com.tailf.ncs.ns.Ncs
 
_entitlement_tag_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_entitlements - Static variable in class com.tailf.ncs.ns.Ncs
 
_entitlements_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_environmentalAlarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_environmentalAlarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_epoll - Static variable in class com.tailf.ncs.ns.NcsState
 
_epoll_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_equipmentAlarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_equipmentAlarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_erlang - Static variable in class com.tailf.ncs.ns.Ncs
 
_erlang_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_error - Static variable in class com.tailf.ncs.ns.NcsState
 
_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_error_formatting_callback - Static variable in class com.tailf.ncs.ns.NcsState
 
_error_formatting_callback_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_error_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_message - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_message_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_option - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_option - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_error_option_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_option_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_error_standard - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_standard_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_verbose - Static variable in class com.tailf.ncs.ns.Ncs
 
_error_verbose_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_event_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_event_time - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_event_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_event_time_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_event_type - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_event_type_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_exception_error_message - Static variable in class com.tailf.ncs.ns.Ncs
 
_exception_error_message_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_excluded - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_excluded_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_executing - Static variable in class com.tailf.ncs.ns.Ncs
 
_executing_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_exit - Static variable in class com.tailf.ncs.ns.Ncs
 
_exit_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_exp_cli - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_cli_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_netconf - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_netconf_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_rest - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_rest_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_snmp - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_snmp_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_webui - Static variable in class com.tailf.ncs.ns.NcsState
 
_exp_webui_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported_to - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported_to_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported_to_all - Static variable in class com.tailf.ncs.ns.NcsState
 
_exported_to_all_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_ext_info_c - Static variable in class com.tailf.ncs.ns.Ncs
 
_ext_info_c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_external - Static variable in class com.tailf.ncs.ns.NcsState
 
_external_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_extra_listen - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_extra_listen_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_fail - Static variable in class com.tailf.ncs.ns.Ncs
 
_fail_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_device - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_failed_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_device_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_failed_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_queue_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_queue_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_queue_time_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_queue_time_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_failed_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failedx - Static variable in class com.tailf.ncs.ns.Ncs
 
_failedx_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failover_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_failover_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_failure_reason - Static variable in class com.tailf.ncs.ns.Ncs
 
_failure_reason_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_false - Static variable in class com.tailf.ncs.ns.Ncs
 
_false_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_feature - Static variable in class com.tailf.ncs.ns.Ncs
 
_feature_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_host_keys - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_host_keys_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_ssh_host_keys - Static variable in class com.tailf.ncs.ns.Ncs
 
_fetch_ssh_host_keys_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_file - Static variable in class com.tailf.ncs.ns.Ncs
 
_file - Static variable in class com.tailf.ncs.ns.NcsState
 
_file_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_file_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_file_load_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_file_load_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_filename - Static variable in class com.tailf.ncs.ns.NcsState
 
_filename_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_filter - Static variable in class com.tailf.ncs.ns.Ncs
 
_filter_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_filter_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_filter_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_filter_level - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_filter_level_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_filtered_key - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_filtered_key_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_final_commit_error - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_final_commit_error_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_find_capabilities - Static variable in class com.tailf.ncs.ns.Ncs
 
_find_capabilities_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fingerprint - Static variable in class com.tailf.ncs.ns.Ncs
 
_fingerprint_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_force - Static variable in class com.tailf.ncs.ns.Ncs
 
_force_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_force_back_track - Static variable in class com.tailf.ncs.ns.Ncs
 
_force_back_track_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_force_purge - Static variable in class com.tailf.ncs.ns.NcsState
 
_force_purge_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_forever - Static variable in class com.tailf.ncs.ns.Ncs
 
_forever_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_forward_diff_set - Static variable in class com.tailf.ncs.ns.Ncs
 
_forward_diff_set_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_date_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_date_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_ip - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_ip - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_ip_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_ip_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_mac_address - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_mac_address_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_profile - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_profile_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_text - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_text_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_from_where - Static variable in class com.tailf.ncs.ns.Ncs
 
_from_where_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun_any - Static variable in class com.tailf.ncs.ns.Ncs
 
_fun_any_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_generic - Static variable in class com.tailf.ncs.ns.Ncs
 
_generic_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_generic_ned_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_generic_ned_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_generic_ned_notification_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_generic_ned_notification_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_get_modifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_get_modifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_global_settings - Static variable in class com.tailf.ncs.ns.Ncs
 
_global_settings_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_group - Static variable in class com.tailf.ncs.ns.Ncs
 
_group - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_group_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_group_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_ha - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha - Static variable in class com.tailf.ncs.ns.NcsState
 
_ha_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_ha_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_master_down - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_master_down_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha_node_down_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_node_down_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_none - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha_none_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ha_slave_down - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ha_slave_down_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_handle_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_handle_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_has_clear - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_has_clear_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_high_availability - Static variable in class com.tailf.ncs.ns.Ncs
 
_high_availability_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_historic_changes - Static variable in class com.tailf.ncs.ns.Ncs
 
_historic_changes_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_historic_out_of_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_historic_out_of_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_96 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_96_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_96_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_96_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_md5_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_96 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_96_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_ripemd160_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_96 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_96_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_96_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_96_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha1_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_256_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_256_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_512_etm_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_hmac_sha2_512_etm_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_host_key - Static variable in class com.tailf.ncs.ns.Ncs
 
_host_key_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_host_key_verification - Static variable in class com.tailf.ncs.ns.Ncs
 
_host_key_verification_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hostkey_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_hostkey_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hours - Static variable in class com.tailf.ncs.ns.Ncs
 
_hours - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_hours_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_hours_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_html - Static variable in class com.tailf.ncs.ns.Ncs
 
_html_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_id - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_id_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_idea_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_idea_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_idea_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_idea_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_idle_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_idle_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_idtoken - Static variable in class com.tailf.ncs.ns.Ncs
 
_idtoken_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_impacted_objects - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_impacted_objects_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_in_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_in_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_in_sync_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_in_sync_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_inactive - Static variable in class com.tailf.ncs.ns.Ncs
 
_inactive - Static variable in class com.tailf.ncs.ns.NcsState
 
_inactive_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_inactive_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_included - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_included_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_indeterminate - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_indeterminate_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_indeterminates - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_indeterminates_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_index - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_index_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_infinity - Static variable in class com.tailf.ncs.ns.Ncs
 
_infinity - Static variable in class com.tailf.ncs.ns.NcsState
 
_infinity - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_infinity_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_infinity_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_infinity_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_info - Static variable in class com.tailf.ncs.ns.NcsState
 
_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_info_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_inform - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_inform_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_init - Static variable in class com.tailf.ncs.ns.Ncs
 
_init_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_initialization_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_initialization_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_install - Static variable in class com.tailf.ncs.ns.Ncs
 
_install_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_installable - Static variable in class com.tailf.ncs.ns.Ncs
 
_installable_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_installed - Static variable in class com.tailf.ncs.ns.Ncs
 
_installed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_instantiate_from_other_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_instantiate_from_other_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_integrityViolation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_integrityViolation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_internal - Static variable in class com.tailf.ncs.ns.Ncs
 
_internal - Static variable in class com.tailf.ncs.ns.NcsState
 
_internal_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_internal_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_interval - Static variable in class com.tailf.ncs.ns.Ncs
 
_interval_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_investigation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_investigation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_invoke - Static variable in class com.tailf.ncs.ns.Ncs
 
_invoke_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_invoked - Static variable in class com.tailf.ncs.ns.Ncs
 
_invoked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ip - Static variable in class com.tailf.ncs.ns.Ncs
 
_ip - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_ip - Static variable in class com.tailf.ncs.ns.NcsState
 
_ip_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ip_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_ip_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_ipv4 - Static variable in class com.tailf.ncs.ns.Inet
 
_ipv4_ - Static variable in class com.tailf.ncs.ns.Inet
 
_ipv6 - Static variable in class com.tailf.ncs.ns.Inet
 
_ipv6_ - Static variable in class com.tailf.ncs.ns.Inet
 
_is - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_is_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_is_atomic - Static variable in class com.tailf.ncs.ns.Ncs
 
_is_atomic_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_is_cleared - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_is_cleared_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_java - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_class_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_class_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_executable - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_executable_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_logging - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_logging_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_options - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_options_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_uninitialized - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_uninitialized_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_vm - Static variable in class com.tailf.ncs.ns.Ncs
 
_java_vm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jeopardy_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_jeopardy_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx_address - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx_address_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx_port - Static variable in class com.tailf.ncs.ns.Ncs
 
_jmx_port_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jndi_address - Static variable in class com.tailf.ncs.ns.Ncs
 
_jndi_address_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jndi_port - Static variable in class com.tailf.ncs.ns.Ncs
 
_jndi_port_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_join_ha - Static variable in class com.tailf.ncs.ns.Ncs
 
_join_ha_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_initializing - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_initializing_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_running - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_running_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_started - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_started_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_jvm_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_keep_non_service_config - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_keep_non_service_config_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_kex - Static variable in class com.tailf.ncs.ns.Ncs
 
_kex_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_key - Static variable in class com.tailf.ncs.ns.Ncs
 
_key - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_key_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_key_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_key_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_key_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_key_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_key_type - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_key_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_key_type_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_kill - Static variable in class com.tailf.ncs.ns.Ncs
 
_kill_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_kind_of_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_kind_of_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_alarm_handling_change - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_alarm_handling_change_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_alarm_text - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_alarm_text_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_changed - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_changed - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_changed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_changed_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_event - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_event_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_modules_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_modules_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_perceived_severity - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_perceived_severity_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_status_change - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_status_change_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_last_transaction_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_last_transaction_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_latest_commit_params - Static variable in class com.tailf.ncs.ns.Ncs
 
_latest_commit_params_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_latest_u_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_latest_u_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_latitude - Static variable in class com.tailf.ncs.ns.Ncs
 
_latitude_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_debug - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_debug_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_fatal - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_fatal_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_off - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_off_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_warn - Static variable in class com.tailf.ncs.ns.Ncs
 
_level_warn_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_listen - Static variable in class com.tailf.ncs.ns.Ncs
 
_listen - Static variable in class com.tailf.ncs.ns.NcsState
 
_listen_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_listen_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_live_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_live_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_live_status_protocol - Static variable in class com.tailf.ncs.ns.Ncs
 
_live_status_protocol_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_device_config - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_device_config_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_modules - Static variable in class com.tailf.ncs.ns.NcsState
 
_load_modules_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_load_native_config - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_native_config_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_native_merge - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_native_merge_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_native_replace - Static variable in class com.tailf.ncs.ns.Ncs
 
_load_native_replace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_loaded - Static variable in class com.tailf.ncs.ns.Ncs
 
_loaded_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_loaded_data_models - Static variable in class com.tailf.ncs.ns.NcsState
 
_loaded_data_models_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_loaded_module - Static variable in class com.tailf.ncs.ns.NcsState
 
_loaded_module_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_local - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_local_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_local_file - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_file_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_node - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_local_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_node_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_local_node_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_node_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_user - Static variable in class com.tailf.ncs.ns.Ncs
 
_local_user_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_location - Static variable in class com.tailf.ncs.ns.Ncs
 
_location - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_location_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_location_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_lock - Static variable in class com.tailf.ncs.ns.Ncs
 
_lock - Static variable in class com.tailf.ncs.ns.NcsState
 
_lock - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_lock_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lock_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_lock_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_lock_candidate - Static variable in class com.tailf.ncs.ns.Ncs
 
_lock_candidate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lock_reset_candidate - Static variable in class com.tailf.ncs.ns.Ncs
 
_lock_reset_candidate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_locked_not_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_locked_not_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_debug - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_debug_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_warn - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_level_warn_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_entry_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_file_prefix - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_file_prefix_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_stop - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_stop_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_log_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_logger - Static variable in class com.tailf.ncs.ns.Ncs
 
_logger_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_logger_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_logger_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_logging - Static variable in class com.tailf.ncs.ns.Ncs
 
_logging_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_login_credentials - Static variable in class com.tailf.ncs.ns.Ncs
 
_login_credentials_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_longitude - Static variable in class com.tailf.ncs.ns.Ncs
 
_longitude_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lower - Static variable in class com.tailf.ncs.ns.NcsState
 
_lower_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_lsa - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_netconf - Static variable in class com.tailf.ncs.ns.NcsNed
 
_lsa_netconf_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_lsa_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_node - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_lsa_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_node_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_lsa_remote_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_remote_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_service - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_service_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_service_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_service_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_lsa_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_mac - Static variable in class com.tailf.ncs.ns.Ncs
 
_mac_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_major - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_major_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_majors - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_majors_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_managed_object - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_managed_object_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_master - Static variable in class com.tailf.ncs.ns.NcsState
 
_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_master_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_master_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_master_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_master_node_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_master_node_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_max_message_size - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_max_message_size_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_max_sessions - Static variable in class com.tailf.ncs.ns.Ncs
 
_max_sessions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_max_size - Static variable in class com.tailf.ncs.ns.Ncs
 
_max_size_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_max_status_change_entries_per_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_max_status_change_entries_per_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_max_wait_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_max_wait_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_md5 - Static variable in class com.tailf.ncs.ns.Ncs
 
_md5_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_member - Static variable in class com.tailf.ncs.ns.Ncs
 
_member - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_member_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_member_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_message - Static variable in class com.tailf.ncs.ns.Ncs
 
_message_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_method - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_method_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_mib - Static variable in class com.tailf.ncs.ns.NcsState
 
_mib_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mib_group - Static variable in class com.tailf.ncs.ns.Ncs
 
_mib_group_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_mib_module - Static variable in class com.tailf.ncs.ns.Ncs
 
_mib_module_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_migrate - Static variable in class com.tailf.ncs.ns.Ncs
 
_migrate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_migrate_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_migrate_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_min_size - Static variable in class com.tailf.ncs.ns.Ncs
 
_min_size_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_min_version - Static variable in class com.tailf.ncs.ns.Ncs
 
_min_version_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_minor - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_minor_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_minors - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_minors_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_minutes - Static variable in class com.tailf.ncs.ns.Ncs
 
_minutes - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_minutes_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_minutes_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_missing_dependency - Static variable in class com.tailf.ncs.ns.Ncs
 
_missing_dependency_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_missing_transaction_id - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_missing_transaction_id_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_mode - Static variable in class com.tailf.ncs.ns.NcsState
 
_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_mode_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_model - Static variable in class com.tailf.ncs.ns.Ncs
 
_model_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_modification - Static variable in class com.tailf.ncs.ns.Ncs
 
_modification_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_modified - Static variable in class com.tailf.ncs.ns.Ncs
 
_modified_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_modified_path - Static variable in class com.tailf.ncs.ns.Ncs
 
_modified_path_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_module - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_not_loaded - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_not_loaded_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_supported - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_supported_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_unknown - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_unknown_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_unsupported - Static variable in class com.tailf.ncs.ns.Ncs
 
_module_unsupported_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_monitor - Static variable in class com.tailf.ncs.ns.Ncs
 
_monitor_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_mount - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_cli - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_cli_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_netconf - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_netconf_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_rest - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_rest_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_snmp - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_snmp_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_webui - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_exp_webui_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_mount_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_multiprocessing - Static variable in class com.tailf.ncs.ns.Ncs
 
_multiprocessing_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_name - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_name - Static variable in class com.tailf.ncs.ns.NcsState
 
_name - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_name_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_name_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_name_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_name_pattern - Static variable in class com.tailf.ncs.ns.Ncs
 
_name_pattern_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_namespace - Static variable in class com.tailf.ncs.ns.Ncs
 
_namespace - Static variable in class com.tailf.ncs.ns.NcsState
 
_namespace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_namespace_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_native - Static variable in class com.tailf.ncs.ns.Ncs
 
_native - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_native_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_native_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_ncs - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_cluster_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_cluster_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_commit_queue_progress_event - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_commit_queue_progress_event_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_dev_manager_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_dev_manager_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_min_version - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_min_version_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_package_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_package_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_revision - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_revision_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ncs_service_manager_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_service_manager_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_snmp_notification_receiver_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_snmp_notification_receiver_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ncs_state - Static variable in class com.tailf.ncs.ns.NcsState
 
_ncs_state_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_ne_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_ne_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_ned_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_ned_id_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_id_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_ids - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_ids_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_keep_alive - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_keep_alive_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_live_tree_connection_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ned_live_tree_connection_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ned_settings - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_settings_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_ned_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_netconf - Static variable in class com.tailf.ncs.ns.Ncs
 
_netconf - Static variable in class com.tailf.ncs.ns.NcsNed
 
_netconf_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_netconf_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_netconf_container - Static variable in class com.tailf.ncs.ns.NcsState
 
_netconf_container_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_netconf_ned_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_netconf_ned_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_netconf_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_netconf_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_new_alarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_new_alarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_new_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_new_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_new_ned_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_new_ned_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_auth_no_priv - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_auth_no_priv - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_no_auth_no_priv_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_auth_no_priv_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_no_deploy - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_deploy_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_lsa - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_lsa - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_lsa_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_lsa_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_networking - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_networking - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_networking_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_networking_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_out_of_sync_check - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_out_of_sync_check - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_out_of_sync_check_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_out_of_sync_check_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_overwrite - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_overwrite - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_overwrite_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_overwrite_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_revision_drop - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_revision_drop - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_revision_drop_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_revision_drop_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_no_violation - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_violation_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_wait_for_lock - Static variable in class com.tailf.ncs.ns.Ncs
 
_no_wait_for_lock_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_noconnection - Static variable in class com.tailf.ncs.ns.Ncs
 
_noconnection_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_node_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_node_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_node_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_node_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_nominal_role - Static variable in class com.tailf.ncs.ns.Ncs
 
_nominal_role_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_none - Static variable in class com.tailf.ncs.ns.Ncs
 
_none - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_none - Static variable in class com.tailf.ncs.ns.NcsState
 
_none_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_none_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_none_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_not_available - Static variable in class com.tailf.ncs.ns.Ncs
 
_not_available_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_not_cleared - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_not_cleared_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_not_connected - Static variable in class com.tailf.ncs.ns.Ncs
 
_not_connected_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_not_reached - Static variable in class com.tailf.ncs.ns.Ncs
 
_not_reached_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_NOT_REGISTERED - Static variable in class com.tailf.ncs.ns.NcsState
 
_NOT_REGISTERED_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_notif_call_home - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_call_home_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_closed - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_closed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_read_only - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_read_only_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_same_pass - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_same_pass_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_session_limit_exceeded - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_session_limit_exceeded_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_notif_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notification - Static variable in class com.tailf.ncs.ns.Ncs
 
_notification - Static variable in class com.tailf.ncs.ns.NcsState
 
_notification_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notification_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_notification_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_notification_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notification_stream_replay - Static variable in class com.tailf.ncs.ns.NcsState
 
_notification_stream_replay_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_notify - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_notify_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_notify_about_status_changes - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_notify_about_status_changes_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_notify_cli - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_notify_cli_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_notify_view - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_notify_view_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_num_affected_queue_items - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_affected_queue_items_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_deleted_queue_items - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_deleted_queue_items_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_invoked - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_invoked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_matched_queue_items - Static variable in class com.tailf.ncs.ns.Ncs
 
_num_matched_queue_items_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_number_of_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_number_of_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_number_of_threads - Static variable in class com.tailf.ncs.ns.NcsState
 
_number_of_threads_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_object_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_object_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_observation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_observation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_oids - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_oids_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_old_ned_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_old_ned_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_older_than - Static variable in class com.tailf.ncs.ns.Ncs
 
_older_than - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_older_than_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_older_than_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_op_create - Static variable in class com.tailf.ncs.ns.Ncs
 
_op_create_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_op_delete - Static variable in class com.tailf.ncs.ns.Ncs
 
_op_delete_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_disabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_disabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_enabled - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_enabled_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state_error_tag - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state_error_tag_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state_hash - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_state_hash_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_unknown - Static variable in class com.tailf.ncs.ns.Ncs
 
_oper_unknown_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_operation - Static variable in class com.tailf.ncs.ns.Ncs
 
_operation_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_operation_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_operation_mode - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_operation_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_operation_mode_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_operational - Static variable in class com.tailf.ncs.ns.NcsState
 
_operational_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_operationalViolation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_operationalViolation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_option - Static variable in class com.tailf.ncs.ns.Ncs
 
_option_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_other - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_other - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_other_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_other_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_out_of_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_out_of_sync - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_out_of_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_out_of_sync_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_out_of_sync_commit_behaviour - Static variable in class com.tailf.ncs.ns.Ncs
 
_out_of_sync_commit_behaviour_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_outformat_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_outformat_cli - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_cli_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_cli_c - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_cli_c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_native - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_native_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_outformat_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_override_southbound_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_override_southbound_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_override_url - Static variable in class com.tailf.ncs.ns.Ncs
 
_override_url_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_from_file - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_from_file_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_load_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_package_load_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_package_meta_data_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_meta_data_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_operation_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_package_operation_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_package_version - Static variable in class com.tailf.ncs.ns.Ncs
 
_package_version_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_packages - Static variable in class com.tailf.ncs.ns.Ncs
 
_packages_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_params - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_params_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_partial_sync_from - Static variable in class com.tailf.ncs.ns.Ncs
 
_partial_sync_from_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_partial_sync_to - Static variable in class com.tailf.ncs.ns.Ncs
 
_partial_sync_to_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_passphrase - Static variable in class com.tailf.ncs.ns.Ncs
 
_passphrase_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_passphrase_source - Static variable in class com.tailf.ncs.ns.Ncs
 
_passphrase_source_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_password - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_password_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_patches - Static variable in class com.tailf.ncs.ns.NcsState
 
_patches_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_patches_directory - Static variable in class com.tailf.ncs.ns.NcsState
 
_patches_directory_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_path - Static variable in class com.tailf.ncs.ns.Ncs
 
_path - Static variable in class com.tailf.ncs.ns.NcsState
 
_path_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_path_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_PENDING - Static variable in class com.tailf.ncs.ns.NcsState
 
_PENDING_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_delete - Static variable in class com.tailf.ncs.ns.Ncs
 
_pending_delete_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pending_locks - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_locks_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_notification_queue - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_notification_queue_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_read - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_read_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_slave - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_slave_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_subscription - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_subscription_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_subscription_sync - Static variable in class com.tailf.ncs.ns.NcsState
 
_pending_subscription_sync_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_perceived_severity - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_perceived_severity_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_phase0 - Static variable in class com.tailf.ncs.ns.NcsState
 
_phase0_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_phase1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_phase1 - Static variable in class com.tailf.ncs.ns.NcsState
 
_phase1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_phase1_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_phase2 - Static variable in class com.tailf.ncs.ns.Ncs
 
_phase2_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_physicalViolation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_physicalViolation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_ping - Static variable in class com.tailf.ncs.ns.Ncs
 
_ping_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_action_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_action_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_component_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_component_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_change - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_change_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_created - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_created_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_deleted - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_deleted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_modified - Static variable in class com.tailf.ncs.ns.Ncs
 
_plan_state_modified_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_platform - Static variable in class com.tailf.ncs.ns.Ncs
 
_platform_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_policy - Static variable in class com.tailf.ncs.ns.Ncs
 
_policy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pool_max_sessions - Static variable in class com.tailf.ncs.ns.Ncs
 
_pool_max_sessions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pooled_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_pooled_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_port - Static variable in class com.tailf.ncs.ns.Ncs
 
_port - Static variable in class com.tailf.ncs.ns.NcsState
 
_port_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_port_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_post_action_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_post_action_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_post_actions - Static variable in class com.tailf.ncs.ns.Ncs
 
_post_actions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pre_commit_running - Static variable in class com.tailf.ncs.ns.NcsState
 
_pre_commit_running_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_pre_condition - Static variable in class com.tailf.ncs.ns.Ncs
 
_pre_condition_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pre_conditions - Static variable in class com.tailf.ncs.ns.Ncs
 
_pre_conditions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_preferred_size - Static variable in class com.tailf.ncs.ns.Ncs
 
_preferred_size_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_prefix - Static variable in class com.tailf.ncs.ns.NcsState
 
_prefix_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_preserve - Static variable in class com.tailf.ncs.ns.Ncs
 
_preserve_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_pretty - Static variable in class com.tailf.ncs.ns.Ncs
 
_pretty_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_priority - Static variable in class com.tailf.ncs.ns.NcsState
 
_priority_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_priv - Static variable in class com.tailf.ncs.ns.Ncs
 
_priv - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_priv_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_priv_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_private - Static variable in class com.tailf.ncs.ns.Ncs
 
_private_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_private_candidate - Static variable in class com.tailf.ncs.ns.Ncs
 
_private_candidate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_private_key - Static variable in class com.tailf.ncs.ns.Ncs
 
_private_key_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_probable_cause - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_probable_cause_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_processingErrorAlarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_processingErrorAlarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_product_family - Static variable in class com.tailf.ncs.ns.Ncs
 
_product_family_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_production_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_production_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_production_url - Static variable in class com.tailf.ncs.ns.Ncs
 
_production_url_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_profile - Static variable in class com.tailf.ncs.ns.Ncs
 
_profile_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_profiles - Static variable in class com.tailf.ncs.ns.Ncs
 
_profiles_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_program_code_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_program_code_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_properties - Static variable in class com.tailf.ncs.ns.Ncs
 
_properties_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_property - Static variable in class com.tailf.ncs.ns.Ncs
 
_property_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_property_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_property_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_prospective - Static variable in class com.tailf.ncs.ns.Ncs
 
_prospective_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_protocol - Static variable in class com.tailf.ncs.ns.Ncs
 
_protocol - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_protocol_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_protocol_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_proxy - Static variable in class com.tailf.ncs.ns.Ncs
 
_proxy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_prune - Static variable in class com.tailf.ncs.ns.Ncs
 
_prune_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_public_key - Static variable in class com.tailf.ncs.ns.Ncs
 
_public_key_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_purge - Static variable in class com.tailf.ncs.ns.Ncs
 
_purge - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purge_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_purge_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purge_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purge_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purged_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purged_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_purged_log_entries - Static variable in class com.tailf.ncs.ns.Ncs
 
_purged_log_entries_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_purged_side_effects - Static variable in class com.tailf.ncs.ns.Ncs
 
_purged_side_effects_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_finished - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_finished_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_running - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_running_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_started - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_class_started_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_critical - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_critical_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_debug - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_debug_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_off - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_off_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_warning - Static variable in class com.tailf.ncs.ns.Ncs
 
_py_level_warning_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_python - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_class_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_class_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_package - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_package_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_uninitialized - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_uninitialized_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_vm - Static variable in class com.tailf.ncs.ns.Ncs
 
_python_vm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_qi_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_qi_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_qitem - Static variable in class com.tailf.ncs.ns.Ncs
 
_qitem_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_qualityOfServiceAlarm - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_qualityOfServiceAlarm_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_queue_item - Static variable in class com.tailf.ncs.ns.Ncs
 
_queue_item_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_queue_length - Static variable in class com.tailf.ncs.ns.Ncs
 
_queue_length_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ram_size - Static variable in class com.tailf.ncs.ns.NcsState
 
_ram_size_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_range - Static variable in class com.tailf.ncs.ns.NcsState
 
_range_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_rank - Static variable in class com.tailf.ncs.ns.Ncs
 
_rank_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_raw - Static variable in class com.tailf.ncs.ns.Ncs
 
_raw_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_re_deploy - Static variable in class com.tailf.ncs.ns.Ncs
 
_re_deploy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reached - Static variable in class com.tailf.ncs.ns.Ncs
 
_reached_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reactive_re_deploy - Static variable in class com.tailf.ncs.ns.Ncs
 
_reactive_re_deploy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_read - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_locks - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_locks_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_only - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_only_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_only_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_only_mode - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_only_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_only_mode_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_read_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_read_view - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_read_view_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_ready - Static variable in class com.tailf.ncs.ns.Ncs
 
_ready_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reason - Static variable in class com.tailf.ncs.ns.Ncs
 
_reason - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_reason_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reason_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_received_notifications - Static variable in class com.tailf.ncs.ns.Ncs
 
_received_notifications_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_received_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_received_time - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_received_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_received_time_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_receiver_configuration_error - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_receiver_configuration_error_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_reconcile - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_reconcile_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_reconnect - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_attempts - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_attempts_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_interval - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_interval_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_slaves - Static variable in class com.tailf.ncs.ns.Ncs
 
_reconnect_slaves_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_redeploy - Static variable in class com.tailf.ncs.ns.Ncs
 
_redeploy_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ref - Static variable in class com.tailf.ncs.ns.Ncs
 
_ref_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reference - Static variable in class com.tailf.ncs.ns.Ncs
 
_reference_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_register - Static variable in class com.tailf.ncs.ns.Ncs
 
_register_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_registration_type - Static variable in class com.tailf.ncs.ns.NcsState
 
_registration_type_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_reject - Static variable in class com.tailf.ncs.ns.Ncs
 
_reject_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reject_mismatch - Static variable in class com.tailf.ncs.ns.Ncs
 
_reject_mismatch_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reject_unknown - Static variable in class com.tailf.ncs.ns.Ncs
 
_reject_unknown_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_related_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_related_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_relaxed - Static variable in class com.tailf.ncs.ns.Ncs
 
_relaxed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_relay_slave - Static variable in class com.tailf.ncs.ns.NcsState
 
_relay_slave_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_reload - Static variable in class com.tailf.ncs.ns.Ncs
 
_reload_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reload_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_reload_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_remote_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_remote_auth - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_auth_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_file - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_file_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_node - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_node_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_queue_item - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_queue_item_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_secondary_auth - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_secondary_auth_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_secondary_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_secondary_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_user - Static variable in class com.tailf.ncs.ns.Ncs
 
_remote_user_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_remove - Static variable in class com.tailf.ncs.ns.Ncs
 
_remove_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_renew - Static variable in class com.tailf.ncs.ns.Ncs
 
_renew_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replace - Static variable in class com.tailf.ncs.ns.Ncs
 
_replace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replace_existing - Static variable in class com.tailf.ncs.ns.Ncs
 
_replace_existing_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_log_aged_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_log_aged_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_log_creation_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_log_creation_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_support - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_support - Static variable in class com.tailf.ncs.ns.NcsState
 
_replay_support_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_replay_support_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_report - Static variable in class com.tailf.ncs.ns.Ncs
 
_report_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_report_multiple_errors - Static variable in class com.tailf.ncs.ns.Ncs
 
_report_multiple_errors_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_report_results - Static variable in class com.tailf.ncs.ns.Ncs
 
_report_results_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reports - Static variable in class com.tailf.ncs.ns.Ncs
 
_reports_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_repository - Static variable in class com.tailf.ncs.ns.Ncs
 
_repository_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_requestor - Static variable in class com.tailf.ncs.ns.Ncs
 
_requestor_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_requestor_op - Static variable in class com.tailf.ncs.ns.Ncs
 
_requestor_op_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_required_package - Static variable in class com.tailf.ncs.ns.Ncs
 
_required_package_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rest_container - Static variable in class com.tailf.ncs.ns.NcsState
 
_rest_container_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_restart - Static variable in class com.tailf.ncs.ns.Ncs
 
_restart_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_xml - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_result_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_result_xml_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_resurrect - Static variable in class com.tailf.ncs.ns.Ncs
 
_resurrect_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_retries - Static variable in class com.tailf.ncs.ns.Ncs
 
_retries - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_retries_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_retries_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_retry - Static variable in class com.tailf.ncs.ns.Ncs
 
_retry_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_retry_attempts - Static variable in class com.tailf.ncs.ns.Ncs
 
_retry_attempts_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_retry_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_retry_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reverse - Static variable in class com.tailf.ncs.ns.Ncs
 
_reverse - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_reverse_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_reverse_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_reverse_chgset - Static variable in class com.tailf.ncs.ns.Ncs
 
_reverse_chgset_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_revision - Static variable in class com.tailf.ncs.ns.Ncs
 
_revision - Static variable in class com.tailf.ncs.ns.NcsState
 
_revision_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_revision_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_revision_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_revision_error - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_revision_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_revision_error_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_rfc5277_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_rfc5277_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_rollback - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_data - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_data_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_on_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_on_error - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_rollback_on_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rollback_on_error_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_root_cause - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_root_cause_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_root_cause_objects - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_root_cause_objects_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_rpc - Static variable in class com.tailf.ncs.ns.Ncs
 
_rpc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rsa_sha2_256 - Static variable in class com.tailf.ncs.ns.Ncs
 
_rsa_sha2_256_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rsa_sha2_512 - Static variable in class com.tailf.ncs.ns.Ncs
 
_rsa_sha2_512_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_rule_based - Static variable in class com.tailf.ncs.ns.Ncs
 
_rule_based_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_run - Static variable in class com.tailf.ncs.ns.Ncs
 
_run_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_running - Static variable in class com.tailf.ncs.ns.Ncs
 
_running - Static variable in class com.tailf.ncs.ns.NcsState
 
_running_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_running_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_running_only - Static variable in class com.tailf.ncs.ns.Ncs
 
_running_only_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_pass - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_pass_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_secondary_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_secondary_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_user - Static variable in class com.tailf.ncs.ns.Ncs
 
_same_user_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_from - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_from_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_to - Static variable in class com.tailf.ncs.ns.Ncs
 
_scp_to_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sec_level - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sec_level_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sec_model - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sec_model_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sec_name - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sec_name_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_seconds - Static variable in class com.tailf.ncs.ns.Ncs
 
_seconds - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_seconds_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_seconds_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_security_level - Static variable in class com.tailf.ncs.ns.Ncs
 
_security_level_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_security_name - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_security_name_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_securityServiceOrMechanismViolation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_securityServiceOrMechanismViolation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_select_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_select_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_select_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_select_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_self - Static variable in class com.tailf.ncs.ns.Ncs
 
_self_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sequence_no - Static variable in class com.tailf.ncs.ns.Ncs
 
_sequence_no_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serial_number - Static variable in class com.tailf.ncs.ns.Ncs
 
_serial_number_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent128_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent128_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent128_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent128_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent192_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent192_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent192_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent192_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent256_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent256_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent256_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_serpent256_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_activation_failure - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_service_activation_failure_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_service_callback_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_callback_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_check - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_check_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_commit_queue_event - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_commit_queue_event_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_list - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_list_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_modified - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_modified_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_path - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_path_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_progress_monitoring - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_progress_monitoring_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_reference - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_reference_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_type_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_service_type_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_servicepoint - Static variable in class com.tailf.ncs.ns.NcsState
 
_servicepoint_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_session - Static variable in class com.tailf.ncs.ns.Ncs
 
_session_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_session_limits - Static variable in class com.tailf.ncs.ns.Ncs
 
_session_limits_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_session_pool - Static variable in class com.tailf.ncs.ns.Ncs
 
_session_pool_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sessions - Static variable in class com.tailf.ncs.ns.Ncs
 
_sessions_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_set_atomic_behaviour - Static variable in class com.tailf.ncs.ns.Ncs
 
_set_atomic_behaviour_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_settings - Static variable in class com.tailf.ncs.ns.Ncs
 
_settings_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sev_spec - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_sev_spec_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_severity - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_severity_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_sha - Static variable in class com.tailf.ncs.ns.Ncs
 
_sha - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_sha1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_sha1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sha_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sha_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_shallow - Static variable in class com.tailf.ncs.ns.Ncs
 
_shallow_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_fingerprint - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_fingerprint_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_summary - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_summary_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_tech_support - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_tech_support_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_udi - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_udi_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_usage - Static variable in class com.tailf.ncs.ns.Ncs
 
_show_usage_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_side_effect - Static variable in class com.tailf.ncs.ns.Ncs
 
_side_effect_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_side_effect_queue - Static variable in class com.tailf.ncs.ns.Ncs
 
_side_effect_queue_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_silent - Static variable in class com.tailf.ncs.ns.Ncs
 
_silent_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_slave - Static variable in class com.tailf.ncs.ns.Ncs
 
_slave - Static variable in class com.tailf.ncs.ns.NcsState
 
_slave_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_slave_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_smart_agent - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_agent_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_license - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_license_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_started - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_started_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_stopped - Static variable in class com.tailf.ncs.ns.Ncs
 
_smart_licensing_stopped_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_smp - Static variable in class com.tailf.ncs.ns.NcsState
 
_smp_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp - Static variable in class com.tailf.ncs.ns.NcsNed
 
_snmp - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_snmp_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_snmp_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_snmp_authgroup - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_authgroup_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_container - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp_container_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp_group - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_group_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_index - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_snmp_index_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_snmp_inform_callback - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp_inform_callback_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp_ned_id - Static variable in class com.tailf.ncs.ns.NcsNed
 
_snmp_ned_id_ - Static variable in class com.tailf.ncs.ns.NcsNed
 
_snmp_notification_address - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_notification_address_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_notification_receiver - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_notification_receiver_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_snmp_notification_subscription - Static variable in class com.tailf.ncs.ns.NcsState
 
_snmp_notification_subscription_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_software - Static variable in class com.tailf.ncs.ns.Ncs
 
_software_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_some_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_some_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_some_services - Static variable in class com.tailf.ncs.ns.Ncs
 
_some_services_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_source - Static variable in class com.tailf.ncs.ns.Ncs
 
_source_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_southbound_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_southbound_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_specific_problem - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_specific_problem_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_specific_problem_match - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_specific_problem_match_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_spm_component_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_component_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_jeopardized - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_jeopardized_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_jeopardy_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_jeopardy_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_passed - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_passed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_running - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_running_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_success_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_success_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_successful - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_successful_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_violated - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_violated_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_violation_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_violation_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_what_all - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_what_all_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_what_at_least_one - Static variable in class com.tailf.ncs.ns.Ncs
 
_spm_what_at_least_one_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh - Static variable in class com.tailf.ncs.ns.NcsState
 
_ssh_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_ssh_algorithms - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_algorithms_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_cipher_aead_aes_128_gcm - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_cipher_aead_aes_128_gcm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_cipher_aead_aes_256_gcm - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_cipher_aead_aes_256_gcm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_none - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_none_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_zlib - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_zlib_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_zlib_openssh_com - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_compression_zlib_openssh_com_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_container - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_container_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_dss - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_dss_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_ed25519 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_ed25519_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_ed448 - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_ed448_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_keep_alive - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_keep_alive_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_mac_aead_aes_128_gcm - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_mac_aead_aes_128_gcm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_mac_aead_aes_256_gcm - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_mac_aead_aes_256_gcm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_rsa - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssh_rsa_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_ssl - Static variable in class com.tailf.ncs.ns.NcsState
 
_ssl_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_start - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_phase - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_phase_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_trans_running - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_trans_running_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_up - Static variable in class com.tailf.ncs.ns.Ncs
 
_start_up_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_started - Static variable in class com.tailf.ncs.ns.NcsState
 
_started_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_starting - Static variable in class com.tailf.ncs.ns.NcsState
 
_starting_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_startup - Static variable in class com.tailf.ncs.ns.Ncs
 
_startup - Static variable in class com.tailf.ncs.ns.NcsState
 
_startup_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_startup_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_state - Static variable in class com.tailf.ncs.ns.Ncs
 
_state - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_state_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_state_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_status - Static variable in class com.tailf.ncs.ns.Ncs
 
_status - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_status_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_status_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_status_change - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_status_change_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_status_selection - Static variable in class com.tailf.ncs.ns.Ncs
 
_status_selection_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stdout - Static variable in class com.tailf.ncs.ns.Ncs
 
_stdout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stdout_capture - Static variable in class com.tailf.ncs.ns.Ncs
 
_stdout_capture_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stop - Static variable in class com.tailf.ncs.ns.Ncs
 
_stop_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stop_on_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_stop_on_error - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_stop_on_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stop_on_error_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_stopped - Static variable in class com.tailf.ncs.ns.Ncs
 
_stopped_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stopping - Static variable in class com.tailf.ncs.ns.NcsState
 
_stopping_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_store_in_cdb - Static variable in class com.tailf.ncs.ns.Ncs
 
_store_in_cdb_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stored - Static variable in class com.tailf.ncs.ns.Ncs
 
_stored_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_stream - Static variable in class com.tailf.ncs.ns.Ncs
 
_stream_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_strict - Static variable in class com.tailf.ncs.ns.Ncs
 
_strict_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sub_lock - Static variable in class com.tailf.ncs.ns.NcsState
 
_sub_lock_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscribe - Static variable in class com.tailf.ncs.ns.Ncs
 
_subscribe_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_subscriber - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscriber_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription - Static variable in class com.tailf.ncs.ns.Ncs
 
_subscription_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_subscription_ids - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription_ids_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription_list - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription_list_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription_lock_set - Static variable in class com.tailf.ncs.ns.NcsState
 
_subscription_lock_set_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_subtree - Static variable in class com.tailf.ncs.ns.Ncs
 
_subtree - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_subtree_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_subtree_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_summary - Static variable in class com.tailf.ncs.ns.Ncs
 
_summary - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_summary_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_summary_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_supported_ned_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_supported_ned_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_supported_ned_id_match - Static variable in class com.tailf.ncs.ns.Ncs
 
_supported_ned_id_match_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_fingerprints - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_fingerprints_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_positive_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_positive_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_unchanged_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_suppress_unchanged_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_symptom - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_symptom_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_sync - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_sync_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_sync_error - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_error_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_from - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_from_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_locked - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_locked_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_result - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_result_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_to - Static variable in class com.tailf.ncs.ns.Ncs
 
_sync_to_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_synchronization_timeout_action - Static variable in class com.tailf.ncs.ns.Ncs
 
_synchronization_timeout_action_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_synchronize_alarms - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_synchronize_alarms_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_system - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_system_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_tag - Static variable in class com.tailf.ncs.ns.Ncs
 
_tag - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_tag - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_tag_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_tag_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_tag_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_target - Static variable in class com.tailf.ncs.ns.Ncs
 
_target - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_target_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_target_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_target_tag - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_target_tag_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_tcp - Static variable in class com.tailf.ncs.ns.NcsState
 
_tcp_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_tech_support - Static variable in class com.tailf.ncs.ns.Ncs
 
_tech_support_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_telnet - Static variable in class com.tailf.ncs.ns.Ncs
 
_telnet_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_template - Static variable in class com.tailf.ncs.ns.Ncs
 
_template - Static variable in class com.tailf.ncs.ns.NcsState
 
_template_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_template_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_template_loading_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_template_loading_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_template_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_template_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_templates - Static variable in class com.tailf.ncs.ns.Ncs
 
_templates_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_text - Static variable in class com.tailf.ncs.ns.Ncs
 
_text_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_threading - Static variable in class com.tailf.ncs.ns.Ncs
 
_threading_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_time - Static variable in class com.tailf.ncs.ns.Ncs
 
_time - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_time_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_time_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_time_remaining - Static variable in class com.tailf.ncs.ns.NcsState
 
_time_remaining_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_timeDomainViolation - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_timeDomainViolation_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_timeout - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_timeout_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_timeout_action - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout_action_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout_choice - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_timeout_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeout_choice_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_timeouts - Static variable in class com.tailf.ncs.ns.Ncs
 
_timeouts_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_title - Static variable in class com.tailf.ncs.ns.Ncs
 
_title_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_to - Static variable in class com.tailf.ncs.ns.Ncs
 
_to_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_to_external - Static variable in class com.tailf.ncs.ns.Ncs
 
_to_external_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_to_file - Static variable in class com.tailf.ncs.ns.Ncs
 
_to_file_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_token - Static variable in class com.tailf.ncs.ns.Ncs
 
_token_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_dir - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_dir_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_id - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_trace_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_id_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_trace_output - Static variable in class com.tailf.ncs.ns.Ncs
 
_trace_output_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_transaction_id - Static variable in class com.tailf.ncs.ns.NcsState
 
_transaction_id_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_transaction_mode - Static variable in class com.tailf.ncs.ns.Ncs
 
_transaction_mode_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_transient_devices - Static variable in class com.tailf.ncs.ns.Ncs
 
_transient_devices_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_transient_errors - Static variable in class com.tailf.ncs.ns.Ncs
 
_transient_errors_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_transmode_ned - Static variable in class com.tailf.ncs.ns.Ncs
 
_transmode_ned_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trap - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_trap_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_trigger - Static variable in class com.tailf.ncs.ns.Ncs
 
_trigger_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_trigger_expr - Static variable in class com.tailf.ncs.ns.Ncs
 
_trigger_expr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish128_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish128_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish128_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish128_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish192_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish192_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish192_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish192_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish256_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish256_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish256_ctr - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish256_ctr_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish_cbc - Static variable in class com.tailf.ncs.ns.Ncs
 
_twofish_cbc_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_twophase - Static variable in class com.tailf.ncs.ns.NcsState
 
_twophase_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_type - Static variable in class com.tailf.ncs.ns.Ncs
 
_type - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_type - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_type - Static variable in class com.tailf.ncs.ns.NcsState
 
_type_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_type_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_type_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_type_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_typepoint - Static variable in class com.tailf.ncs.ns.NcsState
 
_typepoint_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_u_info - Static variable in class com.tailf.ncs.ns.Ncs
 
_u_info_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_UDI - Static variable in class com.tailf.ncs.ns.Ncs
 
_UDI_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_udp - Static variable in class com.tailf.ncs.ns.Ncs
 
_udp - Static variable in class com.tailf.ncs.ns.NcsState
 
_udp_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_udp_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_udp_port - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_udp_port_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_umap - Static variable in class com.tailf.ncs.ns.Ncs
 
_umap_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_unchanged - Static variable in class com.tailf.ncs.ns.Ncs
 
_unchanged_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_unknown - Static variable in class com.tailf.ncs.ns.Inet
 
_unknown - Static variable in class com.tailf.ncs.ns.Ncs
 
_unknown - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_UNKNOWN - Static variable in class com.tailf.ncs.ns.NcsState
 
_unknown_ - Static variable in class com.tailf.ncs.ns.Inet
 
_unknown_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_unknown_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_UNKNOWN_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_unlimited - Static variable in class com.tailf.ncs.ns.Ncs
 
_unlimited_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_unlock - Static variable in class com.tailf.ncs.ns.Ncs
 
_unlock - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_unlock_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_unlock_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_unsupported - Static variable in class com.tailf.ncs.ns.Ncs
 
_unsupported_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_up - Static variable in class com.tailf.ncs.ns.Ncs
 
_up_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_updated - Static variable in class com.tailf.ncs.ns.Ncs
 
_updated_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_updated_uncommitted - Static variable in class com.tailf.ncs.ns.Ncs
 
_updated_uncommitted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_upgrade - Static variable in class com.tailf.ncs.ns.Ncs
 
_upgrade_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_upgrade_mode - Static variable in class com.tailf.ncs.ns.NcsState
 
_upgrade_mode_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_upload - Static variable in class com.tailf.ncs.ns.Ncs
 
_upload_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_upper - Static variable in class com.tailf.ncs.ns.NcsState
 
_upper_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_uri - Static variable in class com.tailf.ncs.ns.Ncs
 
_uri_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_url - Static variable in class com.tailf.ncs.ns.Ncs
 
_url_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_usage - Static variable in class com.tailf.ncs.ns.Ncs
 
_usage_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_confirmed_commit - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_confirmed_commit_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_junos_rollback - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_junos_rollback_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_lsa - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_lsa - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_use_lsa_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_lsa_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_use_password - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_password_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_private_candidate - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_private_candidate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_startup - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_startup_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_transaction_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_transaction_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_validate - Static variable in class com.tailf.ncs.ns.Ncs
 
_use_validate_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_user - Static variable in class com.tailf.ncs.ns.Ncs
 
_user - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_user - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_user_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_user_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_user_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_user_name - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_user_name_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_username - Static variable in class com.tailf.ncs.ns.Ncs
 
_username_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_usm - Static variable in class com.tailf.ncs.ns.Ncs
 
_usm - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_usm_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_usm_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_usm_sec - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_usm_sec_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_utilize_replay - Static variable in class com.tailf.ncs.ns.Ncs
 
_utilize_replay_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_v1 - Static variable in class com.tailf.ncs.ns.Ncs
 
_v1 - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v1 - Static variable in class com.tailf.ncs.ns.NcsState
 
_v1_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_v1_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v1_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_v1_mp - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v1_mp_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v1_sec - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v1_sec_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c - Static variable in class com.tailf.ncs.ns.Ncs
 
_v2c - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c - Static variable in class com.tailf.ncs.ns.NcsState
 
_v2c_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_v2c_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_v2c_mp - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c_mp_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c_sec - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v2c_sec_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v3 - Static variable in class com.tailf.ncs.ns.Ncs
 
_v3 - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v3 - Static variable in class com.tailf.ncs.ns.NcsState
 
_v3_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_v3_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v3_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_v3_mp - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_v3_mp_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_vacm - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_vacm_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_validationpoint - Static variable in class com.tailf.ncs.ns.NcsState
 
_validationpoint_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_value - Static variable in class com.tailf.ncs.ns.Ncs
 
_value_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_variable - Static variable in class com.tailf.ncs.ns.Ncs
 
_variable_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_vendor - Static variable in class com.tailf.ncs.ns.Ncs
 
_vendor_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_verbose - Static variable in class com.tailf.ncs.ns.Ncs
 
_verbose_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_verbosity - Static variable in class com.tailf.ncs.ns.Ncs
 
_verbosity_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_version - Static variable in class com.tailf.ncs.ns.Ncs
 
_version - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_version - Static variable in class com.tailf.ncs.ns.NcsState
 
_version_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_version_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_version_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_view - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_view_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_violation_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_violation_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_violations - Static variable in class com.tailf.ncs.ns.Ncs
 
_violations_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_vm_levels - Static variable in class com.tailf.ncs.ns.Ncs
 
_vm_levels_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_vm_name - Static variable in class com.tailf.ncs.ns.Ncs
 
_vm_name_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_deleted - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_deleted_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_failed - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_failed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_cq_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_device - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_device - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_wait_device_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_device_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_wait_for_lock - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_for_lock_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_for_lock_choice - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_for_lock_choice_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_until_completed - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_until_completed_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_until_empty - Static variable in class com.tailf.ncs.ns.Ncs
 
_wait_until_empty_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting - Static variable in class com.tailf.ncs.ns.NcsState
 
_waiting_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_waiting_for - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting_for_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting_for_replication_sync - Static variable in class com.tailf.ncs.ns.NcsState
 
_waiting_for_replication_sync_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_waiting_not_master - Static variable in class com.tailf.ncs.ns.Ncs
 
_waiting_not_master_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_warning - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_warning_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_warnings - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_warnings_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_webui_container - Static variable in class com.tailf.ncs.ns.NcsState
 
_webui_container_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_weeks - Static variable in class com.tailf.ncs.ns.Ncs
 
_weeks - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_weeks_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_weeks_ - Static variable in class com.tailf.ncs.ns.NcsAlarms
 
_what - Static variable in class com.tailf.ncs.ns.Ncs
 
_what_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_what_auth - Static variable in class com.tailf.ncs.ns.Ncs
 
_what_auth_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_what_id - Static variable in class com.tailf.ncs.ns.Ncs
 
_what_id_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_when - Static variable in class com.tailf.ncs.ns.Ncs
 
_when_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_who - Static variable in class com.tailf.ncs.ns.Ncs
 
_who_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_with_service_meta_data - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_with_service_meta_data_ - Static variable in class com.tailf.ncs.ns.NetconfNcs
 
_write_lock_set - Static variable in class com.tailf.ncs.ns.NcsState
 
_write_lock_set_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_write_queue - Static variable in class com.tailf.ncs.ns.NcsState
 
_write_queue_ - Static variable in class com.tailf.ncs.ns.NcsState
 
_write_timeout - Static variable in class com.tailf.ncs.ns.Ncs
 
_write_timeout_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_write_view - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_write_view_ - Static variable in class com.tailf.ncs.ns.NcsSnmp
 
_xml - Static variable in class com.tailf.ncs.ns.Ncs
 
_xml_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_xpath - Static variable in class com.tailf.ncs.ns.Ncs
 
_xpath_ - Static variable in class com.tailf.ncs.ns.Ncs
 
_zombies - Static variable in class com.tailf.ncs.ns.Ncs
 
_zombies_ - Static variable in class com.tailf.ncs.ns.Ncs
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _