Package | Description |
---|---|
com.caucho.config.gen | |
com.caucho.ejb.gen |
Modifier and Type | Class and Description |
---|---|
class |
CandiMethodHeadFactory<X>
Represents a stateful local business method
|
class |
LifecycleMethodHeadFactory<X>
Represents a lifecycle method
|
Constructor and Description |
---|
CandiMethodHeadGenerator(MethodHeadFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next) |
MethodHeadGenerator(MethodHeadFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next) |
Modifier and Type | Class and Description |
---|---|
class |
MessageMethodHeadFactory<X>
Represents a stateless local business method
|
class |
SingletonMethodHeadFactory<X>
Represents a stateless local business method
|
class |
StatefulMethodHeadFactory<X>
Represents a stateful local business method
|
class |
StatelessMethodHeadFactory<X>
Represents a stateless local business method
|
class |
StatelessScheduledMethodHeadFactory<X> |