com.tibco.bw.poa.model.impl
Class AspectConfigImpl

java.lang.Object
  extended by com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
      extended by com.tibco.bw.poa.model.impl.AspectConfigImpl
All Implemented Interfaces:
AspectConfig, CommonBaseConfig

public class AspectConfigImpl
extends CommonBaseConfigImpl
implements AspectConfig


Field Summary
protected  java.util.ArrayList<AdviceConfig> advices
           
protected  java.lang.String name
           
protected  short order
           
protected  java.util.ArrayList<PointcutConfig> pointcuts
           
protected  java.lang.String targetNamespace
           
protected  java.lang.String uri
           
 
Fields inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
documentation
 
Constructor Summary
AspectConfigImpl()
           
 
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.
 void setAdvices(java.util.ArrayList<AdviceConfig> advices)
           
 void setName(java.lang.String name)
           
 void setOrder(short order)
           
 void setPointcuts(java.util.ArrayList<PointcutConfig> pointcuts)
           
 void setTargetNamespace(java.lang.String targetNamespace)
           
 void setUri(java.lang.String uri)
           
 
Methods inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tibco.bw.poa.model.CommonBaseConfig
getDocumentation
 

Field Detail

advices

protected java.util.ArrayList<AdviceConfig> advices

name

protected java.lang.String name

targetNamespace

protected java.lang.String targetNamespace

order

protected short order

pointcuts

protected java.util.ArrayList<PointcutConfig> pointcuts

uri

protected java.lang.String uri
Constructor Detail

AspectConfigImpl

public AspectConfigImpl()
Method Detail

getAdvices

public java.util.Collection<AdviceConfig> getAdvices()
Description copied from interface: AspectConfig
Returns all advices that are defined in the aspect.

Specified by:
getAdvices in interface AspectConfig
Returns:

setAdvices

public void setAdvices(java.util.ArrayList<AdviceConfig> advices)

getName

public java.lang.String getName()
Description copied from interface: AspectConfig
Returns the name of the aspect.

Specified by:
getName in interface AspectConfig
Returns:

setName

public void setName(java.lang.String name)

getTargetNamespace

public java.lang.String getTargetNamespace()
Description copied from interface: AspectConfig
Returns the target namespace of the aspect.

Specified by:
getTargetNamespace in interface AspectConfig
Returns:

setTargetNamespace

public void setTargetNamespace(java.lang.String targetNamespace)

getOrder

public short getOrder()
Description copied from interface: AspectConfig
Returns the order of the aspect, as specified in the aspect definition file.

Specified by:
getOrder in interface AspectConfig
Returns:

setOrder

public void setOrder(short order)

getPointcuts

public java.util.Collection<PointcutConfig> getPointcuts()
Description copied from interface: AspectConfig
Returns all the pointcuts that are defined in the aspect.

Specified by:
getPointcuts in interface AspectConfig
Returns:

setPointcuts

public void setPointcuts(java.util.ArrayList<PointcutConfig> pointcuts)

getUri

public java.lang.String getUri()
Description copied from interface: AspectConfig
Returns a unique identifier of the aspect.

Specified by:
getUri in interface AspectConfig
Returns:

setUri

public void setUri(java.lang.String uri)


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