Class RemoteForwardCmdCommand

    • Field Detail

      • command

        protected java.lang.Object command
        The Command.
    • Constructor Detail

      • RemoteForwardCmdCommand

        public RemoteForwardCmdCommand()
        Create the command.
      • RemoteForwardCmdCommand

        public RemoteForwardCmdCommand​(java.lang.Object command)
        Create the command.
    • Method Detail

      • doExecute

        public void doExecute​(IInternalAccess access,
                              jadex.commons.future.IFuture<?> future,
                              ISecurityInfo secinf)
        Execute a command.
        Specified by:
        doExecute in class AbstractResultCommand
        Parameters:
        access - The agent to run the command on.
        future - Future of the active conversation.
        secinf - The established security level to decide if the command is allowed.
      • getCommand

        public java.lang.Object getCommand()
        Get the command.
        Returns:
        the command.
      • setCommand

        public void setCommand​(java.lang.Object command)
        Set the command.
        Parameters:
        command - The result to set.