Uses of Interface
jakarta.ejb.EJBObject
Packages that use EJBObject
Package
Description
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
Defines interfaces that are implemented by
the enterprise bean container.
-
Uses of EJBObject in jakarta.ejb
Methods in jakarta.ejb that return EJBObjectModifier and TypeMethodDescriptionEntityContext.getEJBObject()Obtain a reference to the enterprise bean object that is currently associated with the instance.Handle.getEJBObject()Obtain the enterprise bean object reference represented by this handle.SessionContext.getEJBObject()Obtain a reference to the enterprise bean object that is currently associated with the instance.Methods in jakarta.ejb with parameters of type EJBObjectModifier and TypeMethodDescriptionbooleanEJBObject.isIdentical(EJBObject obj) Test if a given enterprise bean object is identical to the invoked enterprise bean object. -
Uses of EJBObject in jakarta.ejb.spi
Methods in jakarta.ejb.spi that return EJBObjectModifier and TypeMethodDescriptionHandleDelegate.readEJBObject(ObjectInputStream istream) Deserialize the EJBObject reference corresponding to a Handle.Methods in jakarta.ejb.spi with parameters of type EJBObjectModifier and TypeMethodDescriptionvoidHandleDelegate.writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream) Serialize the EJBObject reference corresponding to a Handle. -
Uses of EJBObject in org.jboss.ejb.client
Classes in org.jboss.ejb.client with type parameters of type EJBObjectModifier and TypeClassDescriptionclassAbstractEJBMetaData<T extends EJBObject,H extends EJBHome> Abstract base class for all Enterprise Beans metadata.final classA handle for an Enterprise Bean interface.final classEntityEJBLocator<T extends EJBObject>A locator for an entity Enterprise Bean.final classEntityEJBMetaData<T extends EJBObject,H extends EJBHome> Enterprise Beans metadata for entity Enterprise Beans.final classStatefulEJBMetaData<T extends EJBObject,H extends EJBHome> EJB metadata for stateful EJBs.final classStatelessEJBMetaData<T extends EJBObject,H extends EJBHome> Enterprise Beans metadata for stateless Enterprise Beans.Methods in org.jboss.ejb.client with type parameters of type EJBObjectModifier and TypeMethodDescriptionEJBHandle.create(EJBLocator<T> locator) Construct a new instance.static <T extends EJBObject>
EntityEJBLocator<T>EntityEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, Object primaryKey, Affinity affinity) Construct a new instance.static <T extends EJBObject,H extends EJBHome>
EntityEJBMetaData<T,H> EntityEJBMetaData.create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator, Class<?> primaryKeyClass) Construct a new instance.static <T extends EJBObject,H extends EJBHome>
StatefulEJBMetaData<T,H> StatefulEJBMetaData.create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator) Construct a new instance.static <T extends EJBObject,H extends EJBHome>
StatelessEJBMetaData<T,H> StatelessEJBMetaData.create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator) Construct a new instance.<S extends EJBObject>
EntityEJBLocator<? extends S>EJBLocator.narrowAsEntity(Class<S> type) Narrow this locator to the target type as a entity locator.<S extends EJBObject>
EntityEJBLocator<? extends S>EntityEJBLocator.narrowAsEntity(Class<S> type)