|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentInstanceOperation
An operation that requires an instance of a component.
This is a simpler alternative to a ComponentMethodAdvice that avoids
the most common error case: forgetting to invoke Invocation.proceed() (which
can be very difficult to track down!).
TransformMethod.addOperationAfter(ComponentInstanceOperation),
TransformMethod.addOperationBefore(ComponentInstanceOperation)| Method Summary | |
|---|---|
void |
invoke(Component instance)
Deprecated. Called to perform the desired operation on a component instance. |
| Method Detail |
|---|
void invoke(Component instance)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||