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

R

RandomAccessFileConnection - Class in org.eclipse.soda.dk.random.access.file.connection
The RandomAccessFileConnection class implements the ConnectionService interface to support reading and writing to a random ascces file.
RandomAccessFileConnection() - Constructor for class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Constructs a standard FileConnection object.
RandomAccessFileConnection(RandomAccessFile) - Constructor for class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Constructs an RandomAccessFileConnection object using the input parameter(s).
RandomAccessFileConnection(String, String, String) - Constructor for class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Constructs a RandomAccessFileConnection object using the input parameter(s).
RandomAccessFileConnection(Dictionary) - Constructor for class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Constructs an instance of this class from the specified properties parameter.
RandomAccessFileConnection(ConfigurationService) - Constructor for class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Constructs an instance of this class from the specified configuration parameter.
RandomAccessFileConnectionFactory - Class in org.eclipse.soda.dk.random.access.file.connection.factory
The ConnectionBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
RandomAccessFileConnectionFactory() - Constructor for class org.eclipse.soda.dk.random.access.file.connection.factory.RandomAccessFileConnectionFactory
 
RandomAccessFileConnectionService - Interface in org.eclipse.soda.dk.random.access.file.connection.service
 
RandomAccessFileConnectionTestcase - Class in org.eclipse.soda.dk.random.access.file.connection.testcase
 
RandomAccessFileConnectionTestcase() - Constructor for class org.eclipse.soda.dk.random.access.file.connection.testcase.RandomAccessFileConnectionTestcase
Constructs an instance of this class.
RandomAccessFileConnectionTestcase(String) - Constructor for class org.eclipse.soda.dk.random.access.file.connection.testcase.RandomAccessFileConnectionTestcase
Constructs an instance of this class from the specified arg0 parameter.
rcvFraming - Variable in class org.eclipse.soda.dk.comm.NSParallelPort
 
rcvFraming - Variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
rcvFramingByte - Variable in class org.eclipse.soda.dk.comm.NSParallelPort
 
rcvFramingByte - Variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
rcvFramingByteReceived - Variable in class org.eclipse.soda.dk.comm.NSParallelPort
 
rcvFramingByteReceived - Variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
rcvThreshold - Variable in class org.eclipse.soda.dk.comm.NSParallelPort
 
rcvThreshold - Variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
rcvTimeout - Variable in class org.eclipse.soda.dk.comm.NSParallelPort
 
rcvTimeout - Variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
read() - Method in class org.eclipse.soda.dk.comm.NSDeviceInputStream
 
read(byte[]) - Method in class org.eclipse.soda.dk.comm.NSDeviceInputStream
 
read(byte[], int, int) - Method in class org.eclipse.soda.dk.comm.NSDeviceInputStream
 
read(byte[]) - Method in class org.eclipse.soda.dk.connection.Connection
Read bytes.
read(byte[]) - Method in interface org.eclipse.soda.dk.connection.service.ConnectionService
Read data into the bytes specified.
read(byte[], int, int) - Method in interface org.eclipse.soda.dk.connection.service.ConnectionService
Read data into the bytes specified.
read(byte[]) - Method in class org.eclipse.soda.dk.connection.StreamConnection
Read bytes.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.connection.StreamConnection
Read bytes.
read(byte[]) - Method in class org.eclipse.soda.dk.connection.TraceConnection
Read with the specified bytes parameter and return the int result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.connection.TraceConnection
Read with the specified bytes, offset and length parameters and return the int result.
read() - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Perform the read method and return the int result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.echo.connection.EchoConnection
Read with the specified bytes, start and length parameters and return the int result.
read(long) - Method in class org.eclipse.soda.dk.measurement.Measurement
Perform the read method and return the Object result.
read(long) - Method in class org.eclipse.soda.dk.measurement.Measurements
Perform the read method and return the Object result.
read(long) - Method in class org.eclipse.soda.dk.measurement.ReadMeasurement
Perform the read method and return the Object result.
read(long) - Method in interface org.eclipse.soda.dk.measurement.service.MeasurementService
Perform the read method and return the Object result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.random.access.file.connection.RandomAccessFileConnection
Read with the specified bytes, offset and length parameters and return the int result.
read(byte[]) - Method in class org.eclipse.soda.dk.serial.connection.SerialConnection
Read with the specified bytes parameter and return the int result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.serial.connection.SerialConnection
Read with the specified bytes, offset and length parameters and return the int result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.tk.conn.echo.EchoJni
Read from the echo.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.transport.ConnectionTransport
Perform the read method and return the int result.
read(byte[], int, int) - Method in class org.eclipse.soda.dk.transport.Transport
Read with the specified bytes, offset and length parameters and return the int result.
READ_BYTES_RESOURCE - Static variable in class org.eclipse.soda.dk.connection.Connection
Define the read bytes resource (int) constant.
READ_EXTERNAL_KEY - Static variable in interface org.eclipse.soda.dk.device.service.DeviceService
Define the read (String) constant.
READ_EXTERNAL_KEY - Static variable in interface org.eclipse.soda.dk.notification.service.NotificationService
Define the read (String) constant.
READ_OPERATION - Static variable in class org.eclipse.soda.dk.measurement.MethodMeasurement
Define the read operation (int) constant.
readBlock - Variable in class org.eclipse.soda.dk.transport.ResponseTransport
Define the read block (Object) field.
readCommand - Variable in class org.eclipse.soda.dk.measurement.ReadMeasurement
Define the read command (CommandService) field.
READINTERVALTIMEOUT_KEY - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the readintervaltimeout key (String) constant.
ReadMeasurement - Class in org.eclipse.soda.dk.measurement
 
ReadMeasurement(String, Object, UnitsService, TransformService, SignalService, CommandService) - Constructor for class org.eclipse.soda.dk.measurement.ReadMeasurement
Constructs an instance of this class from the specified key, value, units, transform, signal and read command parameters.
ReadMeasurement(String, UnitsService, TransformService, SignalService) - Constructor for class org.eclipse.soda.dk.measurement.ReadMeasurement
Constructs an instance of this class from the specified key, units, transform and signal parameters.
ReadMeasurement(String, TransformService, SignalService) - Constructor for class org.eclipse.soda.dk.measurement.ReadMeasurement
Constructs an instance of this class from the specified key, transform and signal parameters.
ReadMeasurement(String, SignalService) - Constructor for class org.eclipse.soda.dk.measurement.ReadMeasurement
Constructs an instance of this class from the specified key and signal parameters.
readMeasurement(String, String) - Method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Read measurement with the specified topic key and data key parameters and return the Object result.
readMeasurement(String) - Method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Read measurement with the specified topic key parameter and return the Object result.
ReadOnlyMeasurement - Class in org.eclipse.soda.dk.measurement
 
ReadOnlyMeasurement(String) - Constructor for class org.eclipse.soda.dk.measurement.ReadOnlyMeasurement
Constructs an instance of this class from the specified key parameter.
ReadOnlyMeasurement(String, Object) - Constructor for class org.eclipse.soda.dk.measurement.ReadOnlyMeasurement
Constructs an instance of this class from the specified key and value parameters.
READSIZE_KEY - Static variable in interface org.eclipse.soda.dk.tcpip.connection.service.TcpipConnectionService
Define the readsize key (String) constant.
READTIMEOUT_KEY - Static variable in interface org.eclipse.soda.dk.tcpip.connection.service.TcpipConnectionService
Define the readtimeout key (String) constant.
READTOTALTIMEOUT_KEY - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the readtotaltimeout key (String) constant.
RECEIVED_KEY_DATA_KEY - Static variable in interface org.eclipse.soda.dk.device.service.DeviceService
Define the received key data key (String) constant.
receivedMessage - Variable in class org.eclipse.soda.dk.message.TokenReceivedMessage
Define the received message (MessageService) field.
reciprocal() - Method in class org.eclipse.soda.dk.data.Degree
 
