| Class and Description |
|---|
| ComponentContext
The ComponentContext contains context information about an EJB instance.
|
| Container
A Container stores EJB instances and is responsible for
the lifecycle, state management, concurrency, transactions, security,
naming, resource management, etc.
|
| EjbInvocation
The EjbInvocation object contains state associated with an invocation
on an EJB or EJBHome (local/remote).
|
| InvocationInfo
InvocationInfo caches various attributes of the method that
is currently held in the invocation object (that is currently executed)
This avoids some of the expensive operations like (for example)
method.getName().startsWith("findByPrimaryKey")
Every container maintains a HashMap of method VS invocationInfo that
is populated during container initialization
|
| MethodLockInfo
MethodLockInfo caches various attributes of lock attributes
|
| Class and Description |
|---|
| ComponentContext
The ComponentContext contains context information about an EJB instance.
|
| Container
A Container stores EJB instances and is responsible for
the lifecycle, state management, concurrency, transactions, security,
naming, resource management, etc.
|
| ContainerFactory
ContainerFactory creates the appropriate Container instance
(StatefulSessionContainer, StatelessSessionContainer, EntityContainer,
MessageBeanContainer) and initializes it.
|
| EjbInvocation
The EjbInvocation object contains state associated with an invocation
on an EJB or EJBHome (local/remote).
|
| InvocationInfo
InvocationInfo caches various attributes of the method that
is currently held in the invocation object (that is currently executed)
This avoids some of the expensive operations like (for example)
method.getName().startsWith("findByPrimaryKey")
Every container maintains a HashMap of method VS invocationInfo that
is populated during container initialization
|
| Class and Description |
|---|
| PersistentTimerService |
| Class and Description |
|---|
| ComponentContext
The ComponentContext contains context information about an EJB instance.
|
| Container
A Container stores EJB instances and is responsible for
the lifecycle, state management, concurrency, transactions, security,
naming, resource management, etc.
|
| ContainerFactory
ContainerFactory creates the appropriate Container instance
(StatefulSessionContainer, StatelessSessionContainer, EntityContainer,
MessageBeanContainer) and initializes it.
|
| EjbInvocation
The EjbInvocation object contains state associated with an invocation
on an EJB or EJBHome (local/remote).
|
| Class and Description |
|---|
| PersistentTimerService |
| Class and Description |
|---|
| ComponentContext
The ComponentContext contains context information about an EJB instance.
|
| Container
A Container stores EJB instances and is responsible for
the lifecycle, state management, concurrency, transactions, security,
naming, resource management, etc.
|
| ContainerFactory
ContainerFactory creates the appropriate Container instance
(StatefulSessionContainer, StatelessSessionContainer, EntityContainer,
MessageBeanContainer) and initializes it.
|
| EjbInvocation
The EjbInvocation object contains state associated with an invocation
on an EJB or EJBHome (local/remote).
|
| InvocationInfo
InvocationInfo caches various attributes of the method that
is currently held in the invocation object (that is currently executed)
This avoids some of the expensive operations like (for example)
method.getName().startsWith("findByPrimaryKey")
Every container maintains a HashMap of method VS invocationInfo that
is populated during container initialization
|
Copyright © 2017. All rights reserved.