Package org.jboss.ejb

Interface Summary
AutoDeployerMBean This is the interface of the AutoDeployer that is exposed for administration
ContainerFactoryMBean This is the interface of the ContainerFactory that is exposed for administration
ContainerInvoker This is an interface for Container plugins.
ContainerInvokerContainer This is an interface for Containers that uses ContainerInvokers.
ContainerPlugin This is a superinterface for all Container plugins.
EntityCache EntityCaches can work from several keys A cache can use the natural primaryKey from the EJBObject, or DB dependent keys or a proprietary key
EntityPersistenceManager This interface is implemented by any EntityBean persistence managers plugins.
EntityPersistenceStore This interface is implemented by any EntityBean persistence Store.
InstanceCache The plugin that gives a container a cache for bean instances.
InstancePool
InstancePoolContainer This is an interface for Containers that uses InstancePools.
Interceptor
StatefulSessionPersistenceManager
 

Class Summary
Application An Application represents a collection of beans that are deployed as a unit.
AutoDeployer The AutoDeployer is used to automatically deploy EJB-jars.
CacheKey CacheKey CacheKey is an encapsulation of both the PrimaryKey and a cache specific key This implementation is a safe implementation in the sense that it doesn't rely on the user supplied hashcode and equals.
Container This is the base class for all EJB-containers in JBoss.
ContainerFactory A ContainerFactory is used to deploy EJB applications.
ContainerInterceptors A utility class that manages the handling of the container-interceptors child element of the container-configuration.
EJBClassLoader URLClassLoader that sets the specified permissions for the loaded classes
EnterpriseContext The EnterpriseContext is used to associate EJB instances with metadata about it.
EntityContainer This is a Container for EntityBeans (both BMP and CMP).
EntityEnterpriseContext The EntityEnterpriseContext is used to associate EntityBean instances with metadata about it.
MessageDrivenContainer MessageDrivenContainer, based on the StatelessSessionContainer
MessageDrivenEnterpriseContext Context for message driven beans, based on Stateless.
MethodInvocation MethodInvocation This object carries the method to invoke and an identifier for the target ojbect
StatefulSessionContainer
StatefulSessionEnterpriseContext
StatelessSessionContainer StatelessSessionContainer
StatelessSessionEnterpriseContext
 

Exception Summary
DeploymentException This exception is thrown by the ContainerFactory if an EJB application could not be deployed
 



Copyright © 2000 The JBoss Organization. All Rights Reserved.