|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.AdviceDefinition
Holds the meta-data for the advices.
Constructor Summary | |
AdviceDefinition(java.lang.String name,
java.lang.String aspectName,
java.lang.String aspectClassName,
Expression expression,
java.lang.reflect.Method method,
int methodIndex,
AspectDefinition aspectDef)
Creates a new advice meta-data instance. |
Method Summary | |
java.lang.String |
getAspectClassName()
Returns the class name. |
java.lang.String |
getAspectName()
Returns the aspect name. |
java.lang.String |
getAttribute()
Returns the attribute. |
java.lang.String |
getDeploymentModel()
Returns the the deployment model for the advice |
Expression |
getExpression()
Returns the expression. |
java.lang.reflect.Method |
getMethod()
Returns the method. |
int |
getMethodIndex()
Returns the method index for the introduction method. |
java.lang.String |
getName()
Returns the name of the advice. |
void |
setAttribute(java.lang.String attribute)
Sets the attribute. |
void |
setName(java.lang.String name)
Sets the name of the advice. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdviceDefinition(java.lang.String name, java.lang.String aspectName, java.lang.String aspectClassName, Expression expression, java.lang.reflect.Method method, int methodIndex, AspectDefinition aspectDef)
name
- the name of the expressionaspectName
- the name of the aspectaspectClassName
- the class name of the aspectexpression
- the expressionmethod
- the methodmethodIndex
- the method indexMethod Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic Expression getExpression()
public java.lang.String getAspectClassName()
public java.lang.String getAspectName()
public java.lang.reflect.Method getMethod()
public int getMethodIndex()
public java.lang.String getDeploymentModel()
public java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |