com.tibco.bw.poa.model
Interface PointcutConfig

All Superinterfaces:
CommonBaseConfig
All Known Implementing Classes:
PointcutConfigImpl

public interface PointcutConfig
extends CommonBaseConfig

The pointcut configuration data.

Since:
1.0
See Also:
QueryConfig, AspectConfig

Method Summary
 java.lang.String getName()
          The name of the pointcut.
 AspectConfig getParent()
          The parent aspect that defines the pointcut.
 QueryConfig getQuery()
          The query of the pointcut.
 
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig
getDocumentation
 

Method Detail

getName

java.lang.String getName()
The name of the pointcut.

Returns:

getQuery

QueryConfig getQuery()
The query of the pointcut.

Returns:
See Also:
QueryConfig

getParent

AspectConfig getParent()
The parent aspect that defines the pointcut.

Returns:
See Also:
AspectConfig


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved