Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Method and Description |
---|---|
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 © 2018 JBoss by Red Hat. All rights reserved.