Uses of Class
org.jboss.ejb.client.StatefulEJBLocator
Packages that use StatefulEJBLocator
-
Uses of StatefulEJBLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return StatefulEJBLocatorModifier and TypeMethodDescriptionEJBLocator.asStateful()Return this locator as a stateful locator, if it is one.StatefulEJBLocator.asStateful()static <T> StatefulEJBLocator<T>StatefulEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, SessionID sessionId, Affinity affinity) Construct a new instance.static <T> StatefulEJBLocator<T>EJBClient.createSession(Class<T> viewType, String appName, String moduleName, String beanName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(Class<T> viewType, String appName, String moduleName, String beanName, String distinctName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(URI uri, Class<T> viewType, String appName, String moduleName, String beanName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(URI uri, Class<T> viewType, String appName, String moduleName, String beanName, String distinctName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(Affinity affinity, Class<T> viewType, String appName, String moduleName, String beanName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(Affinity affinity, Class<T> viewType, String appName, String moduleName, String beanName, String distinctName) Create a new Enterprise Bean session.static <T> StatefulEJBLocator<T>EJBClient.createSession(StatelessEJBLocator<T> statelessLocator) Create a new Enterprise Bean session.protected StatefulEJBLocator<?>EJBReceiver.createSession$$bridge(EJBReceiverSessionCreationContext receiverContext) Deprecated.Compatibility bridge, remove at Final.<S> StatefulEJBLocator<? extends S>EJBLocator.narrowAsStateful(Class<S> type) Narrow this locator to the target type as a stateful locator.<S> StatefulEJBLocator<? extends S>StatefulEJBLocator.narrowAsStateful(Class<S> type) <S> StatefulEJBLocator<? extends S>StatefulEJBLocator.withNewAffinity(Affinity affinity) EJBLocator.withSession(SessionID sessionId) Create a copy of this locator, but with the given stateful session ID.StatefulEJBLocator.withSession(SessionID sessionId) StatelessEJBLocator.withSession(SessionID sessionId) EJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) Create a copy of this locator, but with the given affinity and stateful session ID.StatefulEJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) StatelessEJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) Methods in org.jboss.ejb.client with parameters of type StatefulEJBLocatorModifier and TypeMethodDescriptionbooleanStatefulEJBLocator.equals(StatefulEJBLocator<?> other) Determine whether this object is equal to another.Constructors in org.jboss.ejb.client with parameters of type StatefulEJBLocatorModifierConstructorDescriptionStatefulEJBLocator(StatefulEJBLocator<T> original, Affinity newAffinity) Construct a new instance.