|
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.CacheMethod
@Deprecated public class CacheMethod
Abstracts a key for caching Java method objects
| Constructor Summary | |
|---|---|
CacheMethod(Class clazz,
String methodName,
Class[] paramTypes,
Method method)
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
protected boolean |
checkParams(Class[] someParams)
Deprecated See BEA Commerce product offering |
boolean |
equals(Object anObject)
Deprecated See BEA Commerce product offering |
String |
getKey()
Deprecated See BEA Commerce product offering |
Method |
getMethod()
Deprecated See BEA Commerce product offering |
void |
setMethod(Method method)
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheMethod(Class clazz,
String methodName,
Class[] paramTypes,
Method method)
clazz - Class that the method is specified inmethodName - String method nameparams - Array of parameter typesmethon - Method| Method Detail |
|---|
public String getKey()
public String toString()
toString in class Objectpublic Method getMethod()
public void setMethod(Method method)
public boolean equals(Object anObject)
equals in class ObjectanObject -
booleanprotected boolean checkParams(Class[] someParams)
someParams -
boolean
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||