Uses of Class
org.jboss.ejb.client.EJBHomeLocator
-
Packages that use EJBHomeLocator Package Description org.jboss.ejb.client -
-
Uses of EJBHomeLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBHomeLocator Modifier and Type Method Description static <T extends jakarta.ejb.EJBHome>
EJBHomeLocator<T>EJBHomeLocator. create(Class<T> viewType, EJBIdentifier identifier, Affinity affinity)Construct a new instance.EJBHomeLocator<H>AbstractEJBMetaData. getHomeLocator()Get the home locator for this metadata instance.EJBHomeLocator<T>EJBHomeHandle. getLocator()Get the locator for this handle.<S extends jakarta.ejb.EJBHome>
EJBHomeLocator<? extends S>EJBHomeLocator. narrowAsHome(Class<S> type)<S extends jakarta.ejb.EJBHome>
EJBHomeLocator<? extends S>EJBLocator. narrowAsHome(Class<S> type)Narrow this locator to the target type as a home locator.<S> EJBHomeLocator<? extends S>EJBHomeLocator. narrowTo(Class<S> type)EJBHomeLocator<T>EJBHomeLocator. withNewAffinity(Affinity affinity)Methods in org.jboss.ejb.client with parameters of type EJBHomeLocator Modifier and Type Method Description static <T extends jakarta.ejb.EJBHome>
EJBHomeHandle<T>EJBHomeHandle. create(EJBHomeLocator<T> locator)Construct a new instance.static <T extends jakarta.ejb.EJBObject,H extends jakarta.ejb.EJBHome>
EntityEJBMetaData<T,H>EntityEJBMetaData. create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator, Class<?> primaryKeyClass)Construct a new instance.static <T extends jakarta.ejb.EJBObject,H extends jakarta.ejb.EJBHome>
StatefulEJBMetaData<T,H>StatefulEJBMetaData. create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)Construct a new instance.static <T extends jakarta.ejb.EJBObject,H extends jakarta.ejb.EJBHome>
StatelessEJBMetaData<T,H>StatelessEJBMetaData. create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)Construct a new instance.booleanEJBHomeLocator. equals(EJBHomeLocator<?> other)Determine whether this object is equal to another.Constructors in org.jboss.ejb.client with parameters of type EJBHomeLocator Constructor Description EJBHomeHandle(EJBHomeLocator<T> locator)Construct a new instance.EJBHomeLocator(EJBHomeLocator<T> original, Affinity newAffinity)Construct a new instance from an original instance but with a new affinity.EntityEJBMetaData(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator, Class<?> primaryKeyClass)Construct a new instance.StatefulEJBMetaData(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)Construct a new instance.StatelessEJBMetaData(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator)Construct a new instance.
-