org.fourthline.cling.model.action
Class RemoteActionInvocation

java.lang.Object
  extended by org.fourthline.cling.model.action.ActionInvocation
      extended by org.fourthline.cling.model.action.RemoteActionInvocation

public class RemoteActionInvocation
extends ActionInvocation

An action invocation by a remote control point.

Author:
Christian Bauer

Field Summary
protected  RemoteClientInfo remoteClientInfo
           
 
Fields inherited from class org.fourthline.cling.model.action.ActionInvocation
action, clientInfo, failure, input, output
 
Constructor Summary
RemoteActionInvocation(Action action, ActionArgumentValue[] input, ActionArgumentValue[] output, RemoteClientInfo remoteClientInfo)
           
RemoteActionInvocation(ActionException failure, RemoteClientInfo remoteClientInfo)
           
RemoteActionInvocation(Action action, RemoteClientInfo remoteClientInfo)
           
 
Method Summary
 RemoteClientInfo getRemoteClientInfo()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

remoteClientInfo

protected final RemoteClientInfo remoteClientInfo
Constructor Detail

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)
Method Detail

getRemoteClientInfo

public RemoteClientInfo getRemoteClientInfo()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.