com.tc.aspectwerkz.proxy |
|
Java Source File Name | Type | Comment |
ClassBytecodeRepository.java | Class | |
Proxy.java | Class | Facade for Proxy service. |
ProxyCompilerHelper.java | Class | |
ProxyDelegationCompiler.java | Class | Compile a proxy class for the delegation strategy. |
ProxyDelegationStrategy.java | Class | Get proxy classes from target classes that implement target interfaces and weaves in all matching aspects deployed in
the class loader and defined by the META-INF/aop.xml file. |
ProxySubclassingCompiler.java | Class | Compiler for the AspectWerkz proxies. |
ProxySubclassingStrategy.java | Class | Get proxy classes from target classes and weaves in all matching aspects deployed in the class loader
and defined by the META-INF/aop.xml file. |
Uuid.java | Class | NOTE:
This code is based on code from the [Plasmid Replication Engine] project.
Licensed under [Mozilla Public License 1.0 (MPL)].
Original JavaDoc:
Our distributed objects are generally named most efficiently (and cleanly)
by their UUID's. |