| 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 |
Application
Objects of this type encapsulate the data and behaviour of a J2EE
application.
|
class |
ApplicationClientDescriptor
I represent all the deployment information about
an application client [{0}].
|
class |
EjbBundleDescriptor
I represent all the configurable deployment information contained in
an EJB JAR.
|
class |
WebBundleDescriptor
This class represents all the deployment information about a web application.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceReferenceContainer[] |
ServiceReferenceContainerContext.getServiceRefContainers() |
ServiceReferenceContainer[] |
EjbBundleContext.getServiceRefContainers() |
ServiceReferenceContainer[] |
ResourceContainerContextImpl.getServiceRefContainers()
Returns the default descriptor
|
ServiceReferenceContainer[] |
EjbContext.getServiceRefContainers(String implName) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyEjbDescriptor
A dummy implementation of the EjbDescriptor
|
class |
EjbBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
Copyright © 2019. All rights reserved.