|
Copyright © 2008 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
@Deprecated public class MethodCache
| Field Summary | |
|---|---|
protected LinkedList |
cache
Deprecated See BEA Commerce product offering |
| Constructor Summary | |
|---|---|
protected |
MethodCache()
Deprecated See BEA Commerce product offering |
| Method Summary | |
|---|---|
static MethodCache |
getInstance()
Deprecated See BEA Commerce product offering |
Method |
getMethod(Class c,
String aName,
Class[] theParams)
Deprecated See BEA Commerce product offering |
static void |
main(String[] args)
Deprecated See BEA Commerce product offering |
int |
testMethod(String aString)
Deprecated See BEA Commerce product offering |
| 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 © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||