|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.util.MethodCache
| 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 |
protected LinkedList cache
| Constructor Detail |
protected MethodCache()
| Method Detail |
public static MethodCache getInstance()
MethodCache
public Method getMethod(Class c,
String aName,
Class[] theParams)
c - aName - theParams -
Methodpublic static void main(String[] args)
args - public int testMethod(String aString)
aString -
int
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||