org.fourthline.cling.model.action
Class RemoteActionInvocation
java.lang.Object
org.fourthline.cling.model.action.ActionInvocation
org.fourthline.cling.model.action.RemoteActionInvocation
public class RemoteActionInvocation
- extends ActionInvocation
An action invocation by a remote control point.
- Author:
- Christian Bauer
Methods inherited from class org.fourthline.cling.model.action.ActionInvocation |
getAction, getClientInfo, getFailure, getInput, getInput, getInput, getInputArgument, getInputMap, getOutput, getOutput, getOutput, getOutputArgument, getOutputMap, setFailure, setInput, setInput, setInput, setOutput, setOutput, setOutput, toString |
remoteClientInfo
protected final RemoteClientInfo remoteClientInfo
RemoteActionInvocation
public RemoteActionInvocation(Action action,
ActionArgumentValue[] input,
ActionArgumentValue[] output,
RemoteClientInfo remoteClientInfo)
RemoteActionInvocation
public RemoteActionInvocation(Action action,
RemoteClientInfo remoteClientInfo)
RemoteActionInvocation
public RemoteActionInvocation(ActionException failure,
RemoteClientInfo remoteClientInfo)
getRemoteClientInfo
public RemoteClientInfo getRemoteClientInfo()
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.