|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.pointcut.ThrowsPointcutKey
Key class for the throws pointcut holds the method name A the exception name.
| Constructor Summary | |
ThrowsPointcutKey(java.lang.String methodName,
java.lang.String exceptionName)
Sets the method name A the exception name. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Overrides equals. |
java.lang.String |
getExceptionName()
Returns the excpetion name. |
java.lang.String |
getMethodName()
Returns the method name. |
int |
hashCode()
Overrides hashCode. |
java.lang.String |
toString()
Overrides toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ThrowsPointcutKey(java.lang.String methodName,
java.lang.String exceptionName)
methodName - exceptionName - | Method Detail |
public java.lang.String getMethodName()
public java.lang.String getExceptionName()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
o -
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||