|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a Blues advice configuration.
Field Summary | |
static Types |
validAdviceTypes
A specification satisfied by JavaBeans that implement an advice interface. |
Method Summary | |
void |
configure(java.lang.Object adviceInstance,
Directory serviceDirectory)
Configures an instance of the advice type. |
java.lang.Class |
getAdviceType()
Return the type used to implement the advice. |
Pointcut |
getPointcutToAdvise()
Returns the specification used to evaluate join points for this advice. |
Field Detail |
public static final Types validAdviceTypes
Method Detail |
public java.lang.Class getAdviceType()
public Pointcut getPointcutToAdvise()
public void configure(java.lang.Object adviceInstance, Directory serviceDirectory)
adviceInstance
- The instance of the advice type to coinfigure.serviceDirectory
- The directory to look up refrenced services in.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |