|
© 2005 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.CacheMethod
Abstracts a key for caching Java method objects
| Constructor Summary | |
CacheMethod(Class clazz,
String methodName,
Class[] paramTypes,
Method method)
Cache method. |
|
| Method Summary | |
protected boolean |
checkParams(Class[] someParams)
Check params. |
boolean |
equals(Object anObject)
Equals. |
String |
getKey()
Returns a key |
Method |
getMethod()
Returns the method |
void |
setMethod(Method method)
Sets the method |
String |
toString()
|
| 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)
| Method Detail |
protected boolean checkParams(Class[] someParams)
someParams -
booleanpublic boolean equals(Object anObject)
anObject -
booleanpublic String getKey()
public Method getMethod()
public void setMethod(Method method)
public String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||