public class RemoteFutureSourceCommand extends RemoteResultCommand
callid, exception, isref, methodname, result, sender
nonfunc, 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, setSender
getNonFunctionalProperties, getNonFunctionalProperty, getOrigin, getRealReceiver, getReceiver, postprocessCommand, setNonFunctionalProperties
getAuthenticationData, getDigestContent, getTimestamp, getValidityDuration, setAuthenticationData, setDigestContent, setTimestamp, setValidityDuration
public 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 IRemoteCommand
execute
in class RemoteResultCommand
lrms
- The local remote management service.public java.lang.String toString()
toString
in class RemoteResultCommand