Package | Description |
---|---|
javax.ejb | |
javax.ejb.spi | |
javax.management.j2ee | |
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
EJBObject |
SessionContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance.
|
EJBObject |
Handle.getEJBObject()
Obtains the EJB object reference represented by this handle.
|
EJBObject |
EntityContext.getEJBObject()
Obtain a reference to the EJB object that is currently associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EJBObject.isIdentical(EJBObject ejbo)
Tests if a given EJB object is identical to the invoked EJB object.
|
Modifier and Type | Method and Description |
---|---|
EJBObject |
HandleDelegate.readEJBObject(ObjectInputStream istream)
Deserialize the EJBObject reference corresponding to a Handle.
|
Modifier and Type | Method and Description |
---|---|
void |
HandleDelegate.writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream)
Serialize the EJBObject reference corresponding to a Handle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Management
The Management interface provides the APIs to navigate and manipulate managed objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEJBMetaData<T extends EJBObject,H extends EJBHome>
Abstract base class for all EJB metadata.
|
class |
EJBHandle<T extends EJBObject>
A handle for an EJB interface.
|
class |
EntityEJBLocator<T extends EJBObject>
A locator for an entity EJB.
|
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 EJBObject> |
EntityEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Object primaryKey,
Affinity affinity)
Construct a new instance.
|
static <T extends EJBObject> |
EJBHandle.create(EJBLocator<T> locator)
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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.