|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interceptor object, i.e., a Controller object that intercepts
method calls. An interceptor does some pre and post computations before and
after delegating calls to a "delegate" object.
| Method Summary | |
|---|---|
Object |
clone()
Clones this interceptor object. |
Object |
getFcItfDelegate()
Returns the object to which this interceptor delegates method calls. |
void |
setFcItfDelegate(Object delegate)
Sets the object to which this interceptor delegates method calls. |
| Methods inherited from interface org.objectweb.fractal.julia.Controller |
|---|
initFcController |
| Method Detail |
public Object getFcItfDelegate()
setFcItfDelegatepublic void setFcItfDelegate(Object delegate)
delegate - the object to which this interceptor delegates method
calls.getFcItfDelegatepublic Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||