Class Invocation

    • Constructor Detail

      • Invocation

        public Invocation​(String methodName)
      • Invocation

        public Invocation​(String methodName,
                          Object... params)
    • Method Detail

      • getMethodName

        public String getMethodName()
      • getParams

        public Object[] getParams()
      • setMethodName

        public void setMethodName​(String mn)
      • setParams

        public void setParams​(Object[] ps)