- Invocable - Interface in org.onemind.commons.invoke
-
An interface for a object provide information about
functions that can be invoked on itself (through a key)
and API for invoke the method on on itself
- InvocableFunction - Interface in org.onemind.commons.invoke
-
Represents a function that can be invoked
- InvocationException - Exception in org.onemind.commons.invoke
-
An exception due to invocation
- InvocationException() - Constructor for exception org.onemind.commons.invoke.InvocationException
- InvocationException(String) - Constructor for exception org.onemind.commons.invoke.InvocationException
- InvocationException(Throwable) - Constructor for exception org.onemind.commons.invoke.InvocationException
- InvocationException(String, Throwable) - Constructor for exception org.onemind.commons.invoke.InvocationException
- invoke(String, Object[]) - Method in class org.onemind.commons.invoke.AbstractInvocable
-
invoke the function with the arguments provided
- invoke(String, Object[]) - Method in interface org.onemind.commons.invoke.Invocable
-
invoke the function with the arguments provided
- invoke(Object, Object[]) - Method in interface org.onemind.commons.invoke.InvocableFunction
-
Invoke the function on the target object with argument args
- invoke(String, Object[]) - Method in class org.onemind.commons.invoke.ReflectionWrapperInvocable
-
invoke the function with the arguments provided