|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.sys.Context | +--com.lonniepryor.blues.sys.Module
Models the abstract view of a Blues module.
Method Summary | |
boolean |
callPointcut(java.lang.String name,
JoinPoint toEvaluate)
Evaluates the named pointcut in this aspect on the supplied joinpoint. |
java.lang.Object |
lookupService(java.lang.String relativeServiceName)
Finds the service with the supplied name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object lookupService(java.lang.String relativeServiceName)
Directory
lookupService
in interface Directory
relativeServiceName
- The name of the service relative to the
configuration element accessing it.
public boolean callPointcut(java.lang.String name, JoinPoint toEvaluate)
Aspect
callPointcut
in interface Aspect
name
- The name of the pointcut to call.toEvaluate
- The join point to evaluate.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |