| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| org.glassfish.ejb.deployment.descriptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbDescriptor
Interface for information about an EJB
|
interface |
EjbMessageBeanDescriptor
Interface for Message-Driven Beans
|
interface |
EjbSessionDescriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbReferenceDescriptor
An object representing a link to another ejb.
|
class |
MessageDestinationDescriptor |
class |
ResourceEnvReferenceDescriptor
I am an object representing a dependency on a resource environment
|
class |
ResourceReferenceDescriptor
This descriptor represents a dependency on a resource.
|
| Modifier and Type | Method and Description |
|---|---|
NamedDescriptor |
NamedReferencePair.getReferee()
Gets the named descriptor for the decriptor.
|
| Constructor and Description |
|---|
NamedReferencePair(Descriptor referant,
NamedDescriptor referee,
int type)
Construct a pairing between the given descriptor and the object
it has with a jndi name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyEjbDescriptor
A dummy implementation of the EjbDescriptor
|
class |
EjbCMPEntityDescriptor
This class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.
|
class |
EjbDescriptor
This abstract class encapsulates the meta-information describing
Entity, Session and MessageDriven EJBs.
|
class |
EjbEntityDescriptor
This class contains deployment information for an EntityBean with
bean-managed persistence.
|
class |
EjbMessageBeanDescriptor
Objects of this kind represent the deployment information describing a single message driven Ejb.
|
class |
EjbSessionDescriptor
Objects of this kind represent the deployment information describing a single
Session Ejb : { stateful , stateless, singleton }
|
class |
IASEjbCMPEntityDescriptor
This class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.
|
Copyright © 2017. All rights reserved.