|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.util.MethodCache
public class 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 int testMethod(String aString)
aString -
intpublic static void main(String[] args)
args -
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||