com.caucho.ejb.gen |
|
Java Source File Name | Type | Comment |
AbstractCallChain.java | Class | |
BeanGenerator.java | Class | Generates the skeleton for a bean. |
BusinessMethodGenerator.java | Class | |
CallChainFactory.java | Interface | |
EjbCallChain.java | Interface | |
InterceptorCallChain.java | Class | |
LifecycleMethod.java | Class | |
MessageGenerator.java | Class | Generates the skeleton for a message bean. |
MessageMethod.java | Class | |
MessageView.java | Class | Represents a public interface to a stateful bean, e.g. |
MessageXaCallChain.java | Class | |
MethodGeneratorFilter.java | Interface | |
PojoView.java | Class | Represents a public interface to a bean, e.g. |
SecurityCallChain.java | Class | |
SessionBusinessMethod.java | Class | |
SessionGenerator.java | Class | Generates the skeleton for a session bean. |
StatefulCreateMethod.java | Class | |
StatefulGenerator.java | Class | Generates the skeleton for a stateful bean. |
StatefulHomeView.java | Class | Represents a public interface to a bean's home interface, i.e. |
StatefulLocalHomeView.java | Class | Represents a public interface to a bean, e.g. |
StatefulLocalView.java | Class | Represents a public interface to a bean, e.g. |
StatefulMethod.java | Class | |
StatefulObjectView.java | Class | Represents a public interface to a bean, e.g. |
StatefulRemoteHomeView.java | Class | Represents a public interface to a bean, e.g. |
StatefulRemoteView.java | Class | Represents a public interface to a bean, e.g. |
StatefulRemoveMethod.java | Class | |
StatefulView.java | Class | Represents a public interface to a stateful bean, e.g. |
StatelessCreateMethod.java | Class | |
StatelessGenerator.java | Class | Generates the skeleton for a session bean. |
StatelessHomeView.java | Class | Represents a public interface to a bean's home interface, i.e. |
StatelessLocalHomeView.java | Class | Represents a public interface to a bean, e.g. |
StatelessLocalMethod.java | Class | |
StatelessLocalView.java | Class | Represents a public interface to a bean, e.g. |
StatelessObjectView.java | Class | Represents any stateless view. |
StatelessRemoteHomeView.java | Class | Represents a public interface to a bean, e.g. |
StatelessRemoteView.java | Class | Represents a public interface to a bean, e.g. |
StatelessView.java | Class | Represents any stateless view. |
TransactionChain.java | Class | Generates the skeleton for a method call. |
UserInRoleChain.java | Class | Generates the code for the user in role filter. |
View.java | Class | Represents a public interface to a bean, e.g. |
XaCallChain.java | Class | |