| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| com.sun.enterprise.deployment.web | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceEnvReference |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorConfigProperty |
class |
EjbReferenceDescriptor
An object representing a link to another ejb.
|
class |
EntityManagerFactoryReferenceDescriptor
An object representing a component environment reference
to an EntityManagerFactory
|
class |
EntityManagerReferenceDescriptor
An object representing an component environment reference
to an EntityManager
|
class |
EnvironmentProperty
The EnvironmentProperty class hold the data about a single environment entry for J2EE components.
|
class |
MessageDestinationReferenceDescriptor
An object representing the use of a message destination in a
J2EE component.
|
class |
ResourceEnvReferenceDescriptor
I am an object representing a dependency on a resource environment
|
class |
ResourceReferenceDescriptor
This descriptor represents a dependency on a resource.
|
class |
RoleReference
Special kind of environment property that encapsulates the primitive roles as defined by the bean developer.
|
class |
ServiceReferenceDescriptor
Information about a J2EE web service client.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Enumeration<ContextParameter> |
WebBundleDescriptor.getContextParameters() |
abstract Set<ContextParameter> |
WebBundleDescriptor.getContextParametersSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addContextParameter(ContextParameter contextParameter) |
abstract void |
WebBundleDescriptor.removeContextParameter(ContextParameter contextParameter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbReference
Specialization of ContextParameter that represents a link to an EJB.
|
interface |
ResourceReference
Objects exhibiting this interface represent a specialization of a container property
that is used for obtaining a database connection.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ContextParameter> |
WebBundleDescriptorImpl.getContextParameters() |
Set<ContextParameter> |
WebBundleDescriptorImpl.getContextParametersSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addContextParameter(ContextParameter contextParameter)
Adds a new context parameter to my list.
|
void |
WebBundleDescriptorImpl.removeContextParameter(ContextParameter contextParameter)
Removes the given context parameter from my list.
|
Copyright © 2019. All rights reserved.