public interface IDeviceCommandExecution
extends java.io.Serializable
IDeviceCommand
combined with an
IDeviceCommandInvocation
to represent the actual call made to the
target.Modifier and Type | Method and Description |
---|---|
IDeviceCommand |
getCommand()
Get the command being executed.
|
IDeviceCommandInvocation |
getInvocation()
Get the invocation details.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Get parameters populated with data from the invocation.
|
IDeviceCommand getCommand()
IDeviceCommandInvocation getInvocation()
java.util.Map<java.lang.String,java.lang.Object> getParameters()