Uses of Class
com.thecoderscorner.menu.remote.protocol.CorrelationId
Packages that use CorrelationId
Package
Description
-
Uses of CorrelationId in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return CorrelationIdModifier and TypeMethodDescriptionRemoteMenuController.sendAbsoluteUpdate(MenuItem item, Object newValue)Send an asbolute change for the given itemRemoteMenuController.sendDeltaUpdate(MenuItem item, int deltaChange)Send a delta change for the given menuitemRemoteMenuController.sendDialogAction(MenuButtonType buttonType)Send a dialog updateMethods in com.thecoderscorner.menu.remote with parameters of type CorrelationIdModifier and TypeMethodDescriptionvoidRemoteControllerListener.ackReceived(CorrelationId key, MenuItem item, AckStatus status)Indicates that an acknowledgment has been received from the embedded device. -
Uses of CorrelationId in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return CorrelationIdModifier and TypeMethodDescriptionMenuAcknowledgementCommand.getCorrelationId()MenuChangeCommand.getCorrelationId()MenuDialogCommand.getCorrelationId()Methods in com.thecoderscorner.menu.remote.commands with parameters of type CorrelationIdModifier and TypeMethodDescriptionstatic MenuChangeCommandCommandFactory.newAbsoluteListChangeCommand(CorrelationId correlation, int itemId, List<String> values)Creates a new absolute change command given the menu item ID and the absolute change in value.static MenuChangeCommandCommandFactory.newAbsoluteMenuChangeCommand(CorrelationId correlation, int itemId, Object value)Creates a new absolute change command given the menu item ID and the absolute change in value.static MenuChangeCommandCommandFactory.newAbsoluteMenuChangeCommand(CorrelationId correlation, MenuItem item, Object value)Creates a new absolute change command given the menu item and the absolute change in value.static MenuAcknowledgementCommandCommandFactory.newAcknowledgementCommand(CorrelationId correlationId, AckStatus status)create an acknowledgement message for a given correlation and statusstatic MenuChangeCommandCommandFactory.newDeltaChangeCommand(CorrelationId correlation, int itemId, int value)Creates a new delta change command given the menu item ID and the delta change in value.static MenuChangeCommandCommandFactory.newDeltaChangeCommand(CorrelationId correlation, MenuItem item, int value)Creates a new delta change command given the menu item and the delta change in value.static MenuDialogCommandCommandFactory.newDialogCommand(DialogMode mode, String header, String msg, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)Constructors in com.thecoderscorner.menu.remote.commands with parameters of type CorrelationIdModifierConstructorDescriptionMenuAcknowledgementCommand(CorrelationId correlationId, AckStatus ackStatus)MenuChangeCommand(CorrelationId correlationId, int itemId, MenuChangeCommand.ChangeType changeType, String value)MenuChangeCommand(CorrelationId correlation, int itemId, List<String> values)MenuDialogCommand(DialogMode dialogMode, String header, String buffer, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId) -
Uses of CorrelationId in com.thecoderscorner.menu.remote.protocol
Fields in com.thecoderscorner.menu.remote.protocol declared as CorrelationId