|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdviceConfig | |
---|---|
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 AdviceConfig in com.tibco.bw.poa.model |
---|
Methods in com.tibco.bw.poa.model that return types with arguments of type AdviceConfig | |
---|---|
java.util.Collection<AdviceConfig> |
AspectConfig.getAdvices()
Returns all advices that are defined in the aspect. |
Uses of AdviceConfig in com.tibco.bw.poa.model.impl |
---|
Classes in com.tibco.bw.poa.model.impl that implement AdviceConfig | |
---|---|
class |
AdviceConfigImpl
|
Fields in com.tibco.bw.poa.model.impl with type parameters of type AdviceConfig | |
---|---|
protected java.util.ArrayList<AdviceConfig> |
AspectConfigImpl.advices
|
Methods in com.tibco.bw.poa.model.impl that return types with arguments of type AdviceConfig | |
---|---|
java.util.Collection<AdviceConfig> |
AspectConfigImpl.getAdvices()
|
Method parameters in com.tibco.bw.poa.model.impl with type arguments of type AdviceConfig | |
---|---|
void |
AspectConfigImpl.setAdvices(java.util.ArrayList<AdviceConfig> advices)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |