Package org.jboss.ejb

Package description goes here.

See:
          Description

Interface Summary
AllowedOperationsFlags (src) Constants used by the AllowedOperationsAssociation According to the EJB2.1 spec not all context methods can be accessed at all times For example ctx.getPrimaryKey() should throw an IllegalStateException when called from within ejbCreate()
BeanLock (src) BeanLock interface
BeanLockExt (src) An extension of the BeanLock interface that adds support for non-blocking acquisition of a lock.
ContainerPlugin (src) This is a superinterface for all Container plugins.
ContainerRelectionMBean (src) A sample mbean that looks up the Container MBean for the jndiName passed to the inspectEJB method and retrieves its Home and Remote interfaces and lists all of their methods.
EJBProxyFactory (src) This is an interface for Container plugins.
EJBProxyFactoryContainer (src) This is an interface for Containers that uses EJBProxyFactory.
EntityCache (src) EntityCaches can work from several keys.
EntityPersistenceManager (src) This interface is implemented by any EntityBean persistence managers plugins.
EntityPersistenceStore (src) This interface is implemented by any EntityBean persistence Store.
GenericEntityObjectFactory (src) Entity EJBObject and EJBLocalObject proxy factories implement this generic interface.
GlobalTxEntityMap.TxAssociation (src) An instance can be in one of the three states: not associated with the tx and, hence, does not need to be synchronized associated with the tx and needs to be synchronized associated with the tx but does not need to be synchronized Implementations of TxAssociation implement these states.
InstanceCache (src) The plugin that gives a container a cache for bean instances.
InstancePool (src) Defines the model for a EnterpriseContext instance pool.
InstancePoolContainer (src) This is an interface for Containers that uses InstancePools.
InstancePoolFeeder (src) Interface for bean instances Pool Feeder
Interceptor (src) Provides the interface for all container interceptors.
LocalContainerInvoker (src) This is an extension to the ContainerInvoker interface.
LocalProxyFactory (src) This is an extension to the EJBProxyFactory interface.
StatefulSessionPersistenceManager (src) The interface for persisting stateful session beans.
 

Class Summary
AllowedOperationsAssociation (src) Associates the current thread with a stack of flags that indicate the callers current ejb method.
BeanLockManager (src) Manages BeanLocks.
BeanMetaDataPolicyContextHandler (src) A PolicyContextHandler for the active EnterpriseBean metadata.
CacheKey (src) CacheKey is an encapsulation of both the PrimaryKey and a cache specific key.
Container (src) This is the base class for all EJB-containers in JBoss.
ContainerRelection (src) The ContainerRelectionMBean implementation.
EJBArgsPolicyContextHandler (src) A PolicyContextHandler for the EJB invocation arguments.
EJBDeployer (src) A EJBDeployer is used to deploy EJB applications.
EjbModule (src) An EjbModule represents a collection of beans that are deployed as a unit.
EjbUtil (src) Utility methods for resolving ejb-ref and ejb-local-ref within the scope of a deployment.
EnterpriseContext (src) The EnterpriseContext is used to associate EJB instances with metadata about it.
EntityContainer (src) This is a Container for EntityBeans (both BMP and CMP).
EntityEnterpriseContext (src) The EntityEnterpriseContext is used to associate EntityBean instances with metadata about it.
GenericEntityObjectFactory.UTIL (src)  
GlobalTxEntityMap (src) This class provides a way to find out what entities are contained in what transaction.
ListCacheKey (src) ListCacheKey extends CacheKey (src) and holds info about the List that the entity belongs to, it is used with CMP 2.0 for reading ahead.
MessageDrivenContainer (src) The container for MessageDriven beans.
MessageDrivenEnterpriseContext (src) Context for message driven beans.
SessionContainer (src) Container dedicated to session beans.
SOAPMsgPolicyContextHandler (src) A PolicyContextHandler for EJB SEI invocation SOAPMessages
StatefulSessionContainer (src) The container for stateful session beans.
StatefulSessionEnterpriseContext (src) The enterprise context for stateful session beans.
StatelessSessionContainer (src) The container for stateless session beans.
StatelessSessionEnterpriseContext (src) The enterprise context for stateless session beans.
TxEntityMap (src) Deprecated. this class was useful only for Instance Per Transaction containers and was used to check whether the instance is associated with the tx.
 

Package org.jboss.ejb Description

Package description goes here.

Package Specification

Related Documentation

Package Status