Interface | Description |
---|---|
DisableEJBStoreForNonDirtyBeans |
Marker interface to indicate that an entity bean that implements it,
should not have its ejbStore() method invoked if the persistent state
of the bean has not been modified during the current transaction.
|
DisableFlushBeforeFind |
Marker interface to indicate that an entity bean that implements it, should not
cause other entity bean state to be flushed to the persistent store prior to
"custom" finder operations on this bean's home.
|
EJBContextExtension |
The
EJBContextExtension interface may be used by an
EJB to invoke WebSphere-specific EJB Container services. |
EntityContextExtension |
The
EntityContextExtension interface may be used by an Entity EJB
to invoke WebSphere-specific EJB Container services. |
LightweightLocal |
Marker interface to indicate that an entity bean should run in
'lightweight local' mode.
|
MessageDrivenContextExtension |
The
MessageDrivenContextExtension interface may be used by a
Message-Driven EJB to invoke WebSphere-specific EJB Container services. |
SessionContextExtension |
The
SessionContextExtension interface may be used by a
Session EJB to invoke WebSphere-specific EJB Container services. |
Class | Description |
---|---|
LocalHomeAccessor | Deprecated
Use Context.lookup() in ejblocal: namespace.
|