A B C D E F G I L N O R S U V

A

ALL - Static variable in class NvdmAPI.RTE
Constant for setting the logging to all levels.
APPL - Static variable in class NvdmAPI.RTE
Logging level for reporting actions directly related to using the NvdmAPI.
add(NvdmVariable) - Method in class NvdmAPI.NvdmObject
Adds a variable to the object.
addLoggingLevel(long) - Method in class NvdmAPI.NvdmConnection
Adds a level of logging.
addLoggingType(int) - Method in class NvdmAPI.NvdmConnection
Adds a type of logging.

B

BUFF - Static variable in class NvdmAPI.RTE
Logging level for reporting actions related to internal buffer handling.

C

CMPR - Static variable in class NvdmAPI.RTE
Logging level for reporting actions related to compression and decompression of objects (intermediate object format).
CODE - Static variable in class NvdmAPI.RTE
Logging level for reporting actions related to coding and decoding of objects (network-related).
COMM - Static variable in class NvdmAPI.RTE
Logging level for reporting all general communication related actions.
close() - Method in class NvdmAPI.NvdmConnection
Closes the connection and destroys the socket.
createObject(NvdmObject) - Method in class NvdmAPI.NvdmConnection
Creates a new object in the Radia database.

D

deleteObject(String, String, String, String) - Method in class NvdmAPI.NvdmConnection
Deletes an object from the Radia database.
dump(PrintStream) - Method in class NvdmAPI.NvdmEntity
Dumps the contents of the entity to a stream.
dump(PrintStream) - Method in class NvdmAPI.NvdmList
Dumps the contents of the list to a stream.
dump(PrintStream) - Method in class NvdmAPI.NvdmObject
Dumps the contents of the object to a stream.
dump(PrintStream) - Method in class NvdmAPI.NvdmVariable
Dumps the contents of the variable to a stream.

E

ERR - Static variable in class NvdmAPI.RTE
Logging type for reporting errors.
exists(String, String, String, String) - Method in class NvdmAPI.NvdmConnection
Checks for the existence of an object in the Radia database.

F

FILE - Static variable in class NvdmAPI.RTE
Logging level for reporting file i/o operations.

G

getAlias() - Method in class NvdmAPI.NvdmEntity
Returns the entity's friendly name.
getClss() - Method in class NvdmAPI.NvdmEntity
Returns the name of the RCS class where this entity is stored.
getClss() - Method in class NvdmAPI.NvdmList
Returns the class name this list was created for.
getClss() - Method in class NvdmAPI.NvdmObject
Returns the class name this object was created for.
getClssFriendly() - Method in class NvdmAPI.NvdmObject
Returns the friendly (long) class name for this object.
getDataString() - Method in class NvdmAPI.NvdmVariable
Returns the value of the variable as a string.
getDate() - Method in class NvdmAPI.NvdmEntity
Returns the datestamp for this entity.
getDate() - Method in class NvdmAPI.NvdmObject
Returns the datestamp for this object.
getDescription() - Method in class NvdmAPI.NvdmEntity
Returns the entity's description.
getDescription() - Method in class NvdmAPI.NvdmVariable
Returns the desciption of the variable.
getDomain() - Method in class NvdmAPI.NvdmEntity
Returns the name of the RCS domain where this entity is stored.
getDomain() - Method in class NvdmAPI.NvdmList
Returns the domain name this list was created for.
getDomain() - Method in class NvdmAPI.NvdmObject
Returns the domain name this object was created for.
getEntries() - Method in class NvdmAPI.NvdmList
Returns an enumeration of the list contents.
getErrorText(int) - Static method in class NvdmAPI.RTE
Returns the text message to a specified error code.
getFile() - Method in class NvdmAPI.NvdmEntity
Returns the name of the RCS file where this entity is stored.
getFile() - Method in class NvdmAPI.NvdmList
Returns the file name this list was created for.
getFile() - Method in class NvdmAPI.NvdmObject
Returns the file name this object was created for.
getInstance() - Method in class NvdmAPI.NvdmEntity
Returns the 32 character short name of this entity.
getInstance() - Method in class NvdmAPI.NvdmList
Returns the instance name this list was created for.
getName() - Method in class NvdmAPI.NvdmEntity
Returns the name of the entity.
getName() - Method in class NvdmAPI.NvdmObject
Returns the instance name of this object.
getName() - Method in class NvdmAPI.NvdmVariable
Returns the name of the variable.
getObject(String, String, String, String) - Method in class NvdmAPI.NvdmConnection
Reads an object from the Radia database.
getObjectID() - Method in class NvdmAPI.NvdmEntity
Returns this entity's unique ID.
getRC() - Method in class NvdmAPI.NvdmList
Returns the error code of the operation that created this list.
getRC() - Method in class NvdmAPI.NvdmObject
Returns the error code of the operation that created this object.
getSize() - Method in class NvdmAPI.NvdmVariable
Return the maximum size of the variable.
getTime() - Method in class NvdmAPI.NvdmEntity
Returns the timestamp for this entity.
getTime() - Method in class NvdmAPI.NvdmObject
Returns the timestamp for this object.
getType() - Method in class NvdmAPI.NvdmEntity
Returns a 1 character type code for this entity.
getType() - Method in class NvdmAPI.NvdmVariable
Returns the type of the variable.
getVariable(int) - Method in class NvdmAPI.NvdmObject
Returns a variable of this object.
getVariable(String) - Method in class NvdmAPI.NvdmObject
Returns a variable of this object.
getVariable(String, int) - Method in class NvdmAPI.NvdmObject
Returns a variable of this object.
getVariableCount() - Method in class NvdmAPI.NvdmObject
Returns the number of variables in this object.
getVariableDataString(String) - Method in class NvdmAPI.NvdmObject
Returns the actual value of the specified variable.
getVariables() - Method in class NvdmAPI.NvdmObject
Returns an Enumeration of the currently contained variables.

I

INFO - Static variable in class NvdmAPI.RTE
Logging type for reporting general information about actions performed.
isAlwaysConnection() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being an always connection.
isClassConnection() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being a class connection.
isClientAbsolute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client absolute' flag of this variable.
isClientCounter() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client counter' flag of this variable.
isClientDefault() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client default' flag of this variable.
isClientExecute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client execute' flag of this variable.
isClientGlobal() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client global' flag of this variable.
isClientProtect() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client protect' flag of this variable.
isClientResolve() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client resolve' flag of this variable.
isClientSubstitute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'client substitute' flag of this variable.
isExpression() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being an expression.
isIncludesConnection() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being an includes connection.
isMethod() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being a method.
isMgrAbsolute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager absolute' flag of this variable.
isMgrCounter() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager counter' flag of this variable.
isMgrDefault() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager default' flag of this variable.
isMgrExecute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager execute' flag of this variable.
isMgrGlobal() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager global' flag of this variable.
isMgrProtect() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager protect' flag of this variable.
isMgrResolve() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager resolve' flag of this variable.
isMgrSubstitute() - Method in class NvdmAPI.NvdmVariable
Checks for the 'manager substitute' flag of this variable.
isOk() - Method in class NvdmAPI.NvdmList
Tests if operation completed successfully.
isOk() - Method in class NvdmAPI.NvdmObject
Tests if operation completed successfully.
isRadiaInternal() - Method in class NvdmAPI.NvdmVariable
Checks if this is a Radia internal variable.
isRequiresConnection() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being a requires connection.
isVariable() - Method in class NvdmAPI.NvdmVariable
Checks for this variable being a text variable.

L

listClasses(String, String, String) - Method in class NvdmAPI.NvdmConnection
Reads a list of class names from the Radia database.
listObjects(String, String, String, String) - Method in class NvdmAPI.NvdmConnection
Reads a list of object names from the Radia database.

N

NONE - Static variable in class NvdmAPI.RTE
Logging level NONE.
NvdmAPI - package NvdmAPI
 
NvdmConnection - class NvdmAPI.NvdmConnection.
This class is the central interface element of the Novadigm Radia API.
NvdmConnection(String, int) - Constructor for class NvdmAPI.NvdmConnection
Creates a connection instance for the specified Radia Configuration Server.
NvdmConnection(String, int, String, int[], int) - Constructor for class NvdmAPI.NvdmConnection
Creates a connection instance for the specified Radia Configuration Server.
NvdmEntity - class NvdmAPI.NvdmEntity.
Class representing a record with information about objects, classes, etc.
NvdmList - class NvdmAPI.NvdmList.
Container class for object names or class names.
NvdmObject - class NvdmAPI.NvdmObject.
Class representing an object (i.e., class instance) in the Radia database.
NvdmObject(String, String, String, String) - Constructor for class NvdmAPI.NvdmObject
Creates a new (empty) object.
NvdmVariable - class NvdmAPI.NvdmVariable.
Class representing a variable (attribute) of a Radia object.
NvdmVariable(String) - Constructor for class NvdmAPI.NvdmVariable
Creates a new variable with the specified name.
NvdmVariable(String, String) - Constructor for class NvdmAPI.NvdmVariable
Creates a new variable with the specified name and the specified string value.
NvdmVariable(String, int, String) - Constructor for class NvdmAPI.NvdmVariable
Creates a new variable with the specified name and the specified string value.

O

OBJC - Static variable in class NvdmAPI.RTE
Logging level for reporting actions related to application-level object handling.
open() - Method in class NvdmAPI.NvdmConnection
Opens the connection to the RCS by creating a corresponding socket.

R

RECV - Static variable in class NvdmAPI.RTE
Logging level for detailled reporting of received data (including packet dump).
RTE - class NvdmAPI.RTE.
Class representing the run-time environment for the API.

S

SEND - Static variable in class NvdmAPI.RTE
Logging level for detailled reporting of sent data (including packet dump).
setDataString(String) - Method in class NvdmAPI.NvdmVariable
Sets the variable's value to the specified text string.
setLoggingDestination(String) - Method in class NvdmAPI.NvdmConnection
Specifies a logfile for writing logging information.
setLoggingStream(PrintStream) - Method in class NvdmAPI.NvdmConnection
Specifies an output stream for writing logging information.
size() - Method in class NvdmAPI.NvdmList
Returns the number of elements in the list.

U

updateObject(NvdmObject) - Method in class NvdmAPI.NvdmConnection
Modifies an existing object in the Radia database.
updateVariable(String, String) - Method in class NvdmAPI.NvdmObject
Modifies the actual value of a variable.
updateVariable(String, int, String) - Method in class NvdmAPI.NvdmObject
Modifies the actual value of a variable.

V

variableExists(String) - Method in class NvdmAPI.NvdmObject
Checks for the existence of a variable.

A B C D E F G I L N O R S U V