|
Class Summary |
| AdviceInfo |
Contains advice info, like indexes describing the aspect and a method (advice or introduced),
aspect manager etc. |
| AspectSystem |
Represents the aspect runtime system. |
| ConstructorTuple |
Contains a pair of the original method and the wrapper method if such a method exists. |
| ContextClassLoader |
Utility methods dealing with the context class loader. |
| CrossCuttingInfo |
Contains information about and for classes that has been defined as cross-cutting. |
| DeploymentModel |
Enum containing the different deployment model types. |
| MetaDataKeys |
Holds keys to for the meta-data used by the system. |
| MethodComparator |
Compares Methods. |
| MethodTuple |
Contains a pair of the original method and the wrapper method if such a method exists. |
| NameIndexTuple |
Holds an name/index tuple. |
| Pointcut |
Represents the pointcut construct. |
| SystemLoader |
Stores the AspectSystem on a per ClassLoader basis. |
| UnbrokenObjectInputStream |
Fixes the ObjectInputStream class, which does not always resolve the class correctly in complex
class loader hierarchies. |
| WeavedTestCase |
Transparently runs TestCase with an embedded online mode Write a JUnit test case and extends WeaverTestCase. |
| WeavedTestCase.WeaverTestRunner |
Allow to run WeaverTestCase thru a weaving ClassLoader |