|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Mixin that is applied to all Introductions. Enables the retrieval of meta-data for the Introduction.
Field Summary | |
static java.lang.String |
DEPLOYMENT_MODEL
The deployment model for the mixin. |
static java.lang.String |
IMPLEMENTATION_CLASS
The full implementation name for the mixin.. |
static java.lang.String |
INTERFACE_CLASS
The full interface name for the mixin.. |
static java.lang.String |
NAME
The name of the mixin. |
Method Summary | |
int |
___AW_getDeploymentModel()
Returns the deployment model for the introduction/advice |
java.lang.Class |
___AW_getTargetClass()
Returns the target class for the introduction/advice. |
java.lang.Object |
___AW_getTargetObject()
Returns the target object for the introduction/advice. |
void |
___AW_setDeploymentModel(int deploymentModel)
Sets the deployment model for the advice. |
void |
___AW_setTargetClass(java.lang.Class targetClass)
Sets the target class for the introduction/advice. |
void |
___AW_setTargetObject(java.lang.Object targetObject)
Sets the target object for the introduction/advice. |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String INTERFACE_CLASS
public static final java.lang.String IMPLEMENTATION_CLASS
public static final java.lang.String DEPLOYMENT_MODEL
Method Detail |
public int ___AW_getDeploymentModel()
public void ___AW_setDeploymentModel(int deploymentModel)
deploymentModel
- the deployment modelpublic java.lang.Object ___AW_getTargetObject()
public void ___AW_setTargetObject(java.lang.Object targetObject)
targetObject
- the target objectpublic java.lang.Class ___AW_getTargetClass()
public void ___AW_setTargetClass(java.lang.Class targetClass)
targetClass
- the target class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |