|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InterceptorController
Interface for managing the interceptors associated with the client and server interfaces of a component.
| Field Summary | |
|---|---|
static String |
NAME
|
static InterfaceType |
TYPE
|
| Method Summary | |
|---|---|
void |
addFcInterceptor(ComponentInterface itf,
Interceptor interceptor)
Appends the specified interceptor at the end of the list of already existing interceptors for the specified Fractal interface. |
Interceptor[] |
getFcInterceptors(ComponentInterface itf)
Returns the array of interceptors associated to the specified Fractal interface. |
boolean |
removeFcInterceptor(ComponentInterface itf,
Interceptor interceptor)
Removes the specified interceptor from the list of already existing interceptors for the specified Fractal interface. |
| Field Detail |
|---|
static final String NAME
static final InterfaceType TYPE
| Method Detail |
|---|
void addFcInterceptor(ComponentInterface itf,
Interceptor interceptor)
itf - the Fractal interfaceinterceptor - the interceptorInterceptor[] getFcInterceptors(ComponentInterface itf)
itf - the Fractal interface
boolean removeFcInterceptor(ComponentInterface itf,
Interceptor interceptor)
itf - the Fractal interfaceinterceptor - the interceptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||