|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.openejb | |
---|---|
org.openejb | The classes and interfaces directly under this package define the basic parts of the OpenEJB container system architecture. |
org.openejb.alt.assembler.classic | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
org.openejb.alt.assembler.classic.xml | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. |
org.openejb.alt.config | The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. |
org.openejb.alt.containers.castor_cmp11 | The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. |
org.openejb.core | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.entity | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.ivm | The IntraVM server. |
org.openejb.core.ivm.naming | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.stateful | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.stateless | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.transaction | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.server | |
org.openejb.server.ejbd | |
org.openejb.spi | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.tomcat | |
org.openejb.util | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.util.proxy | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
Classes in org.openejb used by org.openejb | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
Classes in org.openejb used by org.openejb.alt.assembler.classic | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
Classes in org.openejb used by org.openejb.alt.assembler.classic.xml | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
Classes in org.openejb used by org.openejb.alt.config | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
Classes in org.openejb used by org.openejb.alt.containers.castor_cmp11 | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.core | |
---|---|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.core.entity | |
---|---|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.core.ivm | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
Classes in org.openejb used by org.openejb.core.ivm.naming | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
Classes in org.openejb used by org.openejb.core.stateful | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
InvalidateReferenceException
This type is thrown when the EnterpriseBean throws a RuntimeException or system exception that results in the eviction of the bean instance. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.core.stateless | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.core.transaction | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Classes in org.openejb used by org.openejb.server | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
Classes in org.openejb used by org.openejb.server.ejbd | |
---|---|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
Classes in org.openejb used by org.openejb.spi | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
ProxyInfo
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references. |
Classes in org.openejb used by org.openejb.tomcat | |
---|---|
Container
The Container manages one or more bean deployments at runtime. |
|
DeploymentInfo
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
RpcContainer
The RpcContainer manages enterprise beans at runtime. |
Classes in org.openejb used by org.openejb.util | |
---|---|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
Classes in org.openejb used by org.openejb.util.proxy | |
---|---|
ApplicationException
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException. |
|
OpenEJBException
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |