|
2009-01-09 1.2.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.complex.message.testcase | This package is part of the org.eclipse.soda.dk.core.testcase 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.parameter.testcase | This package is part of the org.eclipse.soda.dk.core.testcase project. |
| org.eclipse.soda.dk.segment | This package is part of the org.eclipse.soda.dk.core project. |
| org.eclipse.soda.dk.signal | This package is part of the org.eclipse.soda.dk.device 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. |
| 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 |
MessageCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
SimpleDataCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
DataCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
TransformCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
SimpleTransformCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
ParameterCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
SimpleParameterCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
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 |
SimpleDataCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
Message received with the specified transport service, timestamp and message parameters. |
void |
SimpleTransformCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
Message received with the specified transport service, timestamp and message parameters. |
void |
SimpleParameterCommand.messageReceived(TransportService transportService,
java.lang.Object timestamp,
MessageService message)
Message received with the specified transport service, timestamp and message parameters. |
void |
SimpleMessageCommand.setMessage(MessageService message)
Sets the message value. |
| 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.complex.message.testcase |
|---|
| Methods in org.eclipse.soda.dk.complex.message.testcase that return MessageService | |
|---|---|
static MessageService |
LlrpDeviceMessages.getAddAccessspecMessage()
Gets the AddAccessspecMessage value. |
static MessageService |
LlrpDeviceMessages.getAddAccessspecResponseMessage()
Gets the AddAccessspecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getAddRospecMessage()
Gets the AddRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getAddRospecResponseMessage()
Gets the AddRospecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getCloseConnectionMessage()
Gets the CloseConnectionMessage value. |
static MessageService |
LlrpDeviceMessages.getCloseConnectionResponseMessage()
Gets the CloseConnectionResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getCustomMessageMessage()
Gets the CustomMessageMessage value. |
static MessageService |
LlrpDeviceMessages.getDeleteAccessspecMessage()
Gets the DeleteAccessspecMessage value. |
static MessageService |
LlrpDeviceMessages.getDeleteAccessspecResponseMessage()
Gets the DeleteAccessspecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getDeleteRospecMessage()
Gets the DeleteRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getDeleteRospecResponseMessage()
Gets the DeleteRospecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getDisableAccessspecMessage()
Gets the DisableAccessspecMessage value. |
static MessageService |
LlrpDeviceMessages.getDisableAccessspecResponseMessage()
Gets the DisableAccessspecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getDisableRospecMessage()
Gets the DisableRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getDisableRospecResponseMessage()
Gets the DisableRospecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getEnableAccessspecMessage()
Gets the EnableAccessspecMessage value. |
static MessageService |
LlrpDeviceMessages.getEnableAccessspecResponseMessage()
Gets the EnableAccessspecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getEnableEventsAndReportsMessage()
Gets the EnableEventsAndReportsMessage value. |
static MessageService |
LlrpDeviceMessages.getEnableRospecMessage()
Gets the EnableRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getEnableRospecResponseMessage()
Gets the EnableRospecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getErrorMessageMessage()
Gets the ErrorMessageMessage value. |
static MessageService |
LlrpDeviceMessages.getGetAccessspecsMessage()
Gets the GetAccessspecsMessage value. |
static MessageService |
LlrpDeviceMessages.getGetAccessspecsResponseMessage()
Gets the GetAccessspecsResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilities_AllMessage()
Gets the GetReaderCapabilities_AllMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilities_GeneralDeviceCapabilitiesMessage()
Gets the GetReaderCapabilities_GeneralDeviceCapabilitiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilities_LLRPAirProtocolCapabilitiesMessage()
Gets the GetReaderCapabilities_LLRPAirProtocolCapabilitiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilities_LLRPCapabilitiesMessage()
Gets the GetReaderCapabilities_LLRPCapabilitiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilities_RegulatoryCapabilitiesMessage()
Gets the GetReaderCapabilities_RegulatoryCapabilitiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilitiesMessage()
Gets the GetReaderCapabilitiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderCapabilitiesResponseMessage()
Gets the GetReaderCapabilitiesResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_AccessReportSpecMessage()
Gets the GetReaderConfig_AccessReportSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_AllMessage()
Gets the GetReaderConfig_AllMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_AntennaConfigurationMessage()
Gets the GetReaderConfig_AntennaConfigurationMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_AntennaPropertiesMessage()
Gets the GetReaderConfig_AntennaPropertiesMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_EventsAndReportsMessage()
Gets the GetReaderConfig_EventsAndReportsMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_GPIPortCurrentStateMessage()
Gets the GetReaderConfig_GPIPortCurrentStateMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_GPOWriteDataMessage()
Gets the GetReaderConfig_GPOWriteDataMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_IdentificationMessage()
Gets the GetReaderConfig_IdentificationMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_KeepaliveSpecMessage()
Gets the GetReaderConfig_KeepaliveSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_LLRPConfigurationStateValueMessage()
Gets the GetReaderConfig_LLRPConfigurationStateValueMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_ReaderEventNotificationSpecMessage()
Gets the GetReaderConfig_ReaderEventNotificationSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfig_ROReportSpecMessage()
Gets the GetReaderConfig_ROReportSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfigMessage()
Gets the GetReaderConfigMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReaderConfigResponseMessage()
Gets the GetReaderConfigResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getGetReportMessage()
Gets the GetReportMessage value. |
static MessageService |
LlrpDeviceMessages.getGetRospecsMessage()
Gets the GetRospecsMessage value. |
static MessageService |
LlrpDeviceMessages.getGetRospecsResponseMessage()
Gets the GetRospecsResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getKeepaliveAckMessage()
Gets the KeepaliveAckMessage value. |
static MessageService |
LlrpDeviceMessages.getKeepaliveMessage()
Gets the KeepaliveMessage value. |
static MessageService |
LlrpDeviceMessages.getReaderEventNotificationMessage()
Gets the ReaderEventNotificationMessage value. |
static MessageService |
LlrpDeviceMessages.getRoAccessReportMessage()
Gets the RoAccessReportMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_AccessReportSpecMessage()
Gets the SetReaderConfig_AccessReportSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_AntennaConfigurationMessage()
Gets the SetReaderConfig_AntennaConfigurationMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_AntennaPropertiesMessage()
Gets the SetReaderConfig_AntennaPropertiesMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_EventsAndReportsMessage()
Gets the SetReaderConfig_EventsAndReportsMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_ForInventoryMessage()
Gets the SetReaderConfig_ForInventoryMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_GPIPortCurrentStateMessage()
Gets the SetReaderConfig_GPIPortCurrentStateMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_GPOWriteDataMessage()
Gets the SetReaderConfig_GPOWriteDataMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_KeepaliveSpecMessage()
Gets the SetReaderConfig_KeepaliveSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_ReaderEventNotificationSpecMessage()
Gets the SetReaderConfig_ReaderEventNotificationSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfig_ROReportSpecMessage()
Gets the SetReaderConfig_ROReportSpecMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfigMessage()
Gets the SetReaderConfigMessage value. |
static MessageService |
LlrpDeviceMessages.getSetReaderConfigResponseMessage()
Gets the SetReaderConfigResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getStartRospecMessage()
Gets the StartRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getStartRospecResponseMessage()
Gets the StartRospecResponseMessage value. |
static MessageService |
LlrpDeviceMessages.getStopRospecMessage()
Gets the StopRospecMessage value. |
static MessageService |
LlrpDeviceMessages.getStopRospecResponseMessage()
Gets the StopRospecResponseMessage value. |
| 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)
Get message key with the specified message parameter and return the Object result. |
void |
TransportDevice.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
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)
Message received with the specified transport service, timestamp and message parameters. |
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.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 |
TransportDevice.send(ChannelService channel,
MessageService message)
Send with the specified channel and message parameters. |
void |
Container.send(ChannelService channel,
MessageService message)
Send with the specified channel and message parameters. |
void |
QueueDevice.send(ChannelService channel,
MessageService message)
Send with the specified channel and message parameters. |
void |
TransportDevice.send(ChannelService channel,
MessageService message,
ResponseListener responseListener)
Send with the specified channel, message and response listener parameters. |
void |
Container.send(ChannelService channel,
MessageService message,
ResponseListener responseListener)
Send with the specified channel, message and response listener parameters. |
void |
QueueDevice.send(ChannelService channel,
MessageService message,
ResponseListener responseListener)
Send with the specified channel, message and response listener parameters. |
void |
TransportDevice.send(MessageService message)
Perform the send action method. |
void |
Container.send(MessageService message)
Send with the specified message parameter. |
void |
QueueDevice.send(MessageService message)
Perform the send action method. |
void |
TransportDevice.send(MessageService message,
ResponseListener responseListener)
Send with the specified message and response listener parameters. |
void |
Container.send(MessageService message,
ResponseListener responseListener)
Send with the specified message and response listener parameters. |
void |
QueueDevice.send(MessageService message,
ResponseListener responseListener)
Send with the specified message and response listener parameters. |
| 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(ChannelService channel,
MessageService message)
Perform the send action method. |
void |
DeviceService.send(ChannelService channel,
MessageService message,
ResponseListener responseListener)
Send with the specified channel and message parameters. |
void |
DeviceService.send(MessageService message)
Perform the send action method. |
void |
DeviceService.send(MessageService message,
ResponseListener responseListener)
Send the specified message. |
| 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 |
Filters.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 |
SimpleFilter.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 |
InterestMask.isInterested(MessageService message)
|
boolean |
InterestMasks.isInterested(MessageService message)
Is interested with the specified message parameter and return the boolean result. |
| 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 |
AsciiResponseMessage.sentMessage
Define the sent message (MessageService) field. |
protected MessageService |
SimpleResponseMessage.sentMessage
Define the sent message (MessageService) field. |
| Methods in org.eclipse.soda.dk.message that return MessageService | |
|---|---|
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 |
Message.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
ParameterMessage.encodeMessage(MessageService message,
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 |
Message.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method 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[] |
Messages.getMessages()
Gets the messages (MessageService[]) value. |
MessageService |
AsciiResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
ResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
SimpleResponseMessage.getSentMessage()
Gets the sent message (MessageService) value. |
MessageService |
Messages.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
Message.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 |
FilterMessage.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 |
Messages.decodeMessage(MessageService messageService)
Decode message with the specified message service 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 |
TokenMessage.decodeMessage(MessageService message)
Decode message with the specified message parameter and return the Object result. |
java.lang.Object |
ParameterMessage.decodeMessage(MessageService message)
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. |
java.lang.Object |
Message.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 |
ParameterMessage.decodeMessage(MessageService message,
ParameterService parameter)
Perform the decodeValue method and return the Object
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 |
Message.encodeMessage(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
ParameterMessage.encodeMessage(MessageService message,
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 |
Message.encodeMessage(MessageService message,
ParameterService parameter,
java.lang.Object value)
Perform the encodeValue method 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 |
Messages.matches(MessageService message)
Perform the matches method and return the boolean result. |
MessageService |
Message.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 |
FilterMessage.matches(MessageService message)
Perform the matches method and return the boolean result. |
void |
AsciiResponseMessage.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
void |
ResponseMessage.setSentMessage(MessageService sentMessage)
Sets the sent message value. |
void |
SimpleResponseMessage.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)
Encode message with the specified message service and value parameters and return the MessageService result. |
MessageService |
MessageService.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 |
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)
Decode message with the specified message service parameter and return the Object result. |
java.lang.Object |
MessageService.decodeMessage(MessageService messageService,
ParameterService parameter)
Decode message with the specified message service and parameter parameters and return the Object result. |
MessageService |
MessageService.encodeMessage(MessageService messageService,
java.lang.Object value)
Encode message with the specified message service and value parameters and return the MessageService result. |
MessageService |
MessageService.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 |
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 |
OffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
ComplexStreamParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FieldParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
BitOffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FillStreamParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
BaseParameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
StreamParameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
MultiParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
VariableLengthParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
MapParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
ListParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MapParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService
result. |
MessageService |
ListParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
BaseParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
ConstantOffsetParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
SingleParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
TagParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
StreamParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
VariableListParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MultiParameter.encodeValue(MessageService result,
java.lang.Object value,
ParameterCursorService cursor,
int start,
int count)
Encode value with the specified result, value, cursor, start and count parameters and return the MessageService result. |
MessageService |
ListParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor,
int start,
int count)
Encode value with the specified message, value, cursor, start and count parameters and return the MessageService result. |
MessageService |
MultiParameter.encodeValueList(MessageService result,
java.util.List value,
ParameterCursorService cursor)
Encode value list with the specified result, value and cursor parameters and return the MessageService result. |
MessageService |
ListParameter.encodeValueList(MessageService message,
java.util.List list,
ParameterCursorService cursor)
Encode value list with the specified message, list and cursor parameters and return the MessageService result. |
| Methods in org.eclipse.soda.dk.parameter with parameters of type MessageService | |
|---|---|
protected java.lang.Object |
OffsetParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
ComplexStreamParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object
result. |
java.lang.Object |
SimpleParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
Parameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
FieldParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
StreamParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Decode message with the specified message and cursor parameters and return the Object result. |
protected java.lang.Object |
BitOffsetParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
protected java.lang.Object |
FillStreamParameter.decodeMessage(MessageService message,
ParameterCursorService cursor)
Perform the decodeMessage method and return the Object result. |
java.lang.Object |
Parameter.decodeValue(MessageService message)
Decode value with the specified message parameter and return the Object result. |
java.lang.Object |
Parameters.decodeValue(MessageService message)
Decode value with the specified message parameter and return the Object result. |
java.lang.Object |
BaseParameter.decodeValue(MessageService message)
Decode value with the specified message parameter and return the Object result. |
java.lang.Object |
StreamParameter.decodeValue(MessageService message)
Decode value with the specified message parameter and return the Object result. |
java.lang.Object |
SimplerParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
MultiParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
VariableLengthParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
MapParameters.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
ListParameters.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
MapParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Parameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
Parameters.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object
result. |
java.lang.Object |
BaseParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
ConstantOffsetParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
SingleParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
TagParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
StreamParameter.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
VariableListParameters.decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
MultiParameter.decodeValue(MessageService message,
ParameterCursorService cursor,
int start,
int count)
Decode value with the specified message, cursor, start and count parameters and return the Object result. |
java.lang.Object |
ListParameter.decodeValue(MessageService message,
ParameterCursorService cursor,
int start,
int count)
Decode value with the specified message, cursor, start and count parameters 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 |
OffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
ComplexStreamParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
SimpleParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FieldParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
BitOffsetParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
FillStreamParameter.encodeMessage(MessageService message,
java.lang.Object value,
int offset,
ParameterCursorService cursor)
Perform the encodeMessage method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
BaseParameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
StreamParameter.encodeValue(MessageService message,
java.lang.Object value)
Encode value with the specified message and value parameters and return the MessageService result. |
MessageService |
MultiParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
VariableLengthParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
MapParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
ListParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MapParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
Parameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService
result. |
MessageService |
ListParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
BaseParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
ConstantOffsetParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
SingleParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
TagParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
StreamParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
VariableListParameters.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
MessageService |
MultiParameter.encodeValue(MessageService result,
java.lang.Object value,
ParameterCursorService cursor,
int start,
int count)
Encode value with the specified result, value, cursor, start and count parameters and return the MessageService result. |
MessageService |
ListParameter.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor,
int start,
int count)
Encode value with the specified message, value, cursor, start and count parameters and return the MessageService result. |
MessageService |
MultiParameter.encodeValueList(MessageService result,
java.util.List value,
ParameterCursorService cursor)
Encode value list with the specified result, value and cursor parameters and return the MessageService result. |
MessageService |
ListParameter.encodeValueList(MessageService message,
java.util.List list,
ParameterCursorService cursor)
Encode value list with the specified message, list and cursor parameters and return the MessageService result. |
int |
Parameters.getLength(MessageService message,
ParameterCursorService cursor)
Get length with the specified message and cursor parameters and return the int result. |
boolean |
VariableListParameters.more(MessageService message,
ParameterCursorService cursor)
More with the specified message and cursor parameters and return the boolean 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. |
MessageService |
ParameterService.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
| Methods in org.eclipse.soda.dk.parameter.service with parameters of type MessageService | |
|---|---|
boolean |
SegmentService.checkMatches(MessageService message,
ParameterCursorService cursor)
Check matches with the specified message and cursor parameters and return the boolean result. |
java.lang.Object |
ParameterService.decodeValue(MessageService message)
Perform the decodeValue method and return the Object result. |
java.lang.Object |
ParameterService.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
MessageService |
ParameterService.encodeValue(MessageService message,
java.lang.Object value)
Perform the encodeValue method and return the MessageService result. |
MessageService |
ParameterService.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
| Uses of MessageService in org.eclipse.soda.dk.parameter.testcase |
|---|
| Methods in org.eclipse.soda.dk.parameter.testcase that return MessageService | |
|---|---|
MessageService |
CustomParameterTestcase.getCustomMessageMessage()
Gets the custom message message (MessageService) value. |
static MessageService |
CustomParameterTestcase.getGetReaderCapabilitiesResponseMessage()
Gets the get reader capabilities response message (MessageService) value. |
| Uses of MessageService in org.eclipse.soda.dk.segment |
|---|
| Methods in org.eclipse.soda.dk.segment that return MessageService | |
|---|---|
MessageService |
SimpleSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
ChoiceSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
MultiSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
| Methods in org.eclipse.soda.dk.segment with parameters of type MessageService | |
|---|---|
boolean |
SimpleSegment.checkMatches(MessageService message,
ParameterCursorService cursor)
Check matches with the specified container and cursor parameters and return the boolean result. |
java.lang.Object |
SimpleSegment.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
ChoiceSegment.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
java.lang.Object |
MultiSegment.decodeValue(MessageService message,
ParameterCursorService cursor)
Decode value with the specified message and cursor parameters and return the Object result. |
MessageService |
SimpleSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
ChoiceSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
MessageService |
MultiSegment.encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Encode value with the specified message, value and cursor parameters and return the MessageService result. |
void |
SimpleSegment.getDidNotMatch(MessageService message,
byte[] compareBytes,
ParameterCursorService cursor)
Get did not match with the specified message parameter. |
void |
OptionalSegment.getDidNotMatch(MessageService message,
byte[] compareBytes,
ParameterCursorService cursor)
Get did not match with the specified message, compare bytes and cursor parameters. |
| 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 |
TransformSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
MessageSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
DataSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
void |
ParameterSignal.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
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.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 |
ParameterSignal.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 value. |
| 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.service |
|---|
| Methods in org.eclipse.soda.dk.transport.service that return MessageService | |
|---|---|
MessageService |
SendDataService.getMessage()
Gets the message (MessageService) value. |
| Methods in org.eclipse.soda.dk.transport.service with parameters of type MessageService | |
|---|---|
void |
MultiplexMessageListener.messageReceived(TransportService transportService,
java.lang.Object timestamp,
ChannelService channel,
MessageService message)
This API will be called each time the TransportService receives a valid message. |
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(ChannelService channel,
MessageService message)
Send with the specified channel and message parameters. |
void |
TransportService.send(ChannelService channel,
MessageService message,
ResponseListener responseListener)
Send with the specified channel and message parameters. |
void |
TransportService.send(MessageService message)
Send the specified message. |
void |
TransportService.send(MessageService message,
ResponseListener responseListener)
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,
ChannelService channel,
MessageService message)
Message received with the specified transport service, timestamp, channel and message parameters. |
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, time stamp and message parameters. |
|
2009-01-09 1.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||