Package com.caucho.ejb.gen

Interface Summary
CallChainFactory Create call chain elements
EjbCallChain Represents a filter for invoking a method
MethodGeneratorFilter Represents a method filter
 

Class Summary
AbstractCallChain Represents a filter for invoking a method
BeanGenerator Generates the skeleton for a bean.
BusinessMethodGenerator Represents a business method
InterceptorCallChain Represents the interception
LifecycleInterceptor Represents the interception
LifecycleMethod Represents a lifecycle local business method
MessageGenerator Generates the skeleton for a message bean.
MessageMethod Represents a message local business method
MessageView Represents a public interface to a stateful bean, e.g.
MessageXaCallChain Represents the xa interception
PojoView Represents a public interface to a bean, e.g.
SecurityCallChain Represents the security interception
SessionBusinessMethod Represents a business method
SessionGenerator Generates the skeleton for a session bean.
StatefulCreateMethod Represents a stateful create business method
StatefulGenerator Generates the skeleton for a stateful bean.
StatefulHomeView Represents a public interface to a bean's home interface, i.e.
StatefulLocalHomeView Represents a public interface to a bean, e.g.
StatefulLocalView Represents a public interface to a bean, e.g.
StatefulMethod Represents a stateful local business method
StatefulObjectView Represents a public interface to a bean, e.g.
StatefulRemoteHomeView Represents a public interface to a bean, e.g.
StatefulRemoteView Represents a public interface to a bean, e.g.
StatefulRemoveMethod Represents a stateful remove business method
StatefulView Represents a public interface to a stateful bean, e.g.
StatelessCreateMethod Represents a stateless create business method
StatelessGenerator Generates the skeleton for a session bean.
StatelessHomeView Represents a public interface to a bean's home interface, i.e.
StatelessLocalHomeView Represents a public interface to a bean, e.g.
StatelessLocalMethod Represents a stateless local business method
StatelessLocalView Represents a public interface to a bean, e.g.
StatelessObjectView Represents any stateless view.
StatelessRemoteHomeView Represents a public interface to a bean, e.g.
StatelessRemoteView Represents a public interface to a bean, e.g.
StatelessView Represents any stateless view.
TransactionChain Generates the skeleton for a method call.
UserInRoleChain Generates the code for the user in role filter.
View Represents a public interface to a bean, e.g.
XaCallChain Represents the xa interception