Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
static <T extends EJBObject> |
EntityEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Object primaryKey,
Affinity affinity)
Construct a new instance.
|
<S extends EJBObject> |
EntityEJBLocator.narrowAsEntity(Class<S> type) |
<S extends EJBObject> |
EJBLocator.narrowAsEntity(Class<S> type)
Narrow this locator to the target type as a entity locator.
|
<S> EntityEJBLocator<? extends S> |
EntityEJBLocator.narrowTo(Class<S> type) |
EntityEJBLocator<T> |
EntityEJBLocator.withNewAffinity(Affinity affinity) |
Modifier and Type | Method and Description |
---|---|
boolean |
EntityEJBLocator.equals(EntityEJBLocator<?> other)
Determine whether this object is equal to another.
|
Constructor and Description |
---|
EntityEJBLocator(EntityEJBLocator<T> original,
Affinity newAffinity)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.