| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRuntime.registerDataSourceDefinitions(Application application)
Used to register data-source-definitions at an earlier stage of deployment (prepare phase).
|
void |
ConnectorRuntime.unRegisterDataSourceDefinitions(Application application)
Used to unRegister data-source-definitions at an later stage of undeploy operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorRuntime.registerDataSourceDefinitions(Application application)
Used to register data-source-definitions at an earlier stage of deployment (prepare phase).
|
void |
ConnectorRuntimeExtension.registerDataSourceDefinitions(Application application) |
void |
ConnectorRuntime.registerMailSessions(Application application) |
void |
ConnectorRuntime.unRegisterDataSourceDefinitions(Application application)
Used to unRegister data-source-definitions at an later stage of undeploy operation.
|
void |
ConnectorRuntimeExtension.unRegisterDataSourceDefinitions(Application application) |
void |
ConnectorRuntime.unRegisterMailSessions(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanManagerImpl.loadManagedBeans(Application app) |
void |
ManagedBeanManagerImpl.unloadManagedBeans(Application app) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanManager.loadManagedBeans(Application app) |
void |
ManagedBeanManager.unloadManagedBeans(Application app) |
| Modifier and Type | Method and Description |
|---|---|
static Application |
Application.createApplication() |
static Application |
Application.createVirtualApplication(String name,
ModuleDescriptor<BundleDescriptor> newModule)
Creates a new application to hold a standalone module
|
abstract Application |
WebComponentDescriptor.getApplication() |
Application |
EjbDescriptor.getApplication()
Gets the application which the EJB is in
|
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(ReadableArchive archive,
boolean directory)
This method creates a top level Application object for an ear.
|
Application |
ApplicationFactory.createApplicationFromStandardDD(ReadableArchive archive,
String archiveType)
This method creates an Application object from reading the
standard deployment descriptor.
|
Application |
ApplicationArchivist.getDefaultBundleDescriptor()
/**
|
Application |
ApplicationArchivist.open(ReadableArchive appArchive)
open a new application archive file, read all the deployment descriptors
|
Application |
ApplicationFactory.openArchive(Archivist archivist,
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,
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 |
ApplicationArchivist.openWith(Application application,
ReadableArchive archive) |
Application |
Archivist.openWith(Application app,
ReadableArchive archive) |
Application |
ApplicationFactory.openWith(Application application,
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(ReadableArchive earArchive,
Application app,
boolean includeTopLevel,
Map<String,ReadableArchive> probablePersistentArchives)
Adds candidate persistence archives from the EAR's library directory
and, if selected, from the top-level.
|
void |
ApplicationArchivist.copyInto(Application a,
ReadableArchive source,
WritableArchive target)
Copy this archivist to a new abstract archive
|
void |
ApplicationArchivist.copyInto(Application a,
ReadableArchive source,
WritableArchive target,
boolean overwriteManifest)
Copy this archivist to a new abstract archive
|
T |
Archivist.open(ReadableArchive archive,
Application app) |
T |
Archivist.open(ReadableArchive descriptorArchive,
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 |
ApplicationArchivist.openWith(Application application,
ReadableArchive archive) |
Application |
Archivist.openWith(Application app,
ReadableArchive archive) |
Application |
ApplicationFactory.openWith(Application application,
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,
ReadableArchive appArchive)
read the modules deployment descriptor from this application object using
the passed archive
|
void |
ApplicationArchivist.readRuntimeDeploymentDescriptor(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,
ReadableArchive in,
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 |
ApplicationValidator.getApplication() |
protected Application |
ComponentValidator.getApplication() |
static Application |
DOLUtils.getApplicationFromEnv(JndiNameEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
void |
TracerVisitor.accept(Application application)
visit an application object
|
void |
ApplicationValidator.accept(Application application)
visit an application object
|
void |
ApplicationVisitor.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,
ReadableArchive archive) |
static boolean |
DOLUtils.isRAConnectionFactory(org.glassfish.hk2.api.ServiceLocator habitat,
String type,
Application thisApp)
Returns true if there is a resource connection definition of the type with the application
|
static boolean |
DOLUtils.isScanningAllowed(Application app,
String entryName)
Returns true if entry not excluded from scanning or specifically included in app
|
static boolean |
DOLUtils.isWhiteListed(Application application,
String className)
Supports extreme classloading isolation
|
static void |
DOLUtils.setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat,
ReadableArchive archive,
ModuleDescriptor md,
Application app,
Archivist subArchivist)
Sets the class for processing an archive on a subarchive
|
boolean |
ApplicationValidator.validateResourceDescriptor(Application application)
Method to read complete application and all defined descriptor for given app.
|
| Modifier and Type | Field and Description |
|---|---|
protected Application |
WarHandler.WebXmlParser.application |
| Modifier and Type | Method and Description |
|---|---|
protected WarHandler.WebXmlParser |
WarHandler.getWebXmlParser(ReadableArchive archive,
Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailSessionDeployer.registerMailSessions(Application application) |
void |
MailSessionDeployer.unRegisterMailSessions(Application application) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Audit.showACL(Application app)
Diagnostic method.
|
| Constructor and Description |
|---|
AppClientDeployerHelper(DeploymentContext dc,
ApplicationClientDescriptor bundleDesc,
AppClientArchivist archivist,
ClassLoader gfClientModuleClassLoader,
Application application,
org.glassfish.hk2.api.ServiceLocator habitat) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbArchivist.setDescriptor(Application descriptor)
Set the DOL descriptor for this Archivist, used by super classes
|
| Modifier and Type | Method and Description |
|---|---|
Application |
EjbDescriptor.getApplication()
Gets the application to which this ejb descriptor belongs.
|
| Modifier and Type | Method and Description |
|---|---|
protected Application |
EjbBundleValidator.getApplication() |
| Modifier and Type | Field and Description |
|---|---|
Application |
ApplicationHolder.app |
| Modifier and Type | Method and Description |
|---|---|
protected Application |
JavaEEDeployer.getApplicationFromApplicationInfo(String appName) |
Application |
DolProvider.load(DeploymentContext dc) |
Application |
DolProvider.processDeploymentMetaData(ReadableArchive archive)
This method populates the Application object from a ReadableArchive
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DolProvider.saveAppDescriptor(Application application,
DeploymentContext context) |
| Constructor and Description |
|---|
ApplicationHolder(Application app) |
| Constructor and Description |
|---|
EarClassLoader(ClassLoader classLoader,
Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceDefinitionDeployer.registerDataSourceDefinitions(Application application) |
void |
DataSourceDefinitionDeployer.unRegisterDataSourceDefinitions(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcRuntimeExtension.registerDataSourceDefinitions(Application application) |
void |
JdbcRuntimeExtension.unRegisterDataSourceDefinitions(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebArchivist.setDescriptor(Application descriptor)
Archivist read XML deployment descriptors and keep the
parsed result in the DOL descriptor instances.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
WebComponentDescriptorImpl.getApplication() |
| Constructor and Description |
|---|
WebappClassLoader(Application application)
Construct a new ClassLoader with no defined repositories and no
parent ClassLoader.
|
WebappClassLoader(ClassLoader parent,
Application application)
Construct a new ClassLoader with the given parent ClassLoader,
but no defined repositories.
|
WebappClassLoader(URL[] urls,
ClassLoader parent,
Application application)
Construct a new ClassLoader with the given parent ClassLoader
and defined repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxRpcRICodegen.accept(Application application)
visit an application object
|
| Constructor and Description |
|---|
DeployedEndpointData(String path,
Application app,
WebServiceEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.bootstrap.WeldBootstrap |
WeldDeployer.getBootstrapForApp(Application app) |
Object |
InjectionPointHelper.resolveInjectionPoint(Member member,
Application app) |
Copyright © 2017. All rights reserved.