Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
Logs_$logger.nullSessionID(EJBReceiver receiver,
StatelessEJBLocator<?> statelessLocator) |
IllegalArgumentException |
Logs.nullSessionID(EJBReceiver receiver,
StatelessEJBLocator<?> statelessLocator) |
Modifier and Type | Method and Description |
---|---|
StatelessEJBLocator<T> |
StatelessEJBLocator.asStateless() |
StatelessEJBLocator<T> |
EJBLocator.asStateless()
Return this locator as a stateless locator, if it is one.
|
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> |
StatelessEJBLocator.narrowAsStateless(Class<S> type) |
<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.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.
|
static <T> T |
EJBClient.createSessionProxy(StatelessEJBLocator<T> statelessLocator)
Create a new EJB session proxy.
|
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.