|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdviceConfig
The advice configuration.
PointcutConfig
,
TargetConfig
,
PropertyConfig
,
AspectConfig
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the advice. |
int |
getOrderInsideAspect()
Returns the order of the advice inside the aspect that defines it. |
AspectConfig |
getParent()
Returns the parent aspect that defines the advice. |
PointcutConfig |
getPointcut()
Returns the pointcut of the advice. |
java.util.ArrayList<PropertyConfig> |
getProperties()
The advice configuration properties. |
TargetConfig |
getTarget()
Returns the action that is executed on behalf of the advice. |
java.lang.String |
getUri()
Returns a unique identifier of the advice. |
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig |
---|
getDocumentation |
Method Detail |
---|
java.lang.String getName()
PointcutConfig getPointcut()
TargetConfig getTarget()
int getOrderInsideAspect()
java.lang.String getUri()
AspectConfig getParent()
java.util.ArrayList<PropertyConfig> getProperties()
PropertyConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |