Class AbstractInternalRemoteCommand

  • Direct Known Subclasses:
    AbstractResultCommand, RemoteMethodInvocationCommand

    public abstract class AbstractInternalRemoteCommand
    extends java.lang.Object
    Base class for Jadex built-in remote commands. Handles exchange of non-functional properties.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getProperties()
      Get the non-functional properties.
      void setProperties​(java.util.Map<java.lang.String,​java.lang.Object> nonfunc)
      Set the non-functional properties.
      • Methods inherited from class java.lang.Object

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

      • AbstractInternalRemoteCommand

        public AbstractInternalRemoteCommand()
        Create a remote command.
      • AbstractInternalRemoteCommand

        public AbstractInternalRemoteCommand​(java.util.Map<java.lang.String,​java.lang.Object> nonfunc)
        Create a remote command.
    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()
        Get the non-functional properties.
      • setProperties

        public void setProperties​(java.util.Map<java.lang.String,​java.lang.Object> nonfunc)
        Set the non-functional properties.