Uses of Class
org.jboss.ejb.client.EJBHomeLocator
Packages that use EJBHomeLocator
-
Uses of EJBHomeLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBHomeLocatorModifier and TypeMethodDescriptionstatic <T extends javax.ejb.EJBHome>
EJBHomeLocator<T>EJBHomeLocator.create(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance.AbstractEJBMetaData.getHomeLocator()Get the home locator for this metadata instance.EJBHomeHandle.getLocator()Get the locator for this handle.<S extends javax.ejb.EJBHome>
EJBHomeLocator<? extends S>EJBHomeLocator.narrowAsHome(Class<S> type) <S extends javax.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.withNewAffinity(Affinity affinity) Methods in org.jboss.ejb.client with parameters of type EJBHomeLocatorModifier and TypeMethodDescriptionstatic <T extends javax.ejb.EJBHome>
EJBHomeHandle<T>EJBHomeHandle.create(EJBHomeLocator<T> locator) Construct a new instance.static <T extends javax.ejb.EJBObject,H extends javax.ejb.EJBHome>
EntityEJBMetaData<T,H> EntityEJBMetaData.create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator, Class<?> primaryKeyClass) Construct a new instance.static <T extends javax.ejb.EJBObject,H extends javax.ejb.EJBHome>
StatefulEJBMetaData<T,H> StatefulEJBMetaData.create(Class<T> remoteInterfaceClass, EJBHomeLocator<H> homeLocator) Construct a new instance.static <T extends javax.ejb.EJBObject,H extends javax.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 EJBHomeLocatorModifierConstructorDescriptionEJBHomeHandle(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.