Uses of Interface
jakarta.ejb.EJBHome
Packages that use EJBHome
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 EJBHome in jakarta.ejb
Methods in jakarta.ejb that return EJBHomeModifier and TypeMethodDescriptionEJBContext.getEJBHome()Obtain the enterprise bean's remote home interface.EJBMetaData.getEJBHome()Obtain the remote home interface of the enterprise bean.EJBObject.getEJBHome()Obtain the enterprise bean's remote home interface.HomeHandle.getEJBHome()Obtain the home object represented by this handle. -
Uses of EJBHome in jakarta.ejb.spi
Methods in jakarta.ejb.spi that return EJBHomeModifier and TypeMethodDescriptionHandleDelegate.readEJBHome(ObjectInputStream istream) Deserialize the EJBHome reference corresponding to a HomeHandle.Methods in jakarta.ejb.spi with parameters of type EJBHomeModifier and TypeMethodDescriptionvoidHandleDelegate.writeEJBHome(EJBHome ejbHome, ObjectOutputStream ostream) Serialize the EJBHome reference corresponding to a HomeHandle. -
Uses of EJBHome in org.jboss.ejb.client
Classes in org.jboss.ejb.client with type parameters of type EJBHomeModifier and TypeClassDescriptionclassAbstractEJBMetaData<T extends EJBObject,H extends EJBHome> Abstract base class for all Enterprise Beans metadata.final classEJBHomeHandle<T extends EJBHome>A handle for an Enterprise Bean home interface.final classEJBHomeLocator<T extends EJBHome>A locator for an Enterprise Bean's home interface.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 EJBHomeModifier and TypeMethodDescriptionstatic <T extends EJBHome>
EJBHomeHandle<T>EJBHomeHandle.create(EJBHomeLocator<T> locator) Construct a new instance.static <T extends EJBHome>
EJBHomeLocator<T>EJBHomeLocator.create(Class<T> viewType, EJBIdentifier identifier, 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 EJBHome>
EJBHomeLocator<? extends S>EJBHomeLocator.narrowAsHome(Class<S> type) <S extends EJBHome>
EJBHomeLocator<? extends S>EJBLocator.narrowAsHome(Class<S> type) Narrow this locator to the target type as a home locator.Methods in org.jboss.ejb.client that return EJBHomeModifier and TypeMethodDescriptionEJBMetaDataImpl.getEJBHome()Deprecated.Obtains the home interface of the enterprise Bean.Methods in org.jboss.ejb.client that return types with arguments of type EJBHomeModifier and TypeMethodDescriptionEJBMetaDataImpl.getHomeInterfaceClass()Deprecated.Obtains theClassobject for the enterprise Bean's home interface.Constructors in org.jboss.ejb.client with parameters of type EJBHome