@Version("1.2.0")
Package com.ibm.websphere.ejbcontainer
-
Interface Summary Interface Description EJBContextExtension TheEJBContextExtension
interface may be used by an EJB to invoke WebSphere-specific EJB Container services.EJBFactory EJBFactory
defines the methods that allow a remote client to create or find remote EJB objects.MessageDrivenContextExtension TheMessageDrivenContextExtension
interface may be used by a Message-Driven EJB to invoke WebSphere-specific EJB Container services.SessionContextExtension TheSessionContextExtension
interface may be used by a Session EJB to invoke WebSphere-specific EJB Container services. -
Class Summary Class Description LocalHomeAccessor Deprecated. Use Context.lookup() in ejblocal: namespace. -
Exception Summary Exception Description AmbiguousEJBReferenceException This exception is thrown when the EJB container detects that a lookup of an EJB has been attempted which does not uniquely identify an EJB or EJB interface.ApplicationNotStartedException The ApplicationNotStartedException is thrown by the Enterprise Java Bean (EJB) container when an attempt is made to access either an EJB instance or EJB home before the application is fully started and on a thread different from the one being used to start the application.EJBStoppedException The EJBStoppedException is thrown by the Enterprise Java Bean (EJB) container when an attempt is made to access either an EJB instance or EJB home that has been previously stopped.