| Modifier and Type | Method and Description |
|---|---|
static Application |
Application.createApplication() |
static Application |
Application.createVirtualApplication(String name,
org.glassfish.deployment.common.ModuleDescriptor<BundleDescriptor> newModule)
Creates a new application to hold a standalone module
|
Application |
EjbDescriptor.getApplication() |
abstract Application |
WebComponentDescriptor.getApplication() |
Application |
BundleDescriptor.getApplication()
The application to which I belong, or none if I am standalone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.addApplication(Application application)
Add all the deployment information about the given application to me.
|
void |
BundleDescriptor.setApplication(Application a)
Sets the application to which I belong.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ResourceContainerContextImpl.getAppFromDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationArchivist.createApplication(org.glassfish.api.deployment.archive.ReadableArchive archive,
boolean directory)
This method creates a top level Application object for an ear.
|
Application |
ApplicationFactory.createApplicationFromStandardDD(org.glassfish.api.deployment.archive.ReadableArchive archive,
String archiveType)
This method creates an Application object from reading the
standard deployment descriptor.
|
Application |
ApplicationArchivist.getDefaultBundleDescriptor()
/**
|
Application |
ApplicationArchivist.open(org.glassfish.api.deployment.archive.ReadableArchive appArchive)
open a new application archive file, read all the deployment descriptors
|
Application |
ApplicationFactory.openArchive(Archivist archivist,
org.glassfish.api.deployment.archive.ReadableArchive in,
boolean handleRuntimeInfo)
Open a jar file and return an application object for the modules contained
in the archive.
|
Application |
ApplicationFactory.openArchive(Archivist archivist,
URI jarFile,
boolean handleRuntimeInfo)
Open a jar file and return an application object for the modules contained
in the archive/directory.
|
Application |
ApplicationFactory.openArchive(String appName,
Archivist archivist,
org.glassfish.api.deployment.archive.ReadableArchive in,
boolean handleRuntimeInfo)
Open a jar file and return an application object for the modules contained
in the archive.
|
Application |
ApplicationFactory.openArchive(URI jarFile,
String archiveType)
Open a jar file and return an application object for the modules contained
in the archive.
|
Application |
ApplicationFactory.openArchive(URI jarFile,
String archiveType,
boolean handleRuntimeInfo)
Open a jar file with the default Archivists and return an application
object for the modules contained in the archive.
|
Application |
Archivist.openWith(Application app,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
Application |
ApplicationArchivist.openWith(Application application,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
Application |
ApplicationFactory.openWith(Application application,
org.glassfish.api.deployment.archive.ReadableArchive archive,
Archivist archivist)
This method populates the rest of the Application object from the
previous standard deployment descriptor reading
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
EARBasedPersistenceHelper.addLibraryAndTopLevelCandidates(org.glassfish.api.deployment.archive.ReadableArchive earArchive,
Application app,
boolean includeTopLevel,
Map<String,org.glassfish.api.deployment.archive.ReadableArchive> probablePersistentArchives)
Adds candidate persistence archives from the EAR's library directory
and, if selected, from the top-level.
|
void |
ApplicationArchivist.copyInto(Application a,
org.glassfish.api.deployment.archive.ReadableArchive source,
org.glassfish.api.deployment.archive.WritableArchive target)
Copy this archivist to a new abstract archive
|
void |
ApplicationArchivist.copyInto(Application a,
org.glassfish.api.deployment.archive.ReadableArchive source,
org.glassfish.api.deployment.archive.WritableArchive target,
boolean overwriteManifest)
Copy this archivist to a new abstract archive
|
T |
Archivist.open(org.glassfish.api.deployment.archive.ReadableArchive archive,
Application app) |
T |
Archivist.open(org.glassfish.api.deployment.archive.ReadableArchive descriptorArchive,
org.glassfish.api.deployment.archive.ReadableArchive contentArchive,
Application app)
Creates the DOL object graph for an app for which the descriptor(s)
reside in one archive and the content resides in another.
|
Application |
Archivist.openWith(Application app,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
Application |
ApplicationArchivist.openWith(Application application,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
Application |
ApplicationFactory.openWith(Application application,
org.glassfish.api.deployment.archive.ReadableArchive archive,
Archivist archivist)
This method populates the rest of the Application object from the
previous standard deployment descriptor reading
|
boolean |
ApplicationArchivist.readModulesDescriptors(Application app,
org.glassfish.api.deployment.archive.ReadableArchive appArchive)
read the modules deployment descriptor from this application object using
the passed archive
|
void |
ApplicationArchivist.readRuntimeDeploymentDescriptor(org.glassfish.api.deployment.archive.ReadableArchive archive,
Application descriptor)
Read the runtime deployment descriptors (can contained in one or
many file) set the corresponding information in the passed descriptor.
|
void |
AppClientArchivist.setDescriptor(Application application) |
void |
DescriptorArchivist.write(Application application,
org.glassfish.api.deployment.archive.ReadableArchive in,
org.glassfish.api.deployment.archive.WritableArchive out)
writes an application deployment descriptors
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ApplicationNode.topLevelTagValue(Application descriptor) |
Node |
ApplicationNode.writeDescriptor(Node parent,
Application application)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ApplicationRuntimeNode.writeDescriptor(Node parent,
String nodeName,
Application application)
write the descriptor class to a DOM tree and return it
|
| Constructor and Description |
|---|
ApplicationRuntimeNode(Application descriptor) |
GFApplicationRuntimeNode(Application descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Application |
WeblogicApplicationNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
WeblogicApplicationNode.writeDescriptor(Node parent,
String nodeName,
Application application)
write the descriptor class to a DOM tree and return it
|
| Constructor and Description |
|---|
WeblogicApplicationNode(Application descriptor)
Creates new WeblogicApplicationNode
|
| Modifier and Type | Field and Description |
|---|---|
protected Application |
ComponentValidator.application |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
ComponentValidator.getApplication() |
protected Application |
ApplicationValidator.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
TracerVisitor.accept(Application application)
visit an application object
|
void |
ApplicationVisitor.accept(Application application)
visit an application object
|
void |
ApplicationValidator.accept(Application application)
visit an application object
|
protected void |
ComponentValidator.computeRunAsPrincipalDefault(RunAsIdentityDescriptor runAs,
Application application)
Set a default RunAs principal to given RunAsIdentityDescriptor
if necessary.
|
static List<URI> |
DOLUtils.getLibraryJarURIs(Application app,
org.glassfish.api.deployment.archive.ReadableArchive archive) |
static boolean |
DOLUtils.isRAConnectionFactory(org.glassfish.hk2.api.ServiceLocator habitat,
String type,
Application thisApp) |
static void |
DOLUtils.setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat,
org.glassfish.api.deployment.archive.ReadableArchive archive,
org.glassfish.deployment.common.ModuleDescriptor md,
Application app,
Archivist subArchivist) |
boolean |
ApplicationValidator.validateResourceDescriptor(Application application)
Method to read complete application and all defined descriptor for given app.
|
Copyright © 2013. All Rights Reserved.