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

Packages that use AspectConfig
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 AspectConfig in com.tibco.bw.poa.model
 

Methods in com.tibco.bw.poa.model that return AspectConfig
 AspectConfig PointcutConfig.getParent()
          The parent aspect that defines the pointcut.
 AspectConfig AdviceConfig.getParent()
          Returns the parent aspect that defines the advice.
 

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

Classes in com.tibco.bw.poa.model.impl that implement AspectConfig
 class AspectConfigImpl
           
 

Fields in com.tibco.bw.poa.model.impl declared as AspectConfig
protected  AspectConfig PointcutConfigImpl.parent
           
protected  AspectConfig AdviceConfigImpl.parent
           
 

Methods in com.tibco.bw.poa.model.impl that return AspectConfig
 AspectConfig PointcutConfigImpl.getParent()
           
 AspectConfig AdviceConfigImpl.getParent()
           
 

Methods in com.tibco.bw.poa.model.impl with parameters of type AspectConfig
 void PointcutConfigImpl.setParent(AspectConfig parent)
           
 void AdviceConfigImpl.setParent(AspectConfig parent)
           
 



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