Interface IInternalRemoteExecutionFeature

  • All Known Implementing Classes:
    RemoteExecutionComponentFeature

    public interface IInternalRemoteExecutionFeature
    Feature for securely sending and handling remote execution commands. Internal methods, e.g., for platform-specific commands.
    • Method Detail

      • executeRemoteMethod

        <T> jadex.commons.future.IFuture<T> executeRemoteMethod​(RemoteReference ref,
                                                                java.lang.reflect.Method method,
                                                                java.lang.Object[] args)
        Invoke a method on a remote object.
        Parameters:
        ref - The target reference.
        method - The method to be executed.
        args - The arguments.
        Returns:
        The result(s) of the method invocation, if any. Connects any futures involved.