| Package | Description |
|---|---|
| org.jboss.ejb.client |
| Modifier and Type | Method and Description |
|---|---|
StatelessEJBLocator<T> |
EJBLocator.asStateless()
Return this locator as a stateless locator, if it is one.
|
StatelessEJBLocator<T> |
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.narrowTo(Class<S> type) |
StatelessEJBLocator<T> |
StatelessEJBLocator.withNewAffinity(Affinity affinity) |
StatelessEJBLocator<T> |
StatefulEJBLocator.withoutSession()
Get a copy of this stateful EJB locator, but without any session ID.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(StatelessEJBLocator<T> statelessLocator)
Create a new EJB session.
|
protected abstract <T> StatefulEJBLocator<T> |
EJBReceiver.createSession(StatelessEJBLocator<T> statelessLocator,
org.wildfly.naming.client.NamingProvider namingProvider)
Creates a session for a stateful session bean represented by the passed app name, module name, distinct name
and bean name combination.
|
boolean |
StatelessEJBLocator.equals(StatelessEJBLocator<?> other)
Determine whether this object is equal to another.
|
| Constructor and Description |
|---|
StatelessEJBLocator(StatelessEJBLocator<T> original,
Affinity newAffinity)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.