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

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

Subinterfaces of TargetConfig in com.tibco.bw.poa.model
 interface ActivityConfig
          The configuration of the action that is executed by an advice.
 

Methods in com.tibco.bw.poa.model that return TargetConfig
 TargetConfig AdviceConfig.getTarget()
          Returns the action that is executed on behalf of the advice.
 

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

Classes in com.tibco.bw.poa.model.impl that implement TargetConfig
 class ActivityConfigImpl
           
 

Fields in com.tibco.bw.poa.model.impl declared as TargetConfig
protected  TargetConfig AdviceConfigImpl.target
           
 

Methods in com.tibco.bw.poa.model.impl that return TargetConfig
 TargetConfig AdviceConfigImpl.getTarget()
           
 

Methods in com.tibco.bw.poa.model.impl with parameters of type TargetConfig
 void AdviceConfigImpl.setActivity(TargetConfig target)
           
 



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