|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the mixin implementations.
Method Summary | |
int |
___AW_getDeploymentModel()
Returns the deployment model. |
java.lang.String |
___AW_getImplementationClassName()
Returns the implementation class name for the mixin. |
java.lang.String |
___AW_getName()
Returns the name of the mixin. |
java.lang.Object |
___AW_invokeMixin(int methodIndex,
java.lang.Object callingObject)
Invokes the method with the index specified. |
java.lang.Object |
___AW_invokeMixin(int methodIndex,
java.lang.Object[] parameters,
java.lang.Object callingObject)
Invokes an introduced method with the index specified. |
void |
___AW_swapImplementation(java.lang.String className)
Swaps the current introduction implementation. |
Method Detail |
public java.lang.String ___AW_getName()
public int ___AW_getDeploymentModel()
public java.lang.Object ___AW_invokeMixin(int methodIndex, java.lang.Object callingObject)
methodIndex
- the method indexcallingObject
- a reference to the calling object
public java.lang.Object ___AW_invokeMixin(int methodIndex, java.lang.Object[] parameters, java.lang.Object callingObject)
methodIndex
- the method indexparameters
- the parameters for the invocationcallingObject
- a reference to the calling object
public java.lang.String ___AW_getImplementationClassName()
public void ___AW_swapImplementation(java.lang.String className)
className
- the class name of the new implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |