PS/SL Middleware Project
Remote Device Access API
A B C D E F G H I M N R S T U V

A

add(String, DataEntry) - Method in class cmw.rda.Data
Adds a DataEntry with the specified tag to contents of this Data object.

B

BadParameter - exception cmw.rda.BadParameter.
Indicates that an illegal or inappropriate argument has been passed to a method.
BadParameter() - Constructor for class cmw.rda.BadParameter
Constructs a BadParameter exception; message defaults to null.
BadParameter(String) - Constructor for class cmw.rda.BadParameter
Constructs a BadParameter exception with the specified error message.

C

cancelled(SubscriptionRequest) - Method in interface cmw.rda.client.ReplyHandler
Invoked when a data subscription is cancelled by a monitorOff call.
cmw.rda - package cmw.rda
Contains common classes which are used by both client and server packages.
cmw.rda.client - package cmw.rda.client
Provides classes and interfaces which client applications need in order to communicate with remote Devices.
cmw.rda.server - package cmw.rda.server
Provides base classes for implementing various device servers.
cmw.rda.server.test - package cmw.rda.server.test
Provides a simple device server implementation used for the RDA test.
contains(String) - Method in class cmw.rda.Data
Returns true if this Data object contains an entry with the specified tag.
copy() - Method in class cmw.rda.DataEntry
Creates and returns a copy of this DataEntry.
copy() - Method in class cmw.rda.Data
Creates and returns a deep copy of this Data object.
createGetRequest(String, String, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Creates and returns a request to read the specified property value without sending it to the device.
createSetRequest(String, String, Data, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Creates and returns a request to change the specified property value without sending the request to the device.

D

Data - class cmw.rda.Data.
Allows clients and servers to exchange values whose types are not fixed at compile time.
Data() - Constructor for class cmw.rda.Data
Constructs an empty Data object.
Data(DataEntry[]) - Constructor for class cmw.rda.Data
This constructor is used inernally - applications should not use it.
DataEntry - class cmw.rda.DataEntry.
Serves as a container that can hold a value of different types.
DataEntry() - Constructor for class cmw.rda.DataEntry
Creates an empty DataEntry.
DEBUG - Static variable in class cmw.rda.MessageLogger
 
DEBUG - Static variable in class cmw.rda.client.RDAService
This field is used internally and applications should not change it.
DEBUG - Static variable in class cmw.rda.server.DeviceServerBase
This field is used internally and applications should not change it.
DEFAULT_TAG - Static variable in class cmw.rda.Data
The default entry tag.
DeviceHandle - class cmw.rda.client.DeviceHandle.
A client uses a DeviceHandle to get, set and monitor property values in a remote device.
DeviceServer - class cmw.rda.server.test.DeviceServer.
A server for devices of the NoiseGenerator class.
DeviceServerBase - class cmw.rda.server.DeviceServerBase.
The common superclass for all device servers.
DeviceServerBase(String) - Constructor for class cmw.rda.server.DeviceServerBase
Constructs a device server with the specified name.
disconnected(SubscriptionRequest) - Method in interface cmw.rda.client.ReplyHandler
Invoked when a subscription is suspended because of a lost connection to a remote device; for example, because the device server is down.
done(SetRequest) - Method in interface cmw.rda.client.ReplyHandler
Invoked when a set call completes successfully.

E

equals(DataEntry) - Method in class cmw.rda.DataEntry
Returns true if this DataEntry has the same contents (same data type and same value) as the specified entry; false otherwise.
error(String) - Method in class cmw.rda.MessageLogger
Records the specified error message.
extractBoolean() - Method in class cmw.rda.DataEntry
Returns the boolean stored in this DataEntry object.
extractBoolean() - Method in class cmw.rda.Data
Returns the boolean stored in the default data entry.
extractBoolean(String) - Method in class cmw.rda.Data
Returns the boolean stored in the specified data entry.
extractBooleanArray() - Method in class cmw.rda.DataEntry
Returns the boolean array stored in this DataEntry object.
extractBooleanArray() - Method in class cmw.rda.Data
Returns the boolean array stored in the default data entry.
extractBooleanArray(String) - Method in class cmw.rda.Data
Returns the boolean array stored in the specified data entry.
extractByte() - Method in class cmw.rda.DataEntry
Returns the byte stored in this DataEntry object.
extractByte() - Method in class cmw.rda.Data
Returns the byte stored in the default data entry.
extractByte(String) - Method in class cmw.rda.Data
Returns the byte stored in the specified data entry.
extractByteArray() - Method in class cmw.rda.DataEntry
Returns the byte array stored in this DataEntry object.
extractByteArray() - Method in class cmw.rda.Data
Returns the byte array stored in the default data entry.
extractByteArray(String) - Method in class cmw.rda.Data
Returns the byte array stored in the specified data entry.
extractDouble() - Method in class cmw.rda.DataEntry
Returns the double stored in this DataEntry object.
extractDouble() - Method in class cmw.rda.Data
Returns the double stored in the default data entry.
extractDouble(String) - Method in class cmw.rda.Data
Returns the double stored in the specified data entry.
extractDoubleArray() - Method in class cmw.rda.DataEntry
Returns the double array stored in this DataEntry object.
extractDoubleArray() - Method in class cmw.rda.Data
Returns the double array stored in the default data entry.
extractDoubleArray(String) - Method in class cmw.rda.Data
Returns the double array stored in the specified data entry.
extractFloat() - Method in class cmw.rda.DataEntry
Returns the float stored in this DataEntry object.
extractFloat() - Method in class cmw.rda.Data
Returns the float stored in the default data entry.
extractFloat(String) - Method in class cmw.rda.Data
Returns the float stored in the specified data entry.
extractFloatArray() - Method in class cmw.rda.DataEntry
Returns the float array stored in this DataEntry object.
extractFloatArray() - Method in class cmw.rda.Data
Returns the float array stored in the default data entry.
extractFloatArray(String) - Method in class cmw.rda.Data
Returns the float array stored in the specified data entry.
extractInt() - Method in class cmw.rda.DataEntry
Returns the int stored in this DataEntry object.
extractInt() - Method in class cmw.rda.Data
Returns the int stored in the default data entry.
extractInt(String) - Method in class cmw.rda.Data
Returns the int stored in the specified data entry.
extractIntArray() - Method in class cmw.rda.DataEntry
Returns the int array stored in this DataEntry object.
extractIntArray() - Method in class cmw.rda.Data
Returns the int array stored in the default data entry.
extractIntArray(String) - Method in class cmw.rda.Data
Returns the int array stored in the specified data entry.
extractLong() - Method in class cmw.rda.DataEntry
Returns the long stored in this DataEntry object.
extractLong() - Method in class cmw.rda.Data
Returns the long stored in the default data entry.
extractLong(String) - Method in class cmw.rda.Data
Returns the long stored in the specified data entry.
extractLongArray() - Method in class cmw.rda.DataEntry
Returns the long array stored in this DataEntry object.
extractLongArray() - Method in class cmw.rda.Data
Returns the long array stored in the default data entry.
extractLongArray(String) - Method in class cmw.rda.Data
Returns the long array stored in the specified data entry.
extractShort() - Method in class cmw.rda.DataEntry
Returns the short stored in this DataEntry object.
extractShort() - Method in class cmw.rda.Data
Returns the short stored in the default data entry.
extractShort(String) - Method in class cmw.rda.Data
Returns the short stored in the specified data entry.
extractShortArray() - Method in class cmw.rda.DataEntry
Returns the short array stored in this DataEntry object.
extractShortArray() - Method in class cmw.rda.Data
Returns the short array stored in the default data entry.
extractShortArray(String) - Method in class cmw.rda.Data
Returns the short array stored in the specified data entry.
extractString() - Method in class cmw.rda.DataEntry
Returns the String stored in this DataEntry object.
extractString() - Method in class cmw.rda.Data
Returns the String stored in the default data entry.
extractString(String) - Method in class cmw.rda.Data
Returns the String stored in the specified data entry.
extractStringArray() - Method in class cmw.rda.DataEntry
Returns the String array stored in this DataEntry object.
extractStringArray() - Method in class cmw.rda.Data
Returns the String array stored in the default data entry.
extractStringArray(String) - Method in class cmw.rda.Data
Returns the String array stored in the specified data entry.

F

finalize() - Method in class cmw.rda.server.ValueChangeListener
 
fromCorba(DataEntry[]) - Method in class cmw.rda.Data
This method is used inernally and applications should not call it.

G

get(IOPoint, Data) - Method in class cmw.rda.server.DeviceServerBase
Returns a value at the specified I/O point.
get(IOPoint, Data) - Method in class cmw.rda.server.test.NoiseGenerator
Returns a value of the specified property in a Data object.
get(IOPoint, Data) - Method in class cmw.rda.server.test.DeviceServer
Delegates the get call to a NoiseGenerator specified by the iop argument.
get(String) - Method in class cmw.rda.Data
Returns an entry with the specified tag or null if there is no such entry in this Data.
get(String) - Method in class cmw.rda.client.DeviceHandle
Reads from the device and returns the speciified property value.
get(String, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to read the speciified property value.
get(String, String) - Method in class cmw.rda.client.DeviceHandle
Reads from the device and returns the specified property value.
get(String, String, Data) - Method in class cmw.rda.client.DeviceHandle
Reads from the device and returns the specified property value.
get(String, String, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to read the specified property value.
get(String, String, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to read the speciified property value.
getCategory() - Method in class cmw.rda.IOError
Returns the category string for this exception.
getClassName() - Method in class cmw.rda.client.DeviceHandle
Returns the device class name.
getClassName() - Method in class cmw.rda.server.IOPoint
Returns a class name for the specified device.
getCode() - Method in class cmw.rda.IOError
Returns the error code for this exception.
getContext() - Method in class cmw.rda.client.Request
Returns the context data or null, as specified in the call that created this request.
getCycleSelector() - Method in class cmw.rda.client.Request
Returns the cycle selector string or null, as specified in the call that created this request.
getCycleSelector() - Method in class cmw.rda.server.IOPoint
Returns a cycle selector string or null.
getDetails() - Method in class cmw.rda.IOError
Returns additional error information for this exception, packed into a Data container, or null if the details are not available.
getDeviceHandle() - Method in class cmw.rda.client.Request
Returns the DeviceHandle on which this request has been created.
getDeviceHandle(String) - Method in class cmw.rda.client.RDAService
Returns a handle for the remote device identified by the specified name.
getDeviceName() - Method in class cmw.rda.client.DeviceHandle
Returns the device name.
getDeviceName() - Method in class cmw.rda.server.IOPoint
Returns a device name.
getLogger() - Static method in class cmw.rda.MessageLogger
Returns the message logger singleton.
getPropertyName() - Method in class cmw.rda.client.Request
Returns the property name specified in the call that created this request.
getPropertyName() - Method in class cmw.rda.server.IOPoint
Returns a property name.
GetRequest - class cmw.rda.client.GetRequest.
Represents a request to execute a get operation on a device.
getTags() - Method in class cmw.rda.Data
Returns an unordered String array that contains tags of all contained entries.
getTraceLevel() - Static method in class cmw.rda.MessageLogger
Returns the trace level.
getValue() - Method in class cmw.rda.client.SetRequest
Returns the value specified in the set call that created this request.
getValueType() - Method in class cmw.rda.DataEntry
Returns type code for the value contained in this DataEntry object.

H

handleException(Request, BadParameter) - Method in interface cmw.rda.client.ReplyHandler
Notifies client of a BadParameter exception.
handleException(Request, InternalException) - Method in interface cmw.rda.client.ReplyHandler
Notifies client of an InternalException.
handleException(Request, IOError) - Method in interface cmw.rda.client.ReplyHandler
Notifies client of an IOError exception.
handleException(Request, NoConnection) - Method in interface cmw.rda.client.ReplyHandler
Notifies client of a NoConnection exception.
handleException(Request, TimeOut) - Method in interface cmw.rda.client.ReplyHandler
Notifies client of a TimeOut exception.
handleReply(Request, Data) - Method in interface cmw.rda.client.ReplyHandler
Invoked when a property value is delivered as a result of a successful get or monitorOn call.

I

init() - Static method in class cmw.rda.client.RDAService
Returns a reference to the RDAService singleton.
insert(boolean) - Method in class cmw.rda.DataEntry
Inserts a boolean value into this DataEntry object.
insert(boolean) - Method in class cmw.rda.Data
Inserts a boolean value into the default data entry.
insert(boolean[]) - Method in class cmw.rda.DataEntry
Inserts a boolean array value into this DataEntry object.
insert(boolean[]) - Method in class cmw.rda.Data
Inserts a boolean array value into the default data entry.
insert(byte) - Method in class cmw.rda.DataEntry
Inserts a byte value into this DataEntry object.
insert(byte) - Method in class cmw.rda.Data
Inserts a byte value into the default data entry.
insert(byte[]) - Method in class cmw.rda.DataEntry
Inserts a byte array value into this DataEntry object.
insert(byte[]) - Method in class cmw.rda.Data
Inserts a byte array value into the default data entry.
insert(double) - Method in class cmw.rda.DataEntry
Inserts a double value into this DataEntry object.
insert(double) - Method in class cmw.rda.Data
Inserts a double value into the default data entry.
insert(double[]) - Method in class cmw.rda.DataEntry
Inserts a double array value into this DataEntry object.
insert(double[]) - Method in class cmw.rda.Data
Inserts a double array value into the default data entry.
insert(float) - Method in class cmw.rda.DataEntry
Inserts a float value into this DataEntry object.
insert(float) - Method in class cmw.rda.Data
Inserts a float value into the default data entry.
insert(float[]) - Method in class cmw.rda.DataEntry
Inserts a float array value into this DataEntry object.
insert(float[]) - Method in class cmw.rda.Data
Inserts a float array value into the default data entry.
insert(int) - Method in class cmw.rda.DataEntry
Inserts an int value into this DataEntry object.
insert(int) - Method in class cmw.rda.Data
Inserts a int value into the default data entry.
insert(int[]) - Method in class cmw.rda.DataEntry
Inserts an int array value into this DataEntry object.
insert(int[]) - Method in class cmw.rda.Data
Inserts an int array value into the default data entry.
insert(long) - Method in class cmw.rda.DataEntry
Inserts a long value into this DataEntry object.
insert(long) - Method in class cmw.rda.Data
Inserts a long value into the default data entry.
insert(long[]) - Method in class cmw.rda.DataEntry
Inserts a long array value into this DataEntry object.
insert(long[]) - Method in class cmw.rda.Data
Inserts a long array value into the default data entry.
insert(short) - Method in class cmw.rda.DataEntry
Inserts a short value into this DataEntry object.
insert(short) - Method in class cmw.rda.Data
Inserts a short value into the default data entry.
insert(short[]) - Method in class cmw.rda.DataEntry
Inserts a short array value into this DataEntry object.
insert(short[]) - Method in class cmw.rda.Data
Inserts a short array value into the default data entry.
insert(String) - Method in class cmw.rda.DataEntry
Inserts a String value into this DataEntry object.
insert(String) - Method in class cmw.rda.Data
Inserts a String value into the default data entry.
insert(String[]) - Method in class cmw.rda.DataEntry
Inserts a String array value into this DataEntry object.
insert(String[]) - Method in class cmw.rda.Data
Inserts a String array value into the default data entry.
insert(String, boolean) - Method in class cmw.rda.Data
Inserts a boolean value into the specified entry.
insert(String, boolean[]) - Method in class cmw.rda.Data
Inserts a boolean array value into the specified data entry.
insert(String, byte) - Method in class cmw.rda.Data
Inserts a byte value into the specified entry.
insert(String, byte[]) - Method in class cmw.rda.Data
Inserts a byte array value into the specified data entry.
insert(String, double) - Method in class cmw.rda.Data
Inserts a double value into the specified entry.
insert(String, double[]) - Method in class cmw.rda.Data
Inserts a double array value into the specified data entry.
insert(String, float) - Method in class cmw.rda.Data
Inserts a float value into the specified entry.
insert(String, float[]) - Method in class cmw.rda.Data
Inserts a float array value into the specified data entry.
insert(String, int) - Method in class cmw.rda.Data
Inserts a int value into the specified entry.
insert(String, int[]) - Method in class cmw.rda.Data
Inserts an int array value into the specified data entry.
insert(String, long) - Method in class cmw.rda.Data
Inserts a long value into the specified entry.
insert(String, long[]) - Method in class cmw.rda.Data
Inserts a long array value into the specified data entry.
insert(String, short) - Method in class cmw.rda.Data
Inserts a short value into the specified entry.
insert(String, short[]) - Method in class cmw.rda.Data
Inserts a short array value into the specified data entry.
insert(String, String) - Method in class cmw.rda.Data
Inserts a String value into the specified entry.
insert(String, String[]) - Method in class cmw.rda.Data
Inserts a String array value into the specified data entry.
InternalException - exception cmw.rda.InternalException.
Thrown to indicate an internal error in the RDA subsystem.
InternalException() - Constructor for class cmw.rda.InternalException
Constructs an InternalException; message defaults to null.
InternalException(String) - Constructor for class cmw.rda.InternalException
Constructs an InternalException with the specified error message.
IOError - exception cmw.rda.IOError.
Indicates an error in the low level I/O software/firmware/hardware used in the device servers.
IOError(String, int, String) - Constructor for class cmw.rda.IOError
Constructs an IOError exception; details defaults to null.
IOError(String, int, String, Data) - Constructor for class cmw.rda.IOError
Constructs a fully-specified IOError exception.
ioFailed(IOError) - Method in class cmw.rda.server.ValueChangeListener
Gets called when an attempt to update the associated value fails due to an I/O error.
IOPoint - class cmw.rda.server.IOPoint.
Identifies the I/O value to be read, written or monitored in device access methods.
isEmpty() - Method in class cmw.rda.Data
Returns true if this Data contains no entries; false otherwise.
isOnChange() - Method in class cmw.rda.client.SubscriptionRequest
Returns true if the on-change mode has been specified in the monitorOn call that created this request; false otherwise.
isPending() - Method in class cmw.rda.client.Request
Returns true if this Request is PENDING.

M

main(String[]) - Static method in class cmw.rda.server.test.DeviceServer
Creates and starts a DeviceServer.
MessageLogger - class cmw.rda.MessageLogger.
Provides a mechanism for logging error and trace messages.
MessageLogger() - Constructor for class cmw.rda.MessageLogger
Constructs a default MessageLogger.
monitorOff(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.DeviceServerBase
Cancels a subscription identified by the I/O point and listener.
monitorOff(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.test.NoiseGenerator
Detaches the specified listener from the specified property.
monitorOff(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.test.DeviceServer
Delegates the monitorOff call to a NoiseGenerator specified by the iop argument.
monitorOff(SubscriptionRequest) - Method in class cmw.rda.client.DeviceHandle
Cancels a data subscription initiated by the specified request.
monitorOn(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.DeviceServerBase
Starts a subscription to value at the specified I/O point.
monitorOn(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.test.NoiseGenerator
Attaches the specified listener to the specified property.
monitorOn(IOPoint, ValueChangeListener) - Method in class cmw.rda.server.test.DeviceServer
Delegates the monitorOn call to a NoiseGenerator specified by the iop argument.
monitorOn(String, boolean, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Starts a subscription on the specified property value.
monitorOn(String, String, boolean, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Starts a subscription on the specified property value.

N

NoConnection - exception cmw.rda.NoConnection.
Thrown to indicate that a remote device could not be contacted (for example, because the device server is down).
NoConnection() - Constructor for class cmw.rda.NoConnection
Constructs a NoConnection exception; message defaults to null.
NoConnection(String) - Constructor for class cmw.rda.NoConnection
Constructs a NoConnection exception with the specified error message.
NoiseGenerator - class cmw.rda.server.test.NoiseGenerator.
A device simulator that allows to check all basic device access methods.

R

RDAException - exception cmw.rda.RDAException.
The common superclass for a number of exceptions that can be thrown by the RDA subsystem.
RDAInternalError - exception cmw.rda.RDAInternalError.
Thrown if a fatal inconsistency inside the RDA runtime is detected.
RDAInternalError(String) - Constructor for class cmw.rda.RDAInternalError
 
RDAService - class cmw.rda.client.RDAService.
Manages communications with remote devices and serves as a factory for DeviceHandle objects.
reconnected(SubscriptionRequest) - Method in interface cmw.rda.client.ReplyHandler
Invoked when a suspended subscription has been resumed.
remove(String) - Method in class cmw.rda.Data
Removes an entry with the given tag from this Data object.
removeAll() - Method in class cmw.rda.Data
Removes all entries from this Data.
ReplyHandler - interface cmw.rda.client.ReplyHandler.
Objects implementing this interface provide the client specific functionality for handling results of the asynchronous device calls.
Request - class cmw.rda.client.Request.
Allows a client to access information from the calling scope while in the scope of the ReplyHandler "callback" methods.
run() - Method in class cmw.rda.server.test.DeviceServer
Runs the thread that periodically (1 second interval) calls the update method on all devices in the server.
runServer() - Method in class cmw.rda.server.DeviceServerBase
Makes the server available for clients.

S

send(GetRequest[]) - Method in class cmw.rda.client.RDAService
Submits for execution a group of requests to read property values.
send(SetRequest[]) - Method in class cmw.rda.client.RDAService
Submits for execution a group of requests to set property values.
set(IOPoint, Data, Data) - Method in class cmw.rda.server.DeviceServerBase
Changes a value at the specified I/O point.
set(IOPoint, Data, Data) - Method in class cmw.rda.server.test.NoiseGenerator
Sets the specified property to the specified value.
set(IOPoint, Data, Data) - Method in class cmw.rda.server.test.DeviceServer
Delegates the set call to a NoiseGenerator specified by the iop argument.
set(String, Data) - Method in class cmw.rda.client.DeviceHandle
Changes the value of the specified property.
set(String, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to change the value of the specified property.
set(String, String, Data) - Method in class cmw.rda.client.DeviceHandle
Changes the value of the specified property.
set(String, String, Data, Data) - Method in class cmw.rda.client.DeviceHandle
Changes the value of the specified property.
set(String, String, Data, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to change the value of the specified property.
set(String, String, Data, ReplyHandler) - Method in class cmw.rda.client.DeviceHandle
Sends to the device a request to change the value of the specified property.
SetRequest - class cmw.rda.client.SetRequest.
Represents a request to execute a set operation on a device.
setTraceLevel(int) - Static method in class cmw.rda.MessageLogger
Sets the trace level to the specified value.
shutDown() - Method in class cmw.rda.server.DeviceServerBase
Deactivates the server.
SubscriptionRequest - class cmw.rda.client.SubscriptionRequest.
Represents a data subscription request.

T

TimeOut - exception cmw.rda.TimeOut.
This exception is thrown when an operation on a device does not terminate within the specified time limit.
TimeOut() - Constructor for class cmw.rda.TimeOut
Constructs a TimeOut exception.
toCorba() - Method in class cmw.rda.Data
This method is used inernally and applications should not call it.
toString() - Method in class cmw.rda.DataEntry
Returns a string representation of this DataEntry object.
toString() - Method in class cmw.rda.IOError
Returns a string representation of this IOError.
toString() - Method in class cmw.rda.Data
Returns a string representation of this Data object.
toString(int) - Method in class cmw.rda.DataEntry
 
toString(int) - Method in class cmw.rda.Data
Returns a string representation of this Data object.
trace(int, String) - Method in class cmw.rda.MessageLogger
Records the specified trace message if the current trace level is equal to or greater then the message level.
TYPE_BOOLEAN - Static variable in class cmw.rda.DataEntry
Indicates a boolean value.
TYPE_BOOLEAN_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a boolean array value.
TYPE_BYTE - Static variable in class cmw.rda.DataEntry
Indicates a byte value.
TYPE_BYTE_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a byte array value.
TYPE_DOUBLE - Static variable in class cmw.rda.DataEntry
Indicates a double value.
TYPE_DOUBLE_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a double array value.
TYPE_FLOAT - Static variable in class cmw.rda.DataEntry
Indicates a float value.
TYPE_FLOAT_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a float array value.
TYPE_INT - Static variable in class cmw.rda.DataEntry
Indicates an int value.
TYPE_INT_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates an int array value.
TYPE_LONG - Static variable in class cmw.rda.DataEntry
Indicates a long value.
TYPE_LONG_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a long array value.
TYPE_NULL - Static variable in class cmw.rda.DataEntry
Indicates that a DataEntry does not contain anything.
TYPE_SHORT - Static variable in class cmw.rda.DataEntry
Indicates a short value.
TYPE_SHORT_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a short array value.
TYPE_STRING - Static variable in class cmw.rda.DataEntry
Indicates a String value.
TYPE_STRING_ARRAY - Static variable in class cmw.rda.DataEntry
Indicates a String array value.
TypeMismatch - exception cmw.rda.TypeMismatch.
Thrown by "extract" methods of the Data and DataEntry class to indicate that the actual type of the contained data does not correspond to the expected type.

U

update() - Method in class cmw.rda.server.test.NoiseGenerator
Updates the AQN value and notifies attached listeners, if any.

V

ValueChangeListener - class cmw.rda.server.ValueChangeListener.
The listener object that is notified when an I/O value is updated in a device server.
valueUpdated(Data, Data, boolean) - Method in class cmw.rda.server.ValueChangeListener
Gets called when the associated value is updated.

A B C D E F G H I M N R S T U V
Version 1.0 August 2000
N.Trofimov