Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
EJBHomeLocator<T> |
EJBHomeHandle.getLocator() |
<S extends javax.ejb.EJBHome> |
EJBHomeLocator.narrowAsHome(Class<S> type) |
<S extends javax.ejb.EJBHome> |
EJBLocator.narrowAsHome(Class<S> type)
Narrow this locator to the target type as a home locator.
|
<S> EJBHomeLocator<? extends S> |
EJBHomeLocator.narrowTo(Class<S> type) |
Modifier and Type | Method and Description |
---|---|
boolean |
EJBHomeLocator.equals(EJBHomeLocator<?> other)
Determine whether this object is equal to another.
|
Constructor and Description |
---|
EJBHomeHandle(EJBHomeLocator<T> locator)
Construct a new instance.
|
EJBHomeLocator(EJBHomeLocator<T> original,
Affinity newAffinity)
Construct a new instance from an original instance but with a new affinity.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.