|
Copyright © 2000, 2009, Oracle and/or its affiliates. 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 Cache method. |
|
| Method Summary | |
|---|---|
protected boolean |
checkParams(Class[] someParams)
Deprecated Check params. |
boolean |
equals(Object anObject)
Deprecated Equals. |
String |
getKey()
Deprecated Returns a key |
Method |
getMethod()
Deprecated Returns the method |
void |
setMethod(Method method)
Deprecated Sets the method |
String |
toString()
Deprecated |
| 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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||