public interface IRemoteCommand<T>
Modifier and Type | Method and Description |
---|---|
IFuture<T> |
execute(IInternalAccess access,
ISecurityInfo secinf)
Execute a command.
|
java.lang.Exception |
isValid(IInternalAccess access)
Checks if the remote command is internally valid.
|
IFuture<T> execute(IInternalAccess access, ISecurityInfo secinf)
access
- The agent that is running the command.secinf
- The established security level to e.g. decide if the command is allowed.java.lang.Exception isValid(IInternalAccess access)
access
- The component access.