A C G I O R T

A

AbstractInvocable - class org.onemind.commons.invoke.AbstractInvocable.
An invocable that contain a list of invocable functions to be invoke upon.
AbstractInvocable() - Constructor for class org.onemind.commons.invoke.AbstractInvocable
 
AbstractInvocableFunction - class org.onemind.commons.invoke.AbstractInvocableFunction.
An abstract implementation of InvocableFunction
AbstractInvocableFunction(String) - Constructor for class org.onemind.commons.invoke.AbstractInvocableFunction
Constructor
AbstractInvocableFunction(String, Class[]) - Constructor for class org.onemind.commons.invoke.AbstractInvocableFunction
Constructor
addFunction(InvocableFunction) - Method in class org.onemind.commons.invoke.AbstractInvocable
Add an function

C

canInvoke(String, Object[]) - Method in class org.onemind.commons.invoke.AbstractInvocable
whether the function can be invoke with the arguments
canInvoke(String, Object[]) - Method in interface org.onemind.commons.invoke.Invocable
whether the function can be invoke with the arguments
canInvoke(String, Object[]) - Method in class org.onemind.commons.invoke.ReflectionWrapperInvocable
whether the function can be invoke with the arguments
canInvokeOn(Class[]) - Method in class org.onemind.commons.invoke.AbstractInvocableFunction
Whether this method can be invoke on the given arguments
canInvokeOn(Class[]) - Method in interface org.onemind.commons.invoke.InvocableFunction
Whether this method can be invoke on the given arguments

G

getArgTypes() - Method in class org.onemind.commons.invoke.AbstractInvocableFunction
Return the argTypes
getArgTypes() - Method in interface org.onemind.commons.invoke.InvocableFunction
Get the argument types
getFunction(String, Object[]) - Method in class org.onemind.commons.invoke.AbstractInvocable
Get the function
getFunction(String, Class[]) - Method in class org.onemind.commons.invoke.AbstractInvocable
{@inheritDoc}
getFunction(String, Object[]) - Method in interface org.onemind.commons.invoke.Invocable
Get the function
getFunction(String, Object[]) - Method in class org.onemind.commons.invoke.ReflectionWrapperInvocable
Get the function
getFunctions() - Method in class org.onemind.commons.invoke.AbstractInvocable
Get all the functions
getName() - Method in class org.onemind.commons.invoke.AbstractInvocableFunction
Return the name
getName() - Method in interface org.onemind.commons.invoke.InvocableFunction
Get the name

I

Invocable - interface org.onemind.commons.invoke.Invocable.
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 org.onemind.commons.invoke.InvocableFunction.
Represents a function that can be invoked
InvocationException - exception org.onemind.commons.invoke.InvocationException.
An exception due to invocation
InvocationException() - Constructor for class org.onemind.commons.invoke.InvocationException
{@inheritDoc}
InvocationException(String) - Constructor for class org.onemind.commons.invoke.InvocationException
{@inheritDoc}
InvocationException(Throwable) - Constructor for class org.onemind.commons.invoke.InvocationException
{@inheritDoc}
InvocationException(String, Throwable) - Constructor for class org.onemind.commons.invoke.InvocationException
{@inheritDoc}
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

O

org.onemind.commons.invoke - package org.onemind.commons.invoke
 

R

ReflectionWrapperInvocable - class org.onemind.commons.invoke.ReflectionWrapperInvocable.
An wrapper invocable that will use reflection to optionally use reflection for invocation if possible
ReflectionWrapperInvocable(Object) - Constructor for class org.onemind.commons.invoke.ReflectionWrapperInvocable
Constructor
ReflectionWrapperInvocable(Object, boolean) - Constructor for class org.onemind.commons.invoke.ReflectionWrapperInvocable
Constructor

T

toString() - Method in class org.onemind.commons.invoke.AbstractInvocableFunction

A C G I O R T

Copyright © 2004-2005 . All Rights Reserved.