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

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

Uses of NullGenerator in com.caucho.config.gen
 

Subclasses of NullGenerator in com.caucho.config.gen
 class AsynchronousGenerator<X>
          Represents the @Asynchronous interception
 class LifecycleMethodTailGenerator<X>
          Represents a lifecycle business method
 class MethodTailGenerator<X>
          The dispatch to the actual method call for the aspect chain.
 

Fields in com.caucho.config.gen declared as NullGenerator
static NullGenerator<?> NullGenerator.NULL
           
 

Uses of NullGenerator in com.caucho.ejb.gen
 

Subclasses of NullGenerator in com.caucho.ejb.gen
 class MessageMethodTailGenerator<X>
          Represents a stateless local business method
 class StatelessMethodTailGenerator<X>
          Represents a stateless local business method
 class StatelessScheduledMethodTailGenerator<X>