Package com.ibm.websphere.ejbcontainer
@Version("1.2.0")
package com.ibm.websphere.ejbcontainer
-
ClassDescriptionThis 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.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.The
EJBContextExtension
interface may be used by an EJB to invoke WebSphere-specific EJB Container services.EJBFactory
defines the methods that allow a remote client to create or find remote EJB objects.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.Deprecated.Use Context.lookup() in ejblocal: namespace.TheMessageDrivenContextExtension
interface may be used by a Message-Driven EJB to invoke WebSphere-specific EJB Container services.TheSessionContextExtension
interface may be used by a Session EJB to invoke WebSphere-specific EJB Container services.