|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A contract interface for a method join point, which associates a class finder and method finder together.
| Method Summary | |
void |
define(java.lang.String classExpr,
java.lang.String methodExpr)
A callback method designed for assembly factories to use that defines the method joinpoint after instantiating it dynamically. |
IClassFinder |
getClassFinder()
Retrieves the class finder that ultimately matches a single class |
IMethodFinder |
getMethodFinder()
Retrieves the method finder that ultimately matches a single method |
| Method Detail |
public IClassFinder getClassFinder()
public IMethodFinder getMethodFinder()
public void define(java.lang.String classExpr,
java.lang.String methodExpr)
classExpr - the class finder expressionmethodExpr - the method finder expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||