|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageService | |
|---|---|
| org.eclipse.soda.dk.command | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.concrete.signal | This package is part of the org.eclipse.soda.dk.concrete project. |
| org.eclipse.soda.dk.device | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.device.service | This package is part of the org.eclipse.soda.dk.device.service project. |
| org.eclipse.soda.dk.device.testcase | This package is part of the org.eclipse.soda.dk.device.testcase project. |
| org.eclipse.soda.dk.filter | This package is part of the org.eclipse.soda.dk.core project. |
| org.eclipse.soda.dk.filter.service | This package is part of the org.eclipse.soda.dk.core.service project. |
| org.eclipse.soda.dk.interest | This package is part of the org.eclipse.soda.dk.core project. |
| org.eclipse.soda.dk.interest.service | This package is part of the org.eclipse.soda.dk.core.service project. |
| org.eclipse.soda.dk.message | This package is part of the org.eclipse.soda.dk.core project. |
| org.eclipse.soda.dk.message.service | This package is part of the org.eclipse.soda.dk.core.service project. |
| org.eclipse.soda.dk.parameter | This package is part of the org.eclipse.soda.dk.core project. |
| org.eclipse.soda.dk.parameter.service | This package is part of the org.eclipse.soda.dk.core.service project. |
| org.eclipse.soda.dk.signal | This package is part of the org.eclipse.soda.dk.device project. |
| org.eclipse.soda.dk.transport | This package is part of the org.eclipse.soda.dk.transport project. |
| org.eclipse.soda.dk.transport.service | This package is part of the org.eclipse.soda.dk.transport.service project. |
| org.eclipse.soda.dk.transport.test | This package is part of the org.eclipse.soda.dk.transport.test project. |
| org.eclipse.soda.dk.transport.testcase | This package is part of the org.eclipse.soda.dk.transport.testcase project. |
| org.eclipse.soda.dk.udp.transport | This package is part of the org.eclipse.soda.dk.udp.transport project. |
| Uses of MessageService in org.eclipse.soda.dk.command |
|---|
| Fields in org.eclipse.soda.dk.command declared as MessageService | |
|---|---|
protected MessageService |
SimpleMessageCommand.message
Define the message (MessageService) field. |
| Methods in org.eclipse.soda.dk.command that return MessageService | |
|---|---|
MessageService |
SimpleMessageCommand.getMessage()
Gets the MessageService message property value. |
| Methods in org.eclipse.soda.dk.command with parameters of type MessageService | |
|---|---|
void |
SimpleParameterCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
ParameterCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
SimpleTransformCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransformCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
DataCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
SimpleDataCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
MessageCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
SimpleMessageCommand.setMessage(MessageService message)
Sets the message property. |
| Constructors in org.eclipse.soda.dk.command with parameters of type MessageService | |
|---|---|
DataCommand(java.lang.String key,
MessageService message)
Constructs an DataCommand object using the key and messge parameters. |
|
MeasurementCommand(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter,
MeasurementService measurement)
Constructs an instance of this class from the specified key, message, transform and parameter parameters. |
|
MessageCommand(java.lang.String key,
MessageService message)
Constructs an MessageCommand object using the input parameter(s). |
|
ParameterCommand(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter)
Constructs an ParameterCommand object using the input parameter(s). |
|
SimpleDataCommand(java.lang.String key,
MessageService message)
Constructs an SimpleDataCommand object using the key and messge parameters. |
|
SimpleMeasurementCommand(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter,
MeasurementService measurement)
Constructs an instance of this class from the specified key, message, transform, parameter and measurement parameters. |
|
SimpleMessageCommand(java.lang.String key,
MessageService message)
Constructs an instance of this class from the specified key parameter. |
|
SimpleParameterCommand(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter)
Constructs an SimpleParameterCommand object using the input parameter(s). |
|
SimpleTransformCommand(java.lang.String key,
MessageService message)
Constructs an instance of this class from the specified key and message parameters. |
|
SimpleTransformCommand(java.lang.String key,
MessageService message,
TransformService transform)
Constructs an SimpleTransformCommand object using the input parameter(s). |
|
TransformCommand(java.lang.String key,
MessageService message)
Constructs an instance of this class from the specified key and message parameters. |
|
TransformCommand(java.lang.String key,
MessageService message,
TransformService transform)
Constructs an TransformCommand object using the input parameter(s). |
|
| Uses of MessageService in org.eclipse.soda.dk.concrete.signal |
|---|
| Constructors in org.eclipse.soda.dk.concrete.signal with parameters of type MessageService | |
|---|---|
ConcreteSignal(java.lang.String key,
MessageService message,
TransformService transform)
Constructs an instance of this class from the specified key, message and transform parameters. |
|
ConcreteSignal(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter)
Constructs an instance of this class from the specified key, message, transform and parameter parameters. |
|
| Uses of MessageService in org.eclipse.soda.dk.device |
|---|
| Methods in org.eclipse.soda.dk.device that return MessageService | |
|---|---|
MessageService |
MessageHandler.getMessage()
Gets the org.eclipse.soda.dk.message.service.MessageService message property value. |
| Methods in org.eclipse.soda.dk.device with parameters of type MessageService | |
|---|---|
java.lang.Object |
Device.getMessageKey(MessageService message)
Gets the message key. |
void |
QueueDevice.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransportDevice.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransportDevice.registerMessageHandler(MessageService[] messages,
MessageHandler value)
Perform the registerMessageHandler action method. |
void |
TransportDevice.registerMessageHandler(MessageService message,
MessageHandler value)
Register message handler with the specified message and value parameters. |
void |
QueueDevice.send(MessageService message)
Perform the send action method. |
void |
Container.send(MessageService message)
Perform the send action method. |
void |
TransportDevice.send(MessageService message)
Perform the send action method. |
| Uses of MessageService in org.eclipse.soda.dk.device.service |
|---|
| Methods in org.eclipse.soda.dk.device.service with parameters of type MessageService | |
|---|---|
void |
DeviceService.send(MessageService message)
Perform the send action method. |
| Uses of MessageService in org.eclipse.soda.dk.device.testcase |
|---|
| Fields in org.eclipse.soda.dk.device.testcase declared as MessageService | |
|---|---|
protected MessageService |
DeviceTestcase.messageReceived
Define the message received (MessageService) field. |
protected MessageService |
DeviceTestcase.responseMessage
Define the response message (MessageService) field. |
| Methods in org.eclipse.soda.dk.device.testcase that return MessageService | |
|---|---|
MessageService |
DeviceTestcase.getMessageReceived()
Gets the message received (MessageService) value. |
MessageService |
DeviceTestcase.getResponseMessage()
Gets the response message (MessageService) value. |
| Methods in org.eclipse.soda.dk.device.testcase with parameters of type MessageService | |
|---|---|
java.lang.Object |
DeviceTestcase.getMessageKey(MessageService message)
Get message key with the specified message parameter and return the Object result. |
void |
DeviceTestcase.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
Message received with the specified transport service, timestamp and message parameters. |
int |
DeviceTestcase.registerMessageHandler(MessageService message,
java.util.Dictionary messageHandlers)
Register message handler with the specified message and message handlers parameters. |
void |
DeviceTestcase.setMessageReceived(MessageService messageReceived)
Sets the message received value. |
void |
DeviceTestcase.setResponseMessage(MessageService responseMessage)
Sets the response message value. |
| Uses of MessageService in org.eclipse.soda.dk.filter |
|---|
| Methods in org.eclipse.soda.dk.filter with parameters of type MessageService | |
|---|---|
boolean |
SimpleFilter.matches(MessageService message0,
MessageService message1)
Perform the matches method and return the boolean result. |
boolean |
Filter.matches(MessageService message0,
MessageService message1)
Perform the matches method and return the boolean result. |
boolean |
Filters.matches(MessageService message0,
MessageService message1)
Perform the matches method and return the boolean result. |
| Uses of MessageService in org.eclipse.soda.dk.filter.service |
|---|
| Methods in org.eclipse.soda.dk.filter.service with parameters of type MessageService | |
|---|---|
boolean |
FilterService.matches(MessageService message0,
MessageService message1)
Perform the matches method and return the boolean result. |
| Uses of MessageService in org.eclipse.soda.dk.interest |
|---|
| Methods in org.eclipse.soda.dk.interest with parameters of type MessageService | |
|---|---|
boolean |
InterestMasks.isInterested(MessageService message)
Is interested with the specified message parameter and return the boolean result. |
boolean |
InterestMask.isInterested(MessageService message)
|
| Uses of MessageService in org.eclipse.soda.dk.interest.service |
|---|
| Methods in org.eclipse.soda.dk.interest.service with parameters of type MessageService | |
|---|---|
boolean |
InterestService.isInterested(MessageService messageService)
Method isInterested. |
| Uses of MessageService in org.eclipse.soda.dk.message |
|---|
| Classes in org.eclipse.soda.dk.message that implement MessageService | |
|---|---|
class |
AsciiCrlfMessage
|
class |
AsciiMessage
|
class |
AsciiResponseMessage
|
class |
FilterMessage
The FilterMessage class implements the MessageService interface. |
class |
Message
The Message class implements the MessageService interface. |
class |
Messages
The Messages class implements multiple messages. |
class |
ParameterMessage
The ParameterMessage class implements the MessageService interface. |
class |
ResponseMessage
|
class |
SimpleResponseMessage
|
class |
TokenMessage
|
class |
TokenReceivedMessage
|
| Fields in org.eclipse.soda.dk.message declared as MessageService | |
|---|---|
protected MessageService |
TokenReceivedMessage.receivedMessage
Define the received message (MessageService) field. |
protected MessageService |
SimpleResponseMessage.sentMessage
Define the sent message (MessageService) field. |
protected MessageService |
AsciiResponseMessage.sentMessage
Define the sent message (MessageService) field. |
| Methods in org.eclipse.soda.dk.message that return MessageService | |
|---|---|
MessageService |
ParameterMessage.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Message.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Messages.encodeMessage(MessageService messageService,
java.lang.Object value)
Encode message with the specified message service and value parameters and return the MessageService result. |
MessageService |
ParameterMessage.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Message.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Messages.encodeMessage(MessageService messageService,
ParameterService parameter,
java.lang.Object value)
Encode message with the specified message service, parameter and value parameters and return the MessageService result. |
MessageService[] |
Messages.getMessages()
Gets the messages (MessageService[]) value. |
MessageService |
SimpleResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
ResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
AsciiResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
FilterMessage.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
ResponseMessage.matches(MessageService message)
Matches with the specified message parameter and return the MessageService result. |
MessageService |
Message.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
Messages.matches(MessageService message)
Perform the matches method and return the boolean result. |
| Methods in org.eclipse.soda.dk.message with parameters of type MessageService | |
|---|---|
java.lang.Object |
ParameterMessage.decodeMessage(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
TokenMessage.decodeMessage(MessageService message)
Decode message with the specified message parameter and return the Object result. |
java.lang.Object |
Message.decodeMessage(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Messages.decodeMessage(MessageService messageService)
Decode message with the specified message service parameter and return the Object result. |
java.lang.Object |
ParameterMessage.decodeMessage(MessageService message,
ParameterService parameter)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
TokenMessage.decodeMessage(MessageService message,
ParameterService parameter)
Decode message with the specified message and parameter parameters and return the Object result. |
java.lang.Object |
Message.decodeMessage(MessageService message,
ParameterService parameter)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Messages.decodeMessage(MessageService messageService,
ParameterService parameter)
Decode message with the specified message service and parameter parameters and return the Object result. |
MessageService |
ParameterMessage.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Message.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Messages.encodeMessage(MessageService messageService,
java.lang.Object value)
Encode message with the specified message service and value parameters and return the MessageService result. |
MessageService |
ParameterMessage.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Message.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Messages.encodeMessage(MessageService messageService,
ParameterService parameter,
java.lang.Object value)
Encode message with the specified message service, parameter and value parameters and return the MessageService result. |
MessageService |
FilterMessage.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
ResponseMessage.matches(MessageService message)
Matches with the specified message parameter and return the MessageService result. |
MessageService |
Message.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
Messages.matches(MessageService message)
Perform the matches method and return the boolean result. |
void |
SimpleResponseMessage.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
void |
ResponseMessage.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
void |
AsciiResponseMessage.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
| Constructors in org.eclipse.soda.dk.message with parameters of type MessageService | |
|---|---|
AsciiResponseMessage(byte[] data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
AsciiResponseMessage(java.lang.String data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
Messages(MessageService[] messages)
Constructs an instance of this class from the specified messages parameter. |
|
ResponseMessage(byte[] data,
FilterService filter,
ParameterService parameter,
MessageService sentMessage)
Constructs an instance of this class from the specified data, filter, parameter and sent message parameters. |
|
ResponseMessage(byte[] data,
ParameterService parameter,
MessageService sentMessage)
Constructs an instance of this class from the specified data, parameter and sent message parameters. |
|
SimpleResponseMessage(byte[] data,
MessageService sentMessage)
Constructs an instance of this class from the specified data and sent message parameters. |
|
TokenReceivedMessage(MessageService receivedMessage,
FilterService filter,
ParameterService parameter,
java.lang.String tokens)
Constructs an instance of this class from the specified received message, filter, parameter and tokens parameters. |
|
| Uses of MessageService in org.eclipse.soda.dk.message.service |
|---|
| Subinterfaces of MessageService in org.eclipse.soda.dk.message.service | |
|---|---|
interface |
ResponseMessageService
|
| Methods in org.eclipse.soda.dk.message.service that return MessageService | |
|---|---|
MessageService |
MessageService.encodeMessage(MessageService messageService,
java.lang.Object value)
|
MessageService |
MessageService.encodeMessage(MessageService messageService,
ParameterService parameter,
java.lang.Object value)
|
MessageService |
ResponseMessageService.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
MessageService.matches(MessageService message)
Perform the matches method and return the boolean result. |
| Methods in org.eclipse.soda.dk.message.service with parameters of type MessageService | |
|---|---|
java.lang.Object |
MessageService.decodeMessage(MessageService messageService)
|
java.lang.Object |
MessageService.decodeMessage(MessageService messageService,
ParameterService parameter)
|
MessageService |
MessageService.encodeMessage(MessageService messageService,
java.lang.Object value)
|
MessageService |
MessageService.encodeMessage(MessageService messageService,
ParameterService parameter,
java.lang.Object value)
|
MessageService |
MessageService.matches(MessageService message)
Perform the matches method and return the boolean result. |
| Uses of MessageService in org.eclipse.soda.dk.parameter |
|---|
| Methods in org.eclipse.soda.dk.parameter that return MessageService | |
|---|---|
protected MessageService |
SimpleParameter.encodeMessage(MessageService message,
byte[] value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
BitOffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FieldParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleIntegerParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
OffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
TagParameter.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService
result. |
MessageService |
ListParameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MapParameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
| Methods in org.eclipse.soda.dk.parameter with parameters of type MessageService | |
|---|---|
protected java.lang.Object |
BitOffsetParameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
FieldParameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
Parameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object
result. |
java.lang.Object |
SimpleParameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object result. |
java.lang.Object |
SimpleIntegerParameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
OffsetParameter.decodeMessage(MessageService message)
Perform the decodeMessage method and return the Object result. |
java.lang.Object |
TagParameter.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Parameters.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Parameter.decodeValue(MessageService message)
Perform the decodeValue method and return the Object
result. |
java.lang.Object |
ListParameters.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
MapParameters.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
protected MessageService |
SimpleParameter.encodeMessage(MessageService message,
byte[] value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
BitOffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FieldParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleIntegerParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
OffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
TagParameter.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService
result. |
MessageService |
ListParameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MapParameters.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
| Uses of MessageService in org.eclipse.soda.dk.parameter.service |
|---|
| Methods in org.eclipse.soda.dk.parameter.service that return MessageService | |
|---|---|
MessageService |
ParameterService.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
| Methods in org.eclipse.soda.dk.parameter.service with parameters of type MessageService | |
|---|---|
java.lang.Object |
ParameterService.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
MessageService |
ParameterService.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
| Uses of MessageService in org.eclipse.soda.dk.signal |
|---|
| Methods in org.eclipse.soda.dk.signal that return MessageService | |
|---|---|
MessageService |
MessageSignal.getMessage()
Gets the MessageService message property value. |
| Methods in org.eclipse.soda.dk.signal with parameters of type MessageService | |
|---|---|
void |
ParameterSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
DataSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
MessageSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransformSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
MessageSignal.setMessage(MessageService message)
Sets the message property. |
| Constructors in org.eclipse.soda.dk.signal with parameters of type MessageService | |
|---|---|
DataSignal(java.lang.String key,
MessageService message)
Constructs an DataSignal object using the input parameter(s). |
|
MessageSignal(java.lang.String key,
MessageService message)
Constructs an MessageSignal object using the input parameter(s). |
|
ParameterSignal(java.lang.String key,
MessageService message,
TransformService transform,
ParameterService parameter)
Constructs an ParameterSignal object using the input parameter(s). |
|
TransformSignal(java.lang.String key,
MessageService message,
TransformService transform)
Constructs an TransformSignal object using the input parameter(s). |
|
| Uses of MessageService in org.eclipse.soda.dk.transport |
|---|
| Fields in org.eclipse.soda.dk.transport declared as MessageService | |
|---|---|
protected MessageService |
ResponseTransport.sentMessage
Define the sent message (MessageService) field. |
| Methods in org.eclipse.soda.dk.transport that return MessageService | |
|---|---|
MessageService |
ResponseTransport.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
Transport.noActivityProcessingMessage()
No activity processing message and return the MessageService result. |
| Methods in org.eclipse.soda.dk.transport with parameters of type MessageService | |
|---|---|
void |
ResponseTransport.fireMessageReceived(java.lang.Object timestamp,
MessageService message)
|
void |
Transport.fireMessageReceived(java.lang.Object timestamp,
MessageService message)
Perform the fireMessageReceived action method. |
void |
ResponseTransport.fireMessageReceivedNoResponse(java.lang.Object timestamp,
MessageService message)
Fire message received no response with the specified timestamp and message parameters. |
void |
Controller.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransportListeners.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
MessageListeners.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TunnelTransport.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
Transport.send(MessageService message)
Perform the send action method. |
void |
ResponseTransport.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
void |
Transport.startupMessageReceived(TransportService source,
java.lang.Object timestamp,
MessageService message)
Startup message received with the specified source, timestamp and message parameters. |
protected void |
ResponseTransport.write(MessageService message)
Write with the specified message parameter. |
protected void |
Transport.write(MessageService message)
Write (send) the specified message after converting the message to the correct set of bytes to be written. |
protected void |
TunnelTransport.write(MessageService message)
Write method will send the message to the target transport. |
void |
Transport.writeAndReport(MessageService message)
Write and report with the specified message parameter. |
| Uses of MessageService in org.eclipse.soda.dk.transport.service |
|---|
| Methods in org.eclipse.soda.dk.transport.service with parameters of type MessageService | |
|---|---|
void |
MessageListener.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransportService.send(MessageService message)
Send the specified message. |
| Uses of MessageService in org.eclipse.soda.dk.transport.test |
|---|
| Methods in org.eclipse.soda.dk.transport.test with parameters of type MessageService | |
|---|---|
void |
TransportTest.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
void |
TransportTest.send(MessageService message)
Send with the specified message parameter. |
| Uses of MessageService in org.eclipse.soda.dk.transport.testcase |
|---|
| Methods in org.eclipse.soda.dk.transport.testcase with parameters of type MessageService | |
|---|---|
void |
TransportTestcase.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
Message received with the specified transport service, timestamp and message parameters. |
| Uses of MessageService in org.eclipse.soda.dk.udp.transport |
|---|
| Classes in org.eclipse.soda.dk.udp.transport that implement MessageService | |
|---|---|
class |
UdpMessage
The UdpMessage contains data specific to the udp protocol, such as the port and host. |
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||