Class RemotePullCommand<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      RemotePullCommand()
      Create the command.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(IInternalAccess access, jadex.commons.future.IFuture<java.util.Collection<T>> future, ISecurityInfo secinf)
      Execute a command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemotePullCommand

        public RemotePullCommand()
        Create the command.
    • Method Detail

      • execute

        public void execute​(IInternalAccess access,
                            jadex.commons.future.IFuture<java.util.Collection<T>> future,
                            ISecurityInfo secinf)
        Execute a command.
        Specified by:
        execute in interface IRemoteConversationCommand<T>
        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.