|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AspectConfig
The Aspect Configuration Model, which is instantiated from a BusinessWorks Aspect file.
AdviceConfig
,
PointcutConfig
Method Summary | |
---|---|
java.util.Collection<AdviceConfig> |
getAdvices()
Returns all advices that are defined in the aspect. |
java.lang.String |
getName()
Returns the name of the aspect. |
short |
getOrder()
Returns the order of the aspect, as specified in the aspect definition file. |
java.util.Collection<PointcutConfig> |
getPointcuts()
Returns all the pointcuts that are defined in the aspect. |
java.lang.String |
getTargetNamespace()
Returns the target namespace of the aspect. |
java.lang.String |
getUri()
Returns a unique identifier of the aspect. |
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig |
---|
getDocumentation |
Method Detail |
---|
java.lang.String getName()
java.lang.String getTargetNamespace()
short getOrder()
java.util.Collection<PointcutConfig> getPointcuts()
java.util.Collection<AdviceConfig> getAdvices()
java.lang.String getUri()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |