Uses of Class
com.caucho.config.gen.AbstractAspectGenerator

Packages that use AbstractAspectGenerator
com.caucho.config.gen   
com.caucho.ejb.gen   
 

Uses of AbstractAspectGenerator in com.caucho.config.gen
 

Subclasses of AbstractAspectGenerator in com.caucho.config.gen
 class AsyncHeadGenerator<X>
          Generates the method aspect code for the head or proxy of the method.
 class CacheGenerator<X>
          Represents the caching interception
 class CandiMethodHeadGenerator<X>
          Represents a CDI local business method
 class InterceptorGenerator<X>
          Represents the interception
 class LifecycleMethodHeadGenerator<X>
          Represents a stateful local business method
 class LockGenerator<X>
          Represents EJB lock type specification interception.
 class MethodHeadGenerator<X>
          Generates the method aspect code for the head or proxy of the method.
 class SecurityGenerator<X>
          Represents the security interception
 class XaGenerator<X>
          Represents the XA interception
 

Uses of AbstractAspectGenerator in com.caucho.ejb.gen
 

Subclasses of AbstractAspectGenerator in com.caucho.ejb.gen
 class MessageMethodHeadGenerator<X>
          Represents a message local business method
 class MessageXaCallChain<X>
          Represents the xa interception
 class SingletonMethodHeadGenerator<X>
          Represents a singleton local business method
 class StatefulMethodHeadGenerator<X>
          Represents a stateful local business method
 class StatelessMethodHeadGenerator<X>
          Represents a stateless local business method
 class StatelessScheduledMethodHeadGenerator<X>