Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

RDA Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
rdaAccessDeniedIndicates an error related to RBAC: an operation is not authorized
rdaBadParameterIndicates that an illegal or inappropriate argument has been passed to a method
rdaBadTokenIndicates an error related to RBAC: a token is malformed or its signature is incorrect
rdaDataAllows clients and servers to exchange values whose types are not fixed at compile time
rdaDataCodecThis utility class allows to convert rdaData objects to byte arrays and reconstruct them from the binary representation
rdaDataEntryObjects of this class serve as containers that can hold a value of different types
rdaDataIteratorAn iterator over an rdaData object
rdaExceptionThe common superclass for a number of exceptions that can be thrown by the RDA subsystem
rdaInternalErrorThrown when a serious problem is detected in RDA
rdaInternalExceptionThrown to indicate an internal error in the RDA subsystem
rdaIOErrorIndicates an error in the low level I/O software/firmware/hardware used in the device servers
rdaLoggerDefines a general API for message logging and allows to connect it to a system specific logging facility
rdaLoggerFactoryA factory for the rdaLogger objects
rdaNoConnectionThrown to indicate that a remote device could not be contacted (for example, because the device server is down)
rdaTimeOutThis exception is thrown when an operation on a device does not terminate within the specified time limit
rdaTokenExpiredIndicates an error related to RBAC: a token has expired
rdaTypeMismatchThrown by "extract" methods of the rdaData and rdaDataEntry class to indicate that the actual type of the contained data does not correspond to the expected type

RDA-2.3 documentation - 27 Jun 2007 - N.Trofimov