Uses of Class
org.jboss.ejb.client.StatelessEJBLocator
Packages that use StatelessEJBLocator
-
Uses of StatelessEJBLocator in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type StatelessEJBLocatorModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionLogs_$logger.nullSessionID(EJBReceiver receiver, StatelessEJBLocator<?> statelessLocator) Logs.nullSessionID(EJBReceiver receiver, StatelessEJBLocator<?> statelessLocator) -
Uses of StatelessEJBLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return StatelessEJBLocatorModifier and TypeMethodDescriptionEJBLocator.asStateless()Return this locator as a stateless locator, if it is one.StatelessEJBLocator.asStateless()static <T> StatelessEJBLocator<T>StatelessEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance.static <T> StatelessEJBLocator<T>StatelessEJBLocator.create(EJBLocator<T> original, Affinity newAffinity) Construct a new instance.<S> StatelessEJBLocator<? extends S>EJBLocator.narrowAsStateless(Class<S> type) Narrow this locator to the target type as a stateless locator.<S> StatelessEJBLocator<? extends S>StatelessEJBLocator.narrowAsStateless(Class<S> type) <S> StatelessEJBLocator<? extends S>StatelessEJBLocator.withNewAffinity(Affinity affinity) StatefulEJBLocator.withoutSession()Get a copy of this stateful Enterprise Beans locator, but without any session ID.Methods in org.jboss.ejb.client with parameters of type StatelessEJBLocatorModifier and TypeMethodDescriptionstatic <T> StatefulEJBLocator<T>EJBClient.createSession(StatelessEJBLocator<T> statelessLocator) Create a new Enterprise Bean session.static <T> TEJBClient.createSessionProxy(StatelessEJBLocator<T> statelessLocator) Create a new Enterprise Bean session proxy.booleanStatelessEJBLocator.equals(StatelessEJBLocator<?> other) Determine whether this object is equal to another.Constructors in org.jboss.ejb.client with parameters of type StatelessEJBLocatorModifierConstructorDescriptionStatelessEJBLocator(StatelessEJBLocator<T> original, Affinity newAffinity) Construct a new instance.