com.tibco.bw.poa.model
Interface AspectConfig

All Superinterfaces:
CommonBaseConfig
All Known Implementing Classes:
AspectConfigImpl

public interface AspectConfig
extends CommonBaseConfig

The Aspect Configuration Model, which is instantiated from a BusinessWorks Aspect file.

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

getName


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

Returns:

getTargetNamespace


java.lang.String getTargetNamespace()
Returns the target namespace of the aspect.

Returns:

getOrder


short getOrder()
Returns the order of the aspect, as specified in the aspect definition file.

Returns:

getPointcuts


java.util.Collection<PointcutConfig> getPointcuts()
Returns all the pointcuts that are defined in the aspect.

Returns:

getAdvices


java.util.Collection<AdviceConfig> getAdvices()
Returns all advices that are defined in the aspect.

Returns:

getUri


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

Returns:


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