|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.bw.poa.model.impl.CommonBaseConfigImpl
com.tibco.bw.poa.model.impl.AdviceConfigImpl
public class AdviceConfigImpl
Field Summary | |
---|---|
protected java.lang.String |
name
|
protected int |
orderInsideAspect
|
protected AspectConfig |
parent
|
protected PointcutConfig |
pointcut
|
protected java.util.ArrayList<PropertyConfig> |
properties
|
protected TargetConfig |
target
|
Fields inherited from class com.tibco.bw.poa.model.impl.CommonBaseConfigImpl |
---|
documentation |
Constructor Summary | |
---|---|
AdviceConfigImpl()
|
Method Summary | |
---|---|
void |
addProperty(PropertyConfig property)
|
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. |
void |
setActivity(TargetConfig target)
|
void |
setName(java.lang.String name)
|
void |
setOrderInsideAspect(int orderInsideAspect)
|
void |
setParent(AspectConfig parent)
|
void |
setPointcut(PointcutConfig pointcut)
|
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 |
---|
protected TargetConfig target
protected java.lang.String name
protected int orderInsideAspect
protected AspectConfig parent
protected PointcutConfig pointcut
protected java.util.ArrayList<PropertyConfig> properties
Constructor Detail |
---|
public AdviceConfigImpl()
Method Detail |
---|
public TargetConfig getTarget()
AdviceConfig
getTarget
in interface AdviceConfig
public void setActivity(TargetConfig target)
public java.lang.String getName()
AdviceConfig
getName
in interface AdviceConfig
public void setName(java.lang.String name)
public int getOrderInsideAspect()
AdviceConfig
getOrderInsideAspect
in interface AdviceConfig
public void setOrderInsideAspect(int orderInsideAspect)
public AspectConfig getParent()
AdviceConfig
getParent
in interface AdviceConfig
public void setParent(AspectConfig parent)
public PointcutConfig getPointcut()
AdviceConfig
getPointcut
in interface AdviceConfig
public void setPointcut(PointcutConfig pointcut)
public java.lang.String getUri()
AdviceConfig
getUri
in interface AdviceConfig
public void addProperty(PropertyConfig property)
public java.util.ArrayList<PropertyConfig> getProperties()
AdviceConfig
getProperties
in interface AdviceConfig
PropertyConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |