Package | Description |
---|---|
javax.ejb | |
javax.ejb.spi | |
javax.management.j2ee | |
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
EJBHome |
HomeHandle.getEJBHome()
Obtains the home object represented by this handle.
|
EJBHome |
EJBObject.getEJBHome()
Obtain the enterprise Bean's remote home interface.
|
EJBHome |
EJBMetaData.getEJBHome()
Obtains the home interface of the enterprise Bean.
|
EJBHome |
EJBContext.getEJBHome()
Obtain the enterprise bean's remote home interface.
|
Modifier and Type | Method and Description |
---|---|
EJBHome |
HandleDelegate.readEJBHome(ObjectInputStream istream)
Deserialize the EJBHome reference corresponding to a HomeHandle.
|
Modifier and Type | Method and Description |
---|---|
void |
HandleDelegate.writeEJBHome(EJBHome ejbHome,
ObjectOutputStream ostream)
Serialize the EJBHome reference corresponding to a HomeHandle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagementHome
The required home interface for the J2EE Management EJB component (MEJB).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEJBMetaData<T extends EJBObject,H extends EJBHome>
Abstract base class for all EJB metadata.
|
class |
EJBHomeHandle<T extends EJBHome>
A handle for an EJB home interface.
|
class |
EJBHomeLocator<T extends EJBHome>
A locator for an EJB's home interface.
|
class |
EntityEJBMetaData<T extends EJBObject,H extends EJBHome>
EJB metadata for entity EJBs.
|
class |
StatefulEJBMetaData<T extends EJBObject,H extends EJBHome>
EJB metadata for stateful EJBs.
|
class |
StatelessEJBMetaData<T extends EJBObject,H extends EJBHome>
EJB metadata for stateless EJBs.
|
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> |
EJBHomeLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
static <T extends EJBHome> |
EJBHomeHandle.create(EJBHomeLocator<T> locator)
Construct a new instance.
|
<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) |
Modifier and Type | Method and Description |
---|---|
EJBHome |
EJBMetaDataImpl.getEJBHome()
Deprecated.
Obtains the home interface of the enterprise Bean.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends EJBHome> |
EJBMetaDataImpl.getHomeInterfaceClass()
Deprecated.
Obtains the
Class object for the enterprise Bean's home
interface. |
Constructor and Description |
---|
EJBMetaDataImpl(Class<?> remoteClass,
Class<? extends EJBHome> homeClass,
Class<?> pkClass,
boolean session,
boolean statelessSession,
EJBHome home)
Deprecated.
|
Constructor and Description |
---|
EJBMetaDataImpl(Class<?> remoteClass,
Class<? extends EJBHome> homeClass,
Class<?> pkClass,
boolean session,
boolean statelessSession,
EJBHome home)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.