Package | Description |
---|---|
javax.ejb |
Contains the Enterprise JavaBeans classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the EJB container.
|
javax.ejb.spi |
Defines interfaces that are implemented by
the EJB container.
|
javax.management.j2ee |
Provides the J2EE Management Enterprise Bean component (MEJB) interfaces.
|
Modifier and Type | Method and Description |
---|---|
EJBHome |
HomeHandle.getEJBHome()
Obtain the home object represented by this handle.
|
EJBHome |
EJBObject.getEJBHome()
Obtain the enterprise bean's remote home interface.
|
EJBHome |
EJBMetaData.getEJBHome()
Obtain the remote 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).
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.