public class RemoteFutureSourceCommand extends RemoteResultCommand
callid, exception, isref, methodname, result, sendernonfunc, receiver| Constructor and Description |
|---|
RemoteFutureSourceCommand()
Create a new remote intermediate result command.
|
RemoteFutureSourceCommand(jadex.bridge.IComponentIdentifier realreceiver,
java.lang.Object cmd,
java.lang.String callid,
boolean isref,
java.lang.String methodname,
java.util.Map<java.lang.String,java.lang.Object> nonfunc)
Create a new remote intermediate result command.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IIntermediateFuture |
execute(jadex.bridge.IExternalAccess component,
RemoteServiceManagementService rsms)
Execute the command.
|
java.lang.String |
toString()
Get as string.
|
getCallId, getException, getMethodName, getResult, getSecurityLevel, getSender, preprocessCommand, setCallId, setException, setMethodName, setResult, setSendergetNonFunctionalProperties, getNonFunctionalProperty, getOrigin, getRealReceiver, getReceiver, postprocessCommand, setNonFunctionalPropertiesgetAuthenticationData, getDigestContent, getTimestamp, getValidityDuration, setAuthenticationData, setDigestContent, setTimestamp, setValidityDurationpublic RemoteFutureSourceCommand()
public RemoteFutureSourceCommand(jadex.bridge.IComponentIdentifier realreceiver,
java.lang.Object cmd,
java.lang.String callid,
boolean isref,
java.lang.String methodname,
java.util.Map<java.lang.String,java.lang.Object> nonfunc)
public jadex.commons.future.IIntermediateFuture execute(jadex.bridge.IExternalAccess component,
RemoteServiceManagementService rsms)
execute in interface IRemoteCommandexecute in class RemoteResultCommandlrms - The local remote management service.public java.lang.String toString()
toString in class RemoteResultCommand