Uses of Interface
com.tibco.bw.poa.model.PointcutConfig

Packages that use PointcutConfig
com.tibco.bw.poa.model The Aspect Configuration Model API 
com.tibco.bw.poa.model.impl The implementation classes of the Aspect Configuration Model API 
 

Uses of PointcutConfig in com.tibco.bw.poa.model
 

Methods in com.tibco.bw.poa.model that return PointcutConfig
 PointcutConfig AdviceConfig.getPointcut()
          Returns the pointcut of the advice.
 

Methods in com.tibco.bw.poa.model that return types with arguments of type PointcutConfig
 java.util.Collection<PointcutConfig> AspectConfig.getPointcuts()
          Returns all the pointcuts that are defined in the aspect.
 

Uses of PointcutConfig in com.tibco.bw.poa.model.impl
 

Classes in com.tibco.bw.poa.model.impl that implement PointcutConfig
 class PointcutConfigImpl
           
 

Fields in com.tibco.bw.poa.model.impl declared as PointcutConfig
protected  PointcutConfig AdviceConfigImpl.pointcut
           
 

Fields in com.tibco.bw.poa.model.impl with type parameters of type PointcutConfig
protected  java.util.ArrayList<PointcutConfig> AspectConfigImpl.pointcuts
           
 

Methods in com.tibco.bw.poa.model.impl that return PointcutConfig
 PointcutConfig AdviceConfigImpl.getPointcut()
           
 

Methods in com.tibco.bw.poa.model.impl that return types with arguments of type PointcutConfig
 java.util.Collection<PointcutConfig> AspectConfigImpl.getPointcuts()
           
 

Methods in com.tibco.bw.poa.model.impl with parameters of type PointcutConfig
 void AdviceConfigImpl.setPointcut(PointcutConfig pointcut)
           
 

Method parameters in com.tibco.bw.poa.model.impl with type arguments of type PointcutConfig
 void AspectConfigImpl.setPointcuts(java.util.ArrayList<PointcutConfig> pointcuts)
           
 



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