|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| InterceptionInjector | An InterceptionInjector wraps objects to support method interception. |
| MethodInterceptorStack | The MethodInterceptorStack determines which MethodInterceptor implementations should be injected into each object. |
| WrappedMethodInvocation | Extends the AOP Alliance's
MethodInvocation interface with the concept of a method implementation. |
| Class Summary | |
|---|---|
| InterceptorStack | A utilty class for creating a MethodInterceptorStack. |
| ProxyInjector | An implementation of InterceptionInjector that uses Java dynamic proxies (Proxy). |
To use Tie in your application, you should first implement a series of method interceptors using the
AOP Alliance MethodInterceptor interface.
The interceptors must be joined together into an implementation of
MethodInterceptorStack
- see the InterceptorStack utility class for methods
to perform that step. Then an implementation of
InterceptionInjector
(typically a ProxyInjector)
can generate an object to perform dynamic method interception over a designated object.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||