reciprocal() - Method in class org.eclipse.soda.dk.data.IntegerFraction
Reciprocal and return the Number result.
reciprocal() - Method in class org.eclipse.soda.dk.data.LongFraction
Reciprocal and return the Number result.
reciprocal() - Method in interface org.eclipse.soda.dk.data.Numeric
Reciprocal and return the Number result.
RECONNECT_RESOURCE - Static variable in class org.eclipse.soda.dk.transport.Transport
Define the reconnect resource (int) constant.
reduce() - Method in class org.eclipse.soda.dk.data.IntegerFraction
Perform the reduce action method.
reduce() - Method in class org.eclipse.soda.dk.data.LongFraction
Perform the reduce action method.
register(String) - Method in class org.eclipse.soda.dk.device.Container
Subscribe with the specified arg0 and arg1 parameters.
register(String[]) - Method in class org.eclipse.soda.dk.device.Container
Subscribe with the specified arg0 and arg1 parameters.
register(String, NotificationListener) - Method in class org.eclipse.soda.dk.device.NotificationController
Register with the specified external key and listener parameters.
register(String) - Method in class org.eclipse.soda.dk.device.NotificationController
Register with the specified external key parameter.
register(String[], NotificationListener) - Method in class org.eclipse.soda.dk.device.NotificationController
Register with the specified external keys and listener parameters.
register(String[]) - Method in class org.eclipse.soda.dk.device.NotificationController
Register with the specified external keys parameter.
register(TransportService) - Method in class org.eclipse.soda.dk.device.TransportDevice
Register with the specified transport parameter.
register(String) - Method in class org.eclipse.soda.dk.notification.client.NotificationClient
Subscribe with the specified topic parameter.
register(String[]) - Method in class org.eclipse.soda.dk.notification.client.NotificationClient
Subscribe with the specified topics parameter.
register(String, NotificationListener) - Method in class org.eclipse.soda.dk.notification.client.NotificationController
Register with the specified external key and listener parameters.
register(String[], NotificationListener) - Method in class org.eclipse.soda.dk.notification.client.NotificationController
Register with the specified external keys and listener parameters.
register(String) - Method in class org.eclipse.soda.dk.notification.client.NotificationController
Register with the specified external key and listener parameters.
register(String[]) - Method in class org.eclipse.soda.dk.notification.client.NotificationController
Register with the specified external keys and listener parameters.
register(String, NotificationListener) - Method in class org.eclipse.soda.dk.notification.event.admin.NotificationEventAdmin
Register with the specified external key and listener parameters.
register(String[], NotificationListener) - Method in class org.eclipse.soda.dk.notification.event.admin.NotificationEventAdmin
Register with the specified external keys and listener parameters.
register(String, NotificationListener) - Method in class org.eclipse.soda.dk.notification.Notification
Subscribe with the specified subscription and listener parameters.
register(String[], NotificationListener) - Method in class org.eclipse.soda.dk.notification.Notification
Subscribe with the specified subscriptions and listener parameters.
register(String, NotificationListener) - Method in interface org.eclipse.soda.dk.notification.service.NotificationService
Register with the specified externalKey and listener parameters.
register(String[], NotificationListener) - Method in interface org.eclipse.soda.dk.notification.service.NotificationService
Register with the specified externalKeys and listener parameters.
register(TransportService) - Method in class org.eclipse.soda.dk.transport.TunnelTransport
Register the target transport.
registerMessageHandler(MessageService, Dictionary) - Method in class org.eclipse.soda.dk.device.testcase.DeviceTestcase
Register message handler with the specified message and message handlers parameters.
registerMessageHandler(MessageService[], MessageHandler) - Method in class org.eclipse.soda.dk.device.TransportDevice
Perform the registerMessageHandler action method.
registerMessageHandler(MessageService, MessageHandler) - Method in class org.eclipse.soda.dk.device.TransportDevice
Register message handler with the specified message and value parameters.
REMOTEHOST_KEY - Static variable in interface org.eclipse.soda.dk.multicast.transport.service.MulticastTransportService
Custom parameter remotehost configuration key.
REMOTEHOST_KEY - Static variable in interface org.eclipse.soda.dk.udp.transport.service.UdpTransportService
Custom parameter remotehost configuration key.
remoteHostAddress - Variable in class org.eclipse.soda.dk.udp.transport.UdpTransport
Define the remote host (InetAddress) field.
REMOTEPORT_KEY - Static variable in interface org.eclipse.soda.dk.multicast.transport.service.MulticastTransportService
Custom parameter remoteport configuration key.
REMOTEPORT_KEY - Static variable in interface org.eclipse.soda.dk.tcpip.connection.service.TcpipConnectionService
Define the remoteport key (String) constant.
REMOTEPORT_KEY - Static variable in interface org.eclipse.soda.dk.udp.transport.service.UdpTransportService
Custom parameter remoteport configuration key.
remove(CommandListener, CommandListener) - Static method in class org.eclipse.soda.dk.command.CommandListeners
Perform the remove method and return the CommandListener result.
remove(CommandListener) - Method in class org.eclipse.soda.dk.command.CommandListeners
Perform the remove method and return the CommandListener result.
remove(String) - Method in class org.eclipse.soda.dk.device.Container
Perform the remove action method.
remove(String) - Method in class org.eclipse.soda.dk.device.Device
Remove with the specified key parameter.
remove(DeviceListener, DeviceListener) - Static method in class org.eclipse.soda.dk.device.DeviceListeners
Perform the remove method and return the Object result.
remove(DeviceListener) - Method in class org.eclipse.soda.dk.device.DeviceListeners
Perform the remove method and return the DeviceListener result.
remove(String) - Method in interface org.eclipse.soda.dk.device.service.DeviceRegistryService
Perform the remove action method.
remove(String) - Method in interface org.eclipse.soda.dk.device.service.DeviceService
Perform the remove action method.
remove(InterestService) - Method in class org.eclipse.soda.dk.interest.InterestMasks
Remove with the specified interest service parameter.
remove(MeasurementListener, MeasurementListener) - Static method in class org.eclipse.soda.dk.measurement.MeasurementListeners
Perform the remove method and return the MeasurementListener result.
remove(MeasurementListener) - Method in class org.eclipse.soda.dk.measurement.MeasurementListeners
Perform the remove method and return the MeasurementListener result.
remove(NotificationListener, NotificationListener) - Static method in class org.eclipse.soda.dk.notification.NotificationListeners
Perform the remove method and return the NotificationListener result.
remove(NotificationListener) - Method in class org.eclipse.soda.dk.notification.NotificationListeners
Perform the remove method and return the NotificationListener result.
remove(SignalListener, SignalListener) - Static method in class org.eclipse.soda.dk.signal.SignalListeners
Perform the remove method and return the SignalListener result.
remove(SignalListener) - Method in class org.eclipse.soda.dk.signal.SignalListeners
Perform the remove method and return the SignalListener result.
remove(MessageListener, MessageListener) - Static method in class org.eclipse.soda.dk.transport.MessageListeners
Perform the remove method and return the MessageListener result.
remove(MessageListener) - Method in class org.eclipse.soda.dk.transport.MessageListeners
Perform the remove method and return the MessageListener result.
remove(TransportListener, TransportListener) - Static method in class org.eclipse.soda.dk.transport.TransportListeners
Perform the remove method and return the Object result.
remove(TransportListener) - Method in class org.eclipse.soda.dk.transport.TransportListeners
Perform the remove method and return the Object result.
removeCommandListener(CommandListener) - Method in class org.eclipse.soda.dk.command.Command
Removes the specified listener from receiving listener notification.
removeCommandListener(CommandListener) - Method in interface org.eclipse.soda.dk.command.service.CommandService
Removes the specified listener from receiving listener notification.
REMOVED - Static variable in interface org.eclipse.soda.dk.device.service.DeviceListener
Define the removed (int) constant.
REMOVED - Static variable in interface org.eclipse.soda.dk.profile.service.ProfileListener
Define the removed (int) constant.
removeDeviceListener(DeviceListener) - Method in class org.eclipse.soda.dk.device.Device
Remove device listener with the specified device listener parameter.
removeDeviceListener(DeviceListener) - Method in interface org.eclipse.soda.dk.device.service.DeviceService
Removes the specified listener from receiving device listener notification.
removeEventListener() - Method in class javax.comm.ParallelPort
Remove event listener.
removeEventListener() - Method in class javax.comm.SerialPort
Remove event listener.
removeEventListener() - Method in class org.eclipse.soda.dk.comm.NSParallelPort
 
removeEventListener() - Method in class org.eclipse.soda.dk.comm.NSSerialPort
 
removeInterest(InterestService) - Method in interface org.eclipse.soda.dk.transport.service.TransportService
Remove an interest object from the transport.
removeInterest(InterestService) - Method in class org.eclipse.soda.dk.transport.Transport
 
removeInternalSignalListener() - Method in class org.eclipse.soda.dk.signal.Signals
Removes the specified listener from receiving listener notification.
removeListeners(DeviceService) - Method in class org.eclipse.soda.dk.device.Container
Remove listeners with the specified device parameter.
removeMeasurementListener(MeasurementListener) - Method in class org.eclipse.soda.dk.measurement.Measurement
Removes the specified listener from receiving listener notification.
removeMeasurementListener(MeasurementListener) - Method in interface org.eclipse.soda.dk.measurement.service.MeasurementService
Removes the specified listener from receiving listener notification.
removePortOwnershipListener(CommPortOwnershipListener) - Method in class javax.comm.CommPortIdentifier
Deregisters a CommPortOwnershipListener registered using addPortOwnershipListener
removeProfile(ProfileService) - Method in class org.eclipse.soda.dk.adapter.Adapter
Remove profile with the specified profile parameter.
removeQualifiedKeys() - Method in class org.eclipse.soda.dk.device.Container
Remove qualified keys.
removeQualifiedKeys() - Method in class org.eclipse.soda.dk.device.NotificationController
Remove qualified keys.
removeQualifiedKeys() - Method in class org.eclipse.soda.dk.notification.client.NotificationController
Remove qualified keys.
removeSignalListener(SignalListener) - Method in interface org.eclipse.soda.dk.signal.service.SignalService
Removes the specified listener from receiving listener notification.
removeSignalListener(SignalListener) - Method in class org.eclipse.soda.dk.signal.Signal
Removes the specified listener from receiving listener notification.
removeTransportListener(TransportListener) - Method in interface org.eclipse.soda.dk.transport.service.TransportService
Removes the specified transport listener from receiving listener notification.
removeTransportListener(TransportListener) - Method in class org.eclipse.soda.dk.transport.Transport
Removes the specified listener from receiving listener controller.
report(Throwable, int) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified error and resource id parameters.
report(Throwable, int, Object) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified error, resource id and details parameters.
report(Throwable, int, Object, Object) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified error, resource id, details and details1 parameters.
report(Throwable, int, Object, Object, Object) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified error, resource id, details, details1 and details2 parameters.
report(Throwable, int, Object, Object, Object, Object) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified error, resource id, details, details1, details2 and details3 parameters.
report(int, Object[]) - Method in class org.eclipse.soda.dk.core.EscObject
Report with the specified report number and error objects parameters.
reportError(int, Throwable, Object[]) - Method in class org.eclipse.soda.dk.command.Command
Report error with the specified error number, error and error objects parameters.
reportError(int, Throwable, Object[]) - Method in class org.eclipse.soda.dk.core.EscObject
Report error with the specified error number, error and error objects parameters.
reportError(int, Throwable, Object[]) - Method in class org.eclipse.soda.dk.measurement.Measurement
Report error with the specified error number, error and error objects parameters.
reportError(int, Throwable, Object[]) - Method in class org.eclipse.soda.dk.signal.Signal
Report error with the specified error number, error and error objects parameters.
reportMeasurement(String, String, Object) - Method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Report measurement with the specified topic key, data key and data value parameters.
reportMeasurement(String, Object) - Method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Report measurement with the specified topic key and data value parameters.
reportParallelEvent(int, boolean, boolean) - Method in class org.eclipse.soda.dk.comm.NSParallelPort
 
