Uses of Class
com.thecoderscorner.menu.remote.protocol.CorrelationId
-
Packages that use CorrelationId Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands com.thecoderscorner.menu.remote.protocol -
-
Uses of CorrelationId in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote that return CorrelationId Modifier and Type Method Description CorrelationIdRemoteMenuController. sendAbsoluteUpdate(MenuItem item, java.lang.Object newValue)Send an asbolute change for the given itemCorrelationIdRemoteMenuController. sendDeltaUpdate(MenuItem item, int deltaChange)Send a delta change for the given menuitemCorrelationIdRemoteMenuController. sendDialogAction(MenuButtonType buttonType)Send a dialog updateMethods in com.thecoderscorner.menu.remote with parameters of type CorrelationId Modifier and Type Method Description voidRemoteControllerListener. 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 CorrelationId Modifier and Type Method Description CorrelationIdMenuAcknowledgementCommand. getCorrelationId()CorrelationIdMenuChangeCommand. getCorrelationId()CorrelationIdMenuDialogCommand. getCorrelationId()Methods in com.thecoderscorner.menu.remote.commands with parameters of type CorrelationId Modifier and Type Method Description static MenuChangeCommandCommandFactory. newAbsoluteListChangeCommand(CorrelationId correlation, int itemId, java.util.List<java.lang.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, java.lang.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, java.lang.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, java.lang.String header, java.lang.String msg, MenuButtonType b1, MenuButtonType b2, CorrelationId correlationId)Constructors in com.thecoderscorner.menu.remote.commands with parameters of type CorrelationId Constructor Description MenuAcknowledgementCommand(CorrelationId correlationId, AckStatus ackStatus)MenuChangeCommand(CorrelationId correlationId, int itemId, MenuChangeCommand.ChangeType changeType, java.lang.String value)MenuChangeCommand(CorrelationId correlation, int itemId, java.util.List<java.lang.String> values)MenuDialogCommand(DialogMode dialogMode, java.lang.String header, java.lang.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 Modifier and Type Field Description static CorrelationIdCorrelationId. EMPTY_CORRELATION
-