info.informatica.lang
Class InvocationList

java.lang.Object
  extended by info.informatica.lang.InvocationList
Direct Known Subclasses:
Invocator

public class InvocationList
extends Object

Intended to be used as a bridge between configuration files and Reflection

Version:
1.02
Author:
amengual at informatica dot info

Constructor Summary
InvocationList()
           
 
Method Summary
 void addArgument(String arg_class)
           
 Constructor getConstructor(Class cls)
           
 String getMemberName()
           
 Method getMethod(Class cls)
           
 Method getMethod(Class cls, String methodname)
           
 void setMemberName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationList

public InvocationList()
Method Detail

setMemberName

public void setMemberName(String name)

getMemberName

public String getMemberName()

addArgument

public void addArgument(String arg_class)

getConstructor

public Constructor getConstructor(Class cls)
                           throws ClassNotFoundException,
                                  NoSuchMethodException
Throws:
ClassNotFoundException
NoSuchMethodException

getMethod

public Method getMethod(Class cls)
                 throws ClassNotFoundException,
                        NoSuchMethodException
Throws:
ClassNotFoundException
NoSuchMethodException

getMethod

public Method getMethod(Class cls,
                        String methodname)
                 throws ClassNotFoundException,
                        NoSuchMethodException
Throws:
ClassNotFoundException
NoSuchMethodException