|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.introduction.HasMetaDataImpl
Mixin that is applied to all Introductions. Enables the retrieval of meta-data for the Introduction.
Field Summary |
Fields inherited from interface org.codehaus.aspectwerkz.introduction.HasMetaData |
DEPLOYMENT_MODEL, IMPLEMENTATION_CLASS, INTERFACE_CLASS, NAME |
Constructor Summary | |
HasMetaDataImpl()
|
Method Summary | |
int |
___AW_getDeploymentModel()
Returns the deployment model for the introduction/advice that this mixin is applied to. |
java.lang.Class |
___AW_getTargetClass()
Returns the target class for the introduction that this mixin is applied to. |
java.lang.Object |
___AW_getTargetObject()
Returns the target object for the introduction that this mixin is applied to. |
void |
___AW_setDeploymentModel(int deploymentModel)
Sets the deployment model for the introduction that this mixin is applied to. |
void |
___AW_setTargetClass(java.lang.Class targetClass)
Sets the target class for the introduction that this mixin is applied to. |
void |
___AW_setTargetObject(java.lang.Object targetObject)
Sets the target object for the introduction that this mixin is applied to. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HasMetaDataImpl()
Method Detail |
public int ___AW_getDeploymentModel()
___AW_getDeploymentModel
in interface HasMetaData
public void ___AW_setDeploymentModel(int deploymentModel)
___AW_setDeploymentModel
in interface HasMetaData
deploymentModel
- the deployment modelpublic java.lang.Object ___AW_getTargetObject()
___AW_getTargetObject
in interface HasMetaData
public void ___AW_setTargetObject(java.lang.Object targetObject)
___AW_setTargetObject
in interface HasMetaData
targetObject
- the target objectpublic java.lang.Class ___AW_getTargetClass()
___AW_getTargetClass
in interface HasMetaData
public void ___AW_setTargetClass(java.lang.Class targetClass)
___AW_setTargetClass
in interface HasMetaData
targetClass
- the target class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |