© 2005 BEA Systems, Inc.

com.beasys.commerce.util
Class MethodCache

java.lang.Object
  extended bycom.beasys.commerce.util.MethodCache

public class MethodCache
extends Object


Field Summary
protected  LinkedList cache
           
 
Constructor Summary
protected MethodCache()
          Default constructor.
 
Method Summary
static MethodCache getInstance()
          Get instance.
 Method getMethod(Class c, String aName, Class[] theParams)
          Get method.
static void main(String[] args)
          Main - test program.
 int testMethod(String aString)
          Test method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected LinkedList cache
Constructor Detail

MethodCache

protected MethodCache()
Default constructor.

Method Detail

getInstance

public static MethodCache getInstance()
Get instance.

Returns:
MethodCache

getMethod

public Method getMethod(Class c,
                        String aName,
                        Class[] theParams)
Get method.

Parameters:
c -
aName -
theParams -
Returns:
Method

main

public static void main(String[] args)
Main - test program.

Parameters:
args -

testMethod

public int testMethod(String aString)
Test method.

Parameters:
aString -
Returns:
int

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved