|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
mx4j.adaptor.interceptor | |
mx4j.adaptor.rmi | |
mx4j.tools.adaptor.interceptor |
Uses of Interceptor in mx4j.adaptor.interceptor |
Classes in mx4j.adaptor.interceptor that implement Interceptor | |
class |
AdaptorInterceptor
The base adaptor interceptor implementation |
Methods in mx4j.adaptor.interceptor that return Interceptor | |
protected Interceptor |
AdaptorInterceptor.getNext()
|
Methods in mx4j.adaptor.interceptor with parameters of type Interceptor | |
void |
Interceptor.setNext(Interceptor interceptor)
Sets the next interceptor in the chain |
void |
AdaptorInterceptor.setNext(Interceptor interceptor)
|
Uses of Interceptor in mx4j.adaptor.rmi |
Classes in mx4j.adaptor.rmi that implement Interceptor | |
class |
RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor
|
Methods in mx4j.adaptor.rmi with parameters of type Interceptor | |
void |
RMIAdaptor.addInterceptor(Interceptor interceptor)
Adds an interceptor to this RMI adaptor |
Uses of Interceptor in mx4j.tools.adaptor.interceptor |
Classes in mx4j.tools.adaptor.interceptor that implement Interceptor | |
class |
TimingAdaptorInterceptor
This interceptor registers and logs invocation times along the adaptor's interceptor chain |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |