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 |
EJBHomeHandle<T extends EJBHome>
A handle for an EJB home interface.
|
class |
EJBHomeLocator<T extends EJBHome>
A locator for an EJB's home interface.
|
Modifier and Type | Method and Description |
---|---|
<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()
Obtains the home interface of the enterprise Bean.
|
Constructor and Description |
---|
EJBMetaDataImpl(Class<?> remoteClass,
Class<?> homeClass,
Class<?> pkClass,
boolean session,
boolean statelessSession,
EJBHome home) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.