Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
static <T extends EJBHome> |
EJBHomeLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
EJBHomeLocator<H> |
AbstractEJBMetaData.getHomeLocator()
Get the home locator for this metadata instance.
|
EJBHomeLocator<T> |
EJBHomeHandle.getLocator()
Get the locator for this handle.
|
<S extends EJBHome> |
EJBLocator.narrowAsHome(Class<S> type)
Narrow this locator to the target type as a home locator.
|
<S extends EJBHome> |
EJBHomeLocator.narrowAsHome(Class<S> type) |
<S> EJBHomeLocator<? extends S> |
EJBHomeLocator.narrowTo(Class<S> type) |
EJBHomeLocator<T> |
EJBHomeLocator.withNewAffinity(Affinity affinity) |
Modifier and Type | Method and Description |
---|---|
static <T extends EJBObject,H extends EJBHome> |
StatelessEJBMetaData.create(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
static <T extends EJBObject,H extends EJBHome> |
StatefulEJBMetaData.create(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
static <T extends EJBObject,H extends EJBHome> |
EntityEJBMetaData.create(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator,
Class<?> primaryKeyClass)
Construct a new instance.
|
static <T extends EJBHome> |
EJBHomeHandle.create(EJBHomeLocator<T> locator)
Construct a new instance.
|
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.
|
EntityEJBMetaData(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator,
Class<?> primaryKeyClass)
Construct a new instance.
|
StatefulEJBMetaData(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
StatelessEJBMetaData(Class<T> remoteInterfaceClass,
EJBHomeLocator<H> homeLocator)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.