com.lonniepryor.blues.cfg
Interface PointcutCfg

All Known Implementing Classes:
PointcutCfgImpl

public interface PointcutCfg

Defines the requirements for a Blues pointcut configuration.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 java.lang.String getName()
          Returns the name of this pointcut.
 Pointcut getPointcut()
          Returns the specification used to evaluate join points.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this pointcut.

Returns:
The name of this pointcut.

getPointcut

public Pointcut getPointcut()
Returns the specification used to evaluate join points.

Returns:
The specification used to evaluate join points.


Copyright © 2003 Blues Framework. All Rights Reserved.