com.tibco.bw.poa.model
Interface AdviceConfig

All Superinterfaces:
CommonBaseConfig
All Known Implementing Classes:
AdviceConfigImpl

public interface AdviceConfig
extends CommonBaseConfig

The advice configuration.

Since:
1.0
See Also:
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

getName

java.lang.String getName()
Returns the name of the advice.

Returns:

getPointcut

PointcutConfig getPointcut()
Returns the pointcut of the advice.

Returns:

getTarget

TargetConfig getTarget()
Returns the action that is executed on behalf of the advice.

Returns:

getOrderInsideAspect

int getOrderInsideAspect()
Returns the order of the advice inside the aspect that defines it.

Returns:

getUri

java.lang.String getUri()
Returns a unique identifier of the advice.

Returns:

getParent

AspectConfig getParent()
Returns the parent aspect that defines the advice.

Returns:

getProperties

java.util.ArrayList<PropertyConfig> getProperties()
The advice configuration properties.

Returns:
See Also:
PropertyConfig


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