| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| org.glassfish.web.deployment.descriptor |
| 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<EnvironmentEntry> |
WebBundleDescriptor.getEnvironmentEntries() |
abstract Set<EnvironmentEntry> |
WebBundleDescriptor.getEnvironmentEntrySet() |
abstract Set<EnvironmentEntry> |
WebBundleDescriptor.getEnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addEnvironmentEntry(EnvironmentEntry environmentEntry) |
abstract void |
WebBundleDescriptor.removeEnvironmentEntry(EnvironmentEntry environmentEntry) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<EnvironmentEntry> |
WebBundleDescriptorImpl.getEnvironmentEntries()
Return my set of environment properties.
|
Set<EnvironmentEntry> |
WebBundleDescriptorImpl.getEnvironmentEntrySet() |
Set<EnvironmentEntry> |
WebBundleDescriptorImpl.getEnvironmentProperties()
Return my set of environment properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addEnvironmentEntry(EnvironmentEntry environmentEntry)
Adds this given environment property to my list.
|
void |
WebBundleDescriptorImpl.removeEnvironmentEntry(EnvironmentEntry environmentEntry)
Removes this given environment property from my list.
|
Copyright © 2019. All rights reserved.