Module ojalgo

Class ExternalProcessExecutor.ProcessRequest

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ExternalProcessExecutor

    static final class ExternalProcessExecutor.ProcessRequest
    extends java.lang.Object
    implements java.io.Serializable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object invoke()  
      • Methods inherited from class java.lang.Object

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

      • ProcessRequest

        ProcessRequest​(MethodDescriptor method,
                       java.lang.Object... args)
    • Method Detail

      • invoke

        java.lang.Object invoke()
                         throws java.lang.IllegalAccessException,
                                java.lang.IllegalArgumentException,
                                java.lang.reflect.InvocationTargetException,
                                java.lang.ClassNotFoundException,
                                java.lang.NoSuchMethodException,
                                java.lang.SecurityException
        Throws:
        java.lang.IllegalAccessException
        java.lang.IllegalArgumentException
        java.lang.reflect.InvocationTargetException
        java.lang.ClassNotFoundException
        java.lang.NoSuchMethodException
        java.lang.SecurityException