Uses of Class
com.sun.enterprise.deployment.Application
-
-
Uses of Application in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type Application Modifier and Type Method Description voidConnectorRuntime. registerDataSourceDefinitions(Application application)Used to register data-source-definitions at an earlier stage of deployment (prepare phase).voidConnectorRuntime. unRegisterDataSourceDefinitions(Application application)Used to unRegister data-source-definitions at an later stage of undeploy operation. -
Uses of Application in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors with parameters of type Application Modifier and Type Method Description voidConnectorRuntime. registerDataSourceDefinitions(Application application)Used to register data-source-definitions at an earlier stage of deployment (prepare phase).voidConnectorRuntimeExtension. registerDataSourceDefinitions(Application application)voidConnectorRuntime. registerMailSessions(Application application)voidConnectorRuntime. unRegisterDataSourceDefinitions(Application application)Used to unRegister data-source-definitions at an later stage of undeploy operation.voidConnectorRuntimeExtension. unRegisterDataSourceDefinitions(Application application)voidConnectorRuntime. unRegisterMailSessions(Application application) -
Uses of Application in com.sun.enterprise.container.common.impl.managedbean
Methods in com.sun.enterprise.container.common.impl.managedbean with parameters of type Application Modifier and Type Method Description voidManagedBeanManagerImpl. loadManagedBeans(Application app)voidManagedBeanManagerImpl. unloadManagedBeans(Application app) -
Uses of Application in com.sun.enterprise.container.common.spi
Methods in com.sun.enterprise.container.common.spi with parameters of type Application Modifier and Type Method Description voidManagedBeanManager. loadManagedBeans(Application app)voidManagedBeanManager. unloadManagedBeans(Application app) -
Uses of Application in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return Application Modifier and Type Method Description static ApplicationApplication. createApplication()static ApplicationApplication. createVirtualApplication(String name, ModuleDescriptor<BundleDescriptor> newModule)Creates a new application to hold a standalone moduleApplicationBundleDescriptor. getApplication()The application to which I belong, or none if I am standalone.ApplicationEjbDescriptor. getApplication()Gets the application which the EJB is inabstract ApplicationWebComponentDescriptor. getApplication()Methods in com.sun.enterprise.deployment with parameters of type Application Modifier and Type Method Description voidApplication. addApplication(Application application)Add all the deployment information about the given application to me.voidBundleDescriptor. setApplication(Application a)Sets the application to which I belong. -
Uses of Application in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return Application Modifier and Type Method Description ApplicationResourceContainerContextImpl. getAppFromDescriptor() -
Uses of Application in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return Application Modifier and Type Method Description ApplicationApplicationArchivist. createApplication(ReadableArchive archive, boolean directory)This method creates a top level Application object for an ear.ApplicationApplicationFactory. createApplicationFromStandardDD(ReadableArchive archive, String archiveType)This method creates an Application object from reading the standard deployment descriptor.ApplicationApplicationArchivist. getDefaultBundleDescriptor()ApplicationApplicationArchivist. open(ReadableArchive appArchive)open a new application archive file, read all the deployment descriptorsApplicationApplicationFactory. openArchive(Archivist archivist, URI jarFile, boolean handleRuntimeInfo)Open a jar file and return an application object for the modules contained in the archive/directory.ApplicationApplicationFactory. openArchive(Archivist archivist, ReadableArchive in, boolean handleRuntimeInfo)Open a jar file and return an application object for the modules contained in the archive.ApplicationApplicationFactory. 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.ApplicationApplicationFactory. openArchive(URI jarFile, String archiveType)Open a jar file and return an application object for the modules contained in the archive.ApplicationApplicationFactory. 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.ApplicationApplicationArchivist. openWith(Application application, ReadableArchive archive)ApplicationApplicationFactory. openWith(Application application, ReadableArchive archive, Archivist archivist)This method populates the rest of the Application object from the previous standard deployment descriptor readingApplicationArchivist. openWith(Application app, ReadableArchive archive)Methods in com.sun.enterprise.deployment.archivist with parameters of type Application Modifier and Type Method Description protected static voidEARBasedPersistenceHelper. 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.voidApplicationArchivist. copyInto(Application a, ReadableArchive source, WritableArchive target)Copy this archivist to a new abstract archivevoidApplicationArchivist. copyInto(Application a, ReadableArchive source, WritableArchive target, boolean overwriteManifest)Copy this archivist to a new abstract archiveTArchivist. open(ReadableArchive archive, Application app)TArchivist. 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.ApplicationApplicationArchivist. openWith(Application application, ReadableArchive archive)ApplicationApplicationFactory. openWith(Application application, ReadableArchive archive, Archivist archivist)This method populates the rest of the Application object from the previous standard deployment descriptor readingApplicationArchivist. openWith(Application app, ReadableArchive archive)booleanApplicationArchivist. readModulesDescriptors(Application app, ReadableArchive appArchive)read the modules deployment descriptor from this application object using the passed archivevoidApplicationArchivist. 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.voidAppClientArchivist. setDescriptor(Application application)voidDescriptorArchivist. write(Application application, ReadableArchive in, WritableArchive out)writes an application deployment descriptors -
Uses of Application in com.sun.enterprise.deployment.node
Methods in com.sun.enterprise.deployment.node that return Application Modifier and Type Method Description ApplicationApplicationNode. getDescriptor()Methods in com.sun.enterprise.deployment.node with parameters of type Application Modifier and Type Method Description protected StringApplicationNode. topLevelTagValue(Application descriptor)NodeApplicationNode. writeDescriptor(Node parent, Application application)write the descriptor class to a DOM tree and return it -
Uses of Application in com.sun.enterprise.deployment.node.runtime.application.gf
Methods in com.sun.enterprise.deployment.node.runtime.application.gf with parameters of type Application Modifier and Type Method Description NodeApplicationRuntimeNode. writeDescriptor(Node parent, String nodeName, Application application)write the descriptor class to a DOM tree and return itConstructors in com.sun.enterprise.deployment.node.runtime.application.gf with parameters of type Application Constructor Description ApplicationRuntimeNode(Application descriptor)GFApplicationRuntimeNode(Application descriptor) -
Uses of Application in com.sun.enterprise.deployment.node.runtime.application.wls
Methods in com.sun.enterprise.deployment.node.runtime.application.wls that return Application Modifier and Type Method Description ApplicationWeblogicApplicationNode. getDescriptor()Methods in com.sun.enterprise.deployment.node.runtime.application.wls with parameters of type Application Modifier and Type Method Description NodeWeblogicApplicationNode. writeDescriptor(Node parent, String nodeName, Application application)Write the descriptor class to a DOM tree and return itConstructors in com.sun.enterprise.deployment.node.runtime.application.wls with parameters of type Application Constructor Description WeblogicApplicationNode(Application descriptor)Creates new WeblogicApplicationNode -
Uses of Application in com.sun.enterprise.deployment.util
Fields in com.sun.enterprise.deployment.util declared as Application Modifier and Type Field Description protected ApplicationComponentValidator. applicationMethods in com.sun.enterprise.deployment.util that return Application Modifier and Type Method Description protected ApplicationApplicationValidator. getApplication()protected ApplicationComponentValidator. getApplication()static ApplicationDOLUtils. getApplicationFromEnv(JndiNameEnvironment env)Methods in com.sun.enterprise.deployment.util with parameters of type Application Modifier and Type Method Description voidApplicationValidator. accept(Application application)visit an application objectvoidApplicationVisitor. accept(Application application)visit an application objectvoidTracerVisitor. accept(Application application)visit an application objectprotected voidComponentValidator. 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 booleanDOLUtils. 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 applicationstatic booleanDOLUtils. isScanningAllowed(Application app, String entryName)Returns true if entry not excluded from scanning or specifically included in appstatic booleanDOLUtils. isWhiteListed(Application application, String className)Supports extreme classloading isolationstatic voidDOLUtils. setExtensionArchivistForSubArchivist(org.glassfish.hk2.api.ServiceLocator habitat, ReadableArchive archive, ModuleDescriptor md, Application app, Archivist subArchivist)Sets the class for processing an archive on a subarchivebooleanApplicationValidator. validateResourceDescriptor(Application application)Method to read complete application and all defined descriptor for given app. -
Uses of Application in com.sun.enterprise.glassfish.web
Fields in com.sun.enterprise.glassfish.web declared as Application Modifier and Type Field Description protected ApplicationWarHandler.WebXmlParser. applicationMethods in com.sun.enterprise.glassfish.web with parameters of type Application Modifier and Type Method Description protected WarHandler.WebXmlParserWarHandler. getWebXmlParser(ReadableArchive archive, Application application) -
Uses of Application in com.sun.enterprise.resource.deployer
Methods in com.sun.enterprise.resource.deployer with parameters of type Application Modifier and Type Method Description voidMailSessionDeployer. registerMailSessions(Application application)voidMailSessionDeployer. unRegisterMailSessions(Application application) -
Uses of Application in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee with parameters of type Application Modifier and Type Method Description static voidAudit. showACL(Application app)Diagnostic method. -
Uses of Application in org.glassfish.appclient.server.core
Constructors in org.glassfish.appclient.server.core with parameters of type Application Constructor Description AppClientDeployerHelper(DeploymentContext dc, ApplicationClientDescriptor bundleDesc, AppClientArchivist archivist, ClassLoader gfClientModuleClassLoader, Application application, org.glassfish.hk2.api.ServiceLocator habitat) -
Uses of Application in org.glassfish.ejb.deployment.archivist
Methods in org.glassfish.ejb.deployment.archivist with parameters of type Application Modifier and Type Method Description voidEjbArchivist. setDescriptor(Application descriptor)Set the DOL descriptor for this Archivist, used by super classes -
Uses of Application in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return Application Modifier and Type Method Description ApplicationEjbDescriptor. getApplication()Gets the application to which this ejb descriptor belongs. -
Uses of Application in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util that return Application Modifier and Type Method Description protected ApplicationEjbBundleValidator. getApplication() -
Uses of Application in org.glassfish.javaee.core.deployment
Fields in org.glassfish.javaee.core.deployment declared as Application Modifier and Type Field Description ApplicationApplicationHolder. appMethods in org.glassfish.javaee.core.deployment that return Application Modifier and Type Method Description protected ApplicationJavaEEDeployer. getApplicationFromApplicationInfo(String appName)ApplicationDolProvider. load(DeploymentContext dc)ApplicationDolProvider. processDeploymentMetaData(ReadableArchive archive)This method populates the Application object from a ReadableArchiveMethods in org.glassfish.javaee.core.deployment with parameters of type Application Modifier and Type Method Description protected voidDolProvider. saveAppDescriptor(Application application, DeploymentContext context)Constructors in org.glassfish.javaee.core.deployment with parameters of type Application Constructor Description ApplicationHolder(Application app) -
Uses of Application in org.glassfish.javaee.full.deployment
Constructors in org.glassfish.javaee.full.deployment with parameters of type Application Constructor Description EarClassLoader(ClassLoader classLoader, Application application) -
Uses of Application in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type Application Modifier and Type Method Description voidDataSourceDefinitionDeployer. registerDataSourceDefinitions(Application application)voidDataSourceDefinitionDeployer. unRegisterDataSourceDefinitions(Application application) -
Uses of Application in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime with parameters of type Application Modifier and Type Method Description voidJdbcRuntimeExtension. registerDataSourceDefinitions(Application application)voidJdbcRuntimeExtension. unRegisterDataSourceDefinitions(Application application) -
Uses of Application in org.glassfish.web.deployment.archivist
Methods in org.glassfish.web.deployment.archivist with parameters of type Application Modifier and Type Method Description voidWebArchivist. setDescriptor(Application descriptor)Archivist read XML deployment descriptors and keep the parsed result in the DOL descriptor instances. -
Uses of Application in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return Application Modifier and Type Method Description ApplicationWebComponentDescriptorImpl. getApplication() -
Uses of Application in org.glassfish.web.loader
Constructors in org.glassfish.web.loader with parameters of type Application Constructor 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(ClassLoader parent, Application application, boolean hotDeploy)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. -
Uses of Application in org.glassfish.webservices.deployment
Constructors in org.glassfish.webservices.deployment with parameters of type Application Constructor Description DeployedEndpointData(String path, Application app, WebServiceEndpoint endpoint) -
Uses of Application in org.glassfish.weld
Methods in org.glassfish.weld with parameters of type Application Modifier and Type Method Description org.jboss.weld.bootstrap.WeldBootstrapWeldDeployer. getBootstrapForApp(Application app)ObjectInjectionPointHelper. resolveInjectionPoint(Member member, Application app)
-