|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of this interface are used to expose additional capabilities
onto a carbon component by being represented in the component facade. The
classes that are exposed are defined through the
getExposedInterfaces
method. Those classes are then recognized
by the component facade to be implemented by the decorator object that
declared them. All calls to those interfaces are targeted for execution
by that decorator.
Method Summary | |
Class[] |
getExposedInterfaces()
This should return the list of interfaces that a decorator wishes to expose through the component proxy. |
void |
setComponentReference(Component component)
Called after creation to pass a reference to the component to each of its decorators. |
Method Detail |
public Class[] getExposedInterfaces()
public void setComponentReference(Component component)
component
- a reference to the component that this interceptor is
assisting
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |