com.lonniepryor.blues.aop
Interface Around.InvoctionChain
- Enclosing interface:
- Around
- public static interface Around.InvoctionChain
Passed to around() to represent the next element in the chain used to invoke a
join point.
- Version:
- $Revision: 1.1 $
- Author:
- Lonnie Pryor
Method Summary |
java.lang.Object |
invokeNext()
Passes control to the next element in the invocation chain. |
invokeNext
public java.lang.Object invokeNext()
throws java.lang.Throwable
- Passes control to the next element in the invocation chain.
- Returns:
- The value returned by the next element in the invocation chain.
- Throws:
java.lang.Throwable
- if the next element in the invocation chain fails.
Copyright © 2003 Blues Framework. All Rights Reserved.