reportSerialEvent(int, boolean, boolean) - Method in class org.eclipse.soda.dk.comm.NSSerialPort
 
reportSystemInfo() - Method in class org.eclipse.soda.dk.core.EscObject
Report system info.
request - Variable in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Define the request (HttpServletRequest) field.
requiresAllImportedServices() - Method in class org.eclipse.soda.dk.transport.managed.TransportManaged
Requires all imported services and return the boolean result.
requiresAllImportedServices() - Method in class org.eclipse.soda.dk.transport.test.managed.TransportTestManaged
Requires all imported services and return the boolean result.
reset() - Method in class org.eclipse.soda.dk.message.TokenMessage
Perform the reset action method.
resetColorValue() - Method in class org.eclipse.soda.dk.device.configuration.servlet.DeviceConfigurationServlet
Reset color value.
resetColorValue() - Method in class org.eclipse.soda.dk.device.property.servlet.DevicePropertyServlet
Reset color value.
resetColorValue() - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Reset color value.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.core.EscObject
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.device.testcases.CountMeasurementTestcase
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.device.testcases.DeviceRegistryTestcase
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.device.testcases.TotalMeasurementTestcase
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.nls.testcase.EscConfigurationTestcase
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.nls.testcase.EscObjectTestcase
Define the resource bundle (String) constant.
RESOURCE_BUNDLE - Static variable in class org.eclipse.soda.dk.nls.testcase.NlsTestcase
Define the resource bundle (String) constant.
respondWith(URL) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Respond with with the specified url parameter and return the boolean result.
response - Variable in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Define the response (HttpServletResponse) field.
responseMessage - Variable in class org.eclipse.soda.dk.device.testcase.DeviceTestcase
Define the response message (MessageService) field.
ResponseMessage - Class in org.eclipse.soda.dk.message
 
