| 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 |
CommonResourceBundleDescriptor
Created by IntelliJ IDEA.
|
class |
ConnectorDescriptor
Deployment Information for connector
|
class |
EjbBundleDescriptor
I represent all the configurable deployment information contained in
an EJB JAR.
|
class |
WebBundleDescriptor
I am an object that represents all the deployment information about
a web app [{0}]lication.
|
| Modifier and Type | Field and Description |
|---|---|
protected BundleDescriptor |
JndiEnvironmentRefsGroupDescriptor.bundleDescriptor |
| Modifier and Type | Method and Description |
|---|---|
<T extends BundleDescriptor> |
Application.getBundleDescriptors(Class<T> type)
Obtain a full set of bundle descriptors for a particular type
|
<T extends BundleDescriptor> |
Application.getModuleByTypeAndUri(Class<T> type,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
ManagedBeanDescriptor.getBundle() |
BundleDescriptor |
WebServicesDescriptor.getBundleDescriptor() |
BundleDescriptor |
WebService.getBundleDescriptor() |
BundleDescriptor |
JndiEnvironmentRefsGroupDescriptor.getBundleDescriptor() |
BundleDescriptor |
ServiceReferenceDescriptor.getBundleDescriptor() |
BundleDescriptor |
MessageDestinationDescriptor.getBundleDescriptor() |
BundleDescriptor |
WebServiceEndpoint.getBundleDescriptor() |
BundleDescriptor |
Application.getModuleByUri(String uri)
Lookup module by uri.
|
BundleDescriptor |
EjbReferenceDescriptor.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EntityManagerFactoryReferenceDescriptor.getReferringBundleDescriptor() |
BundleDescriptor |
EntityManagerReferenceDescriptor.getReferringBundleDescriptor() |
BundleDescriptor |
MessageDestinationReferenceDescriptor.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
Application.getRelativeBundle(BundleDescriptor origin,
String relativeTargetUri)
Get a target bundle descriptor based on an input bundle descriptor and
a relative uri from the perspective of the input bundle descriptor.
|
BundleDescriptor |
Application.getStandaloneBundleDescriptor()
if this application object is virtual, return the standalone
bundle descriptor it is wrapping otherwise return null
|
| Modifier and Type | Method and Description |
|---|---|
Set<BundleDescriptor> |
Application.getBundleDescriptors()
Obtain a set of all bundle descriptors, regardless of type
|
Set<BundleDescriptor> |
Application.getBundleDescriptorsOfType(org.glassfish.api.deployment.archive.ArchiveType bundleType)
Obtain a full set of bundle descriptors for a particular type
|
org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor> |
Application.getModuleDescriptorByUri(String uri)
Lookup module by uri.
|
Collection<org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor>> |
Application.getModuleDescriptorsByType(org.glassfish.api.deployment.archive.ArchiveType type)
Lookup module by uri.
|
Set<org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor>> |
Application.getModules()
Obtain a full set of module descriptors
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleDescriptor.addBundleDescriptor(BundleDescriptor bundleDescriptor) |
void |
Application.addBundleDescriptor(BundleDescriptor bundleDescriptor)
Add a bundle descriptor to this application.
|
javax.persistence.EntityManagerFactory |
Application.getEntityManagerFactory(String unitName,
BundleDescriptor declaringModule)
Retrieve the physical entity manager factory associated with the
unitName of an application-level persistence unit.
|
BundleDescriptor |
Application.getRelativeBundle(BundleDescriptor origin,
String relativeTargetUri)
Get a target bundle descriptor based on an input bundle descriptor and
a relative uri from the perspective of the input bundle descriptor.
|
String |
Application.getRelativeUri(BundleDescriptor origin,
BundleDescriptor target)
Return the relative uri between two modules, from the perspective
of the first bundle.
|
String |
Application.getTargetUri(BundleDescriptor origin,
String relativeTargetUri)
Get the uri of a target based on a source module and a
a relative uri from the perspective of that source module.
|
boolean |
BundleDescriptor.isPackagedAsSingleModule(BundleDescriptor other)
Return true if the other bundle descriptor comes from the same module
|
void |
Application.removeBundleDescriptor(BundleDescriptor bundleDescriptor)
Remove a web bundle descriptor from this application.
|
void |
ManagedBeanDescriptor.setBundle(BundleDescriptor bundle) |
void |
WebServicesDescriptor.setBundleDescriptor(BundleDescriptor module) |
void |
JndiEnvironmentRefsGroupDescriptor.setBundleDescriptor(BundleDescriptor desc) |
void |
ServiceReferenceDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
void |
MessageDestinationDescriptor.setBundleDescriptor(BundleDescriptor bundleDesc) |
void |
EjbReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EntityManagerFactoryReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle) |
void |
EntityManagerReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle) |
void |
MessageDestinationReferenceDescriptor.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addModule(org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor> descriptor) |
static Application |
Application.createVirtualApplication(String name,
org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor> newModule)
Creates a new application to hold a standalone module
|
void |
Application.removeModule(org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor> descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Archivist<T extends BundleDescriptor>
This abstract class contains all common behaviour for Achivisits.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
Archivist.descriptor |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Archivist.isProcessAnnotation(BundleDescriptor descriptor) |
protected void |
Archivist.postValidate(BundleDescriptor bundleDesc,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
protected void |
DescriptorArchivist.write(BundleDescriptor bundle,
Archivist archivist,
org.glassfish.api.deployment.archive.ReadableArchive in,
org.glassfish.api.deployment.archive.WritableArchive out)
writes a bundle descriptor
|
void |
ExtensionsArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
org.glassfish.api.deployment.archive.ReadableArchive in,
org.glassfish.api.deployment.archive.WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
PersistenceArchivist.writeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
org.glassfish.api.deployment.archive.ReadableArchive in,
org.glassfish.api.deployment.archive.WritableArchive out)
writes the deployment descriptors (standard and runtime)
to a JarFile using the right deployment descriptor path
|
void |
ExtensionsArchivist.writeRuntimeDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
org.glassfish.api.deployment.archive.ReadableArchive in,
org.glassfish.api.deployment.archive.WritableArchive out)
writes the runtime deployment descriptors to an abstract archive
|
void |
ExtensionsArchivist.writeStandardDeploymentDescriptors(Archivist main,
BundleDescriptor descriptor,
org.glassfish.api.deployment.archive.WritableArchive out)
writes the standard deployment descriptors to an abstract archive
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EARBasedPersistenceHelper.isComponentJar(String jarName,
Set<org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor>> moduleDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuntimeBundleNode.writeMessageDestinationInfo(Node parent,
BundleDescriptor descriptor)
writes the message destination references runtime information
|
static void |
RuntimeDescriptorNode.writeMessageDestinationInfo(Node parent,
BundleDescriptor descriptor) |
void |
WebServiceRuntimeNode.writeWebServiceRuntimeInfo(Node parent,
BundleDescriptor bundle)
writes all the runtime information for the web services for a given
bundle descriptor
|
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
JavaWebStartAccessDescriptor.getBundleDescriptor() |
BundleDescriptor |
JnlpDocDescriptor.getBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaWebStartAccessDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
void |
JnlpDocDescriptor.setBundleDescriptor(BundleDescriptor bundle) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
MessageDescriptor.getBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDescriptor.setBundleDescriptor(BundleDescriptor bundleDesc) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
EjbReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
MessageDestinationReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EntityManagerFactoryReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
BundleDescriptor |
EntityManagerReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
MessageDestinationReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EntityManagerFactoryReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
void |
EntityManagerReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
| Modifier and Type | Field and Description |
|---|---|
protected BundleDescriptor |
ComponentValidator.bundleDescriptor |
| Modifier and Type | Method and Description |
|---|---|
protected BundleDescriptor |
ComponentValidator.getBundleDescriptor() |
protected BundleDescriptor |
ApplicationValidator.getBundleDescriptor() |
static BundleDescriptor |
DOLUtils.getCurrentBundleForContext(org.glassfish.api.deployment.DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TracerVisitor.accept(BundleDescriptor descriptor) |
protected void |
DefaultDOLVisitor.accept(BundleDescriptor bundleDescriptor) |
void |
ComponentValidator.accept(BundleDescriptor bundleDescriptor) |
void |
ModuleContentLinker.accept(BundleDescriptor bundle) |
void |
AppClientValidator.accept(BundleDescriptor descriptor) |
void |
AppClientTracerVisitor.accept(BundleDescriptor descriptor) |
void |
ComponentVisitor.accept(BundleDescriptor bundleDesc)
visits a J2EE component bundle descriptor.
|
void |
ConnectorTracerVisitor.accept(BundleDescriptor descriptor) |
void |
ApplicationValidator.accept(BundleDescriptor descriptor) |
void |
ConnectorValidator.accept(BundleDescriptor descriptor) |
static List<URI> |
DOLUtils.getLibraryJarURIs(BundleDescriptor bundleDesc,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
boolean |
ModuleContentValidator.isWsdlContent(String uri,
BundleDescriptor bundle)
All wsdl files and wsdl imported files live under a well-known
wsdl directory.
|
static void |
DOLUtils.readAlternativeRuntimeDescriptor(org.glassfish.api.deployment.archive.ReadableArchive appArchive,
org.glassfish.api.deployment.archive.ReadableArchive embeddedArchive,
Archivist archivist,
BundleDescriptor descriptor,
String altDDPath) |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor |
EjbReference.getReferringBundleDescriptor()
Get the referring bundle, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbReference.setReferringBundleDescriptor(BundleDescriptor referringBundle)
Set the referring bundle, i.e.
|
Copyright © 2013. All Rights Reserved.