ResponseMessage(byte[], ParameterService, MessageService) - Constructor for class org.eclipse.soda.dk.message.ResponseMessage
Constructs an instance of this class from the specified data, parameter and sent message parameters.
ResponseMessage(byte[], FilterService, ParameterService, MessageService) - Constructor for class org.eclipse.soda.dk.message.ResponseMessage
Constructs an instance of this class from the specified data, filter, parameter and sent message parameters.
ResponseMessageService - Interface in org.eclipse.soda.dk.message.service
 
responseReceived() - Method in class org.eclipse.soda.dk.transport.ResponseTransport
Response received.
ResponseTransport - Class in org.eclipse.soda.dk.transport
The ResponseTransport class implements the TransportService interface.
ResponseTransport() - Constructor for class org.eclipse.soda.dk.transport.ResponseTransport
Constructs an ResponseTransport object.
restart() - Method in class javax.comm.ParallelPort
Restart.
restart() - Method in class org.eclipse.soda.dk.comm.NSParallelPort
 
restart() - Method in class org.eclipse.soda.dk.device.Device
Restart.
restart() - Method in class org.eclipse.soda.dk.transport.Transport
Restart the transport.
restartProcessing(boolean) - Method in class org.eclipse.soda.dk.transport.Transport
Restart processing.
restartTransport() - Method in class org.eclipse.soda.dk.transport.Controller
Restart transport.
restartTransport() - Method in interface org.eclipse.soda.dk.transport.service.ControllerService
Restart transport.
retryTime - Variable in class org.eclipse.soda.dk.transport.Transport
Define the retry time (long) field.
RI - Static variable in class javax.comm.SerialPortEvent
Define the ri (int) constant.
run() - Method in class org.eclipse.soda.dk.adapter.test.AdapterTest
Run tests for the device.
run(String[]) - Method in class org.eclipse.soda.dk.adapter.test.AdapterTest
Run with the specified args parameter.
run() - Method in class org.eclipse.soda.dk.agent.test.AgentTest
Run tests for the device.
run(String[]) - Method in class org.eclipse.soda.dk.agent.test.AgentTest
Run with the specified args parameter.
run() - Method in class org.eclipse.soda.dk.comm.ParallelErrorEventThread
Run.
run() - Method in class org.eclipse.soda.dk.comm.SerialDataEventThread
Run.
run() - Method in class org.eclipse.soda.dk.comm.SerialStatusEventThread
Run.
run() - Method in class org.eclipse.soda.dk.device.Device
Run.
run() - Method in class org.eclipse.soda.dk.device.QueueDevice
Perform the run action method.
run() - Method in class org.eclipse.soda.dk.device.test.DeviceTest
Run tests for the device.
run(String[]) - Method in class org.eclipse.soda.dk.device.test.DeviceTest
Run with the specified args parameter.
run() - Method in class org.eclipse.soda.dk.device.ThreadDevice
Run.
run() - Method in class org.eclipse.soda.dk.notification.Notification
Run.
run() - Method in class org.eclipse.soda.dk.profile.test.ProfileTest
Run tests for the device.
run(String[]) - Method in class org.eclipse.soda.dk.profile.test.ProfileTest
Run with the specified args parameter.
run() - Method in class org.eclipse.soda.dk.transport.Controller
Perform the run action method.
run() - Method in class org.eclipse.soda.dk.transport.test.TransportTest
Run tests for the transport.
run(String[]) - Method in class org.eclipse.soda.dk.transport.test.TransportTest
Run with the specified args parameter.
run() - Method in class org.eclipse.soda.dk.transport.ThreadTransport
Perform the run action method.
RUN_EXCEPTION_RESOURCE - Static variable in class org.eclipse.soda.dk.device.Container
Define the run exception resource (int) constant.
RUN_EXCEPTION_RESOURCE - Static variable in class org.eclipse.soda.dk.transport.Transport
Define the run exception resource (int) constant.
RUNNING_TEST_CASE - Static variable in class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgent
Define the running test case (int) constant.
runTests() - Method in class org.eclipse.soda.dk.adapter.test.AdapterTest
Run tests.
runTests() - Method in class org.eclipse.soda.dk.agent.test.AgentTest
Run tests.
runTests() - Method in class org.eclipse.soda.dk.device.test.DeviceTest
Run tests.
runTests() - Method in class org.eclipse.soda.dk.profile.test.ProfileTest
Run tests.
runTests() - Method in class org.eclipse.soda.dk.transport.test.TransportTest
Run tests.
runtTestsCustom() - Method in class org.eclipse.soda.dk.profile.test.ProfileTest
Runt tests custom.

1.0.0
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright (c) 1999, 2007 IBM