Uses of Interface
org.glassfish.api.deployment.DeploymentContext
-
-
Uses of DeploymentContext in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type DeploymentContext Modifier and Type Method Description static StringConnectorsUtil. getApplicationName(DeploymentContext context)static booleanConnectorsUtil. isEmbedded(DeploymentContext context) -
Uses of DeploymentContext in com.sun.ejb
Methods in com.sun.ejb with parameters of type DeploymentContext Modifier and Type Method Description ContainerContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext)Create the appropriate Container instance and initialize it. -
Uses of DeploymentContext in com.sun.ejb.codegen
Methods in com.sun.ejb.codegen with parameters of type DeploymentContext Modifier and Type Method Description voidStaticRmiStubGenerator. ejbc(DeploymentContext deploymentCtx)Generates and compiles the necessary impl classes, stubs and skels.protected StringGenerator. getUniqueClassName(DeploymentContext context, String origName, String origSuffix, Vector existingClassNames) -
Uses of DeploymentContext in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type DeploymentContext Modifier and Type Method Description voidStatefulContainerFactory. buildComponents(byte[] ipAddress, int port, DeploymentContext dc)ContainerSingletonContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext)ContainerStatefulContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext)ContainerStatelessContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext) -
Uses of DeploymentContext in com.sun.enterprise.connectors.connector.module
Methods in com.sun.enterprise.connectors.connector.module with parameters of type DeploymentContext Modifier and Type Method Description booleanConnectorSniffer. handles(DeploymentContext context)Returns true if the passed file or directory is recognized by this sniffer. -
Uses of DeploymentContext in com.sun.enterprise.connectors.module
Methods in com.sun.enterprise.connectors.module with parameters of type DeploymentContext Modifier and Type Method Description voidConnectorDeployer. clean(DeploymentContext dc)Clean any files and artifacts that were created during the execution of the prepare method.ClassLoaderRarHandler. getClassLoader(ClassLoader parent, DeploymentContext context)Creates a classloader that can load code from inside the archive.ConnectorApplicationConnectorDeployer. load(ConnectorContainer container, DeploymentContext context)Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.<T> TConnectorDeployer. loadMetaData(Class<T> type, DeploymentContext context)Loads the meta date associated with the application.voidConnectorDeployer. unload(ConnectorApplication appContainer, DeploymentContext context)Unload or stop a previously running application identified with the ContractProvider instance. -
Uses of DeploymentContext in com.sun.enterprise.deploy.shared
Methods in com.sun.enterprise.deploy.shared with parameters of type DeploymentContext Modifier and Type Method Description List<URL>AbstractArchiveHandler. getManifestLibraries(DeploymentContext context) -
Uses of DeploymentContext in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type DeploymentContext Modifier and Type Method Description static BundleDescriptorDOLUtils. getCurrentBundleForContext(DeploymentContext context)Gets the associated descriptor with the context -
Uses of DeploymentContext in com.sun.enterprise.glassfish.web
Methods in com.sun.enterprise.glassfish.web with parameters of type DeploymentContext Modifier and Type Method Description protected voidWarHandler. configureContextXmlAttribute(WebappClassLoader cloader, File base, DeploymentContext dc)ClassLoaderWarHandler. getClassLoader(ClassLoader parent, DeploymentContext context) -
Uses of DeploymentContext in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee with parameters of type DeploymentContext Modifier and Type Method Description protected voidSecurityDeployer. cleanArtifacts(DeploymentContext context)protected voidSecurityDeployer. generateArtifacts(DeploymentContext context)DummyApplicationSecurityDeployer. load(SecurityContainer container, DeploymentContext context)static voidSecurityUtil. removeRoleMapper(DeploymentContext dc)voidSecurityDeployer. unload(DummyApplication container, DeploymentContext context) -
Uses of DeploymentContext in com.sun.enterprise.security.permissionsxml
Fields in com.sun.enterprise.security.permissionsxml declared as DeploymentContext Modifier and Type Field Description protected DeploymentContextBasePermissionsProcessor. contextMethods in com.sun.enterprise.security.permissionsxml with parameters of type DeploymentContext Modifier and Type Method Description protected static voidBasePermissionsProcessor. addFilePermissionsForCurrentDir(PermissionCollection revisedPermissions, DeploymentContext context, FilePermission perm)protected static PermissionBasePermissionsProcessor. convertTempDirPermission(PermissionCollection revisedPermissions, DeploymentContext context, FilePermission filePermission)static PermissionCollectionGlobalPolicyUtil. getDeclaredPermissions(CommponentType type, DeploymentContext context)Get the application or module packaged permissionsprotected static voidBasePermissionsProcessor. processFilePermission(PermissionCollection revisedPC, DeploymentContext deploymentContext, FilePermission filePermission)protected static PermissionCollectionBasePermissionsProcessor. processPermisssonsForPath(PermissionCollection originalPermissions, DeploymentContext context)Constructors in com.sun.enterprise.security.permissionsxml with parameters of type DeploymentContext Constructor Description BasePermissionsProcessor(CommponentType type, DeploymentContext context)DeclaredPermissionsProcessor(CommponentType type, DeploymentContext context, PermissionCollection orginalDeclaredPermissions)EarEEPermissionsProcessor(DeploymentContext dc)ModuleEEPermissionsProcessor(CommponentType type, DeploymentContext context)SetPermissionsAction(CommponentType type, DeploymentContext deploymentContext, ClassLoader classLoader) -
Uses of DeploymentContext in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type DeploymentContext Modifier and Type Method Description ClassLoaderClassLoaderHierarchyImpl. createApplicationParentCL(ClassLoader parent, DeploymentContext context)Sets up the parent class loader for the application class loader.org.glassfish.hk2.classmodel.reflect.ParserApplicationLifecycle. getDeployableParser(ReadableArchive source, boolean skipScanExternalLibProp, boolean modelUnAnnotatedMembers, StructuredDeploymentTracing tracing, Logger logger, DeploymentContext deploymentContext)org.glassfish.hk2.classmodel.reflect.TypesApplicationLifecycle. getDeployableTypes(DeploymentContext context)Collection<? extends Sniffer>ApplicationLifecycle. getSniffers(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)Collection<Sniffer>SnifferManagerImpl. getSniffers(DeploymentContext context)Returns a collection of sniffers that recognized some parts of the passed archive as components their container handle.Collection<Sniffer>SnifferManagerImpl. getSniffers(DeploymentContext context, List<URI> uris, org.glassfish.hk2.classmodel.reflect.Types types)TransactionApplicationLifecycle. prepareAppConfigChanges(DeploymentContext context)ParameterMapApplicationLifecycle. prepareInstanceDeployParamMap(DeploymentContext dc)ModuleInfoApplicationLifecycle. prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, DeploymentContext context, ProgressTracker tracker)org.glassfish.hk2.classmodel.reflect.ParserApplicationLifecycle. processParsing(boolean skipScanExternalLibProp, StructuredDeploymentTracing tracing, org.glassfish.hk2.classmodel.reflect.Parser parser, ReadableArchiveScannerAdapter scannerAdapter, DeploymentSpan mainScanSpan, DeploymentContext deploymentContext)voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidApplicationLifecycle. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly)protected Collection<EngineInfo>ApplicationLifecycle. setupContainer(Sniffer sniffer, Logger logger, DeploymentContext context)List<EngineInfo>ApplicationLifecycle. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)set up containers and prepare the sorted ModuleInfosList<EngineInfo>ApplicationLifecycle. setupContainerInfos(DeploymentContext context)protected booleanApplicationLifecycle. startContainers(Collection<EngineInfo> containersInfo, Logger logger, DeploymentContext context)voidSnifferManagerImpl. validateSniffers(Collection<? extends Sniffer> snifferCol, DeploymentContext context) -
Uses of DeploymentContext in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return DeploymentContext Modifier and Type Method Description DeploymentContextWebModuleConfig. getDeploymentContext()Gets the deployment context of this web application.Methods in com.sun.enterprise.web with parameters of type DeploymentContext Modifier and Type Method Description protected voidWebDeployer. generateArtifacts(DeploymentContext dc)WebApplicationWebDeployer. load(WebContainer container, DeploymentContext dc)<V> VWebDeployer. loadMetaData(Class<V> type, DeploymentContext dc)voidWebModuleConfig. setDeploymentContext(DeploymentContext deploymentContext)Sets the deployment context for this web application.voidWebDeployer. unload(WebApplication webApplication, DeploymentContext dc) -
Uses of DeploymentContext in com.sun.jdo.spi.persistence.support.ejb.codegen
Methods in com.sun.jdo.spi.persistence.support.ejb.codegen with parameters of type DeploymentContext Modifier and Type Method Description voidCMPDeployerImpl. clean(DeploymentContext ctx)Integration point for cleanup on undeploy or failed deploy.voidCMPDeployerImpl. deploy(DeploymentContext ctx)Generates the concrete impls for all CMPs in the application.voidCMPGenerator. init(EjbBundleDescriptorImpl ejbBundleDescriptor, DeploymentContext ctx, String bundlePathName, String generatedXmlsPathName)This method is called once for each ejb module in the application that contains CMP beans. -
Uses of DeploymentContext in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type DeploymentContext Modifier and Type Method Description org.netbeans.modules.dbschema.SchemaElementMappingGenerator. generateMapping(DeploymentContext ctx, String inputFilesPath, String generatedXmlsPath, File classout, boolean ignoreSunDeploymentDescriptors)This method will load mapping classes if there is sun-cmp-mappings.xml, otherwise it will call the database generation backend to create mapping classes and schema.voidJDOCodeGenerator. init(EjbBundleDescriptorImpl bundle, DeploymentContext ctx, String bundlePathName, String generatedXmlsPathName)Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbc with parameters of type DeploymentContext Constructor Description CMPProcessor(DeploymentContext ctx)Creates a new instance of CMPProcessor -
Uses of DeploymentContext in fish.payara.microprofile.config.activation
Methods in fish.payara.microprofile.config.activation with parameters of type DeploymentContext Modifier and Type Method Description ConfigApplicationContainerConfigDeployer. load(ConfigContainer container, DeploymentContext deploymentContext)voidConfigDeployer. unload(ConfigApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.config.activation with parameters of type DeploymentContext Constructor Description ConfigApplicationContainer(DeploymentContext deploymentContext) -
Uses of DeploymentContext in fish.payara.microprofile.connector
Fields in fish.payara.microprofile.connector declared as DeploymentContext Modifier and Type Field Description protected DeploymentContextMicroProfileApplicationContainer. ctxMethods in fish.payara.microprofile.connector with parameters of type DeploymentContext Modifier and Type Method Description voidMicroProfileDeployer. clean(DeploymentContext ctx)String[]MicroProfileSniffer. getAnnotationNames(DeploymentContext ctx)booleanMicroProfileSniffer. handles(DeploymentContext context)<V> VMicroProfileDeployer. loadMetaData(Class<V> clazz, DeploymentContext deploymentContext)booleanMicroProfileDeployer. prepare(DeploymentContext ctx)Constructors in fish.payara.microprofile.connector with parameters of type DeploymentContext Constructor Description MicroProfileApplicationContainer(DeploymentContext ctx) -
Uses of DeploymentContext in fish.payara.microprofile.faulttolerance.activation
Methods in fish.payara.microprofile.faulttolerance.activation with parameters of type DeploymentContext Modifier and Type Method Description FaultToleranceApplicationContainerFaultToleranceDeployer. load(FaultToleranceContainer container, DeploymentContext deploymentContext)voidFaultToleranceDeployer. unload(FaultToleranceApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.faulttolerance.activation with parameters of type DeploymentContext Constructor Description FaultToleranceApplicationContainer(DeploymentContext deploymentContext) -
Uses of DeploymentContext in fish.payara.microprofile.healthcheck.activation
Methods in fish.payara.microprofile.healthcheck.activation with parameters of type DeploymentContext Modifier and Type Method Description HealthApplicationContainerHealthDeployer. load(HealthContainer container, DeploymentContext deploymentContext)voidHealthDeployer. unload(HealthApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.healthcheck.activation with parameters of type DeploymentContext Constructor Description HealthApplicationContainer(HealthCheckService healthService, DeploymentContext ctx) -
Uses of DeploymentContext in fish.payara.microprofile.jwtauth.activation
Methods in fish.payara.microprofile.jwtauth.activation with parameters of type DeploymentContext Modifier and Type Method Description JwtAuthApplicationContainerJwtAuthDeployer. load(JwtAuthContainer container, DeploymentContext deploymentContext)voidJwtAuthDeployer. unload(JwtAuthApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.jwtauth.activation with parameters of type DeploymentContext Constructor Description JwtAuthApplicationContainer(DeploymentContext deploymentContext) -
Uses of DeploymentContext in fish.payara.microprofile.metrics.activation
Methods in fish.payara.microprofile.metrics.activation with parameters of type DeploymentContext Modifier and Type Method Description booleanMetricsSniffer. handles(DeploymentContext context)MetricsApplicationContainerMetricsDeployer. load(MetricsContainer container, DeploymentContext deploymentContext)voidMetricsDeployer. unload(MetricsApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.metrics.activation with parameters of type DeploymentContext Constructor Description MetricsApplicationContainer(MetricsServiceImpl metricsService, DeploymentContext deploymentContext) -
Uses of DeploymentContext in fish.payara.microprofile.openapi.activation
Methods in fish.payara.microprofile.openapi.activation with parameters of type DeploymentContext Modifier and Type Method Description OpenApiApplicationContainerOpenApiDeployer. load(OpenApiContainer container, DeploymentContext deploymentContext)voidOpenApiDeployer. unload(OpenApiApplicationContainer applicationContainer, DeploymentContext ctx)Constructors in fish.payara.microprofile.openapi.activation with parameters of type DeploymentContext Constructor Description OpenApiApplicationContainer(OpenApiService openapi, DeploymentContext deploymentContext) -
Uses of DeploymentContext in fish.payara.microprofile.openapi.impl
Methods in fish.payara.microprofile.openapi.impl with parameters of type DeploymentContext Modifier and Type Method Description voidOpenApiService. registerApp(String applicationId, DeploymentContext ctx) -
Uses of DeploymentContext in fish.payara.nucleus.hotdeploy
Methods in fish.payara.nucleus.hotdeploy with parameters of type DeploymentContext Modifier and Type Method Description Optional<ApplicationState>HotDeployService. getApplicationState(DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.api.container
Methods in org.glassfish.api.container with parameters of type DeploymentContext Modifier and Type Method Description String[]Sniffer. getAnnotationNames(DeploymentContext context)Returns the list of annotation names that this sniffer is interested in.booleanSniffer. handles(DeploymentContext context)Returns true if the passed file or directory is recognized by this sniffer. -
Uses of DeploymentContext in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment with parameters of type DeploymentContext Modifier and Type Method Description voidDeployer. clean(DeploymentContext context)Clean any files and artifacts that were created during the execution of the prepare method.TApplicationMetaDataProvider. load(DeploymentContext dc)Load the metadata associated with the deployment eventUDeployer. load(T container, DeploymentContext context)Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.<V> VDeployer. loadMetaData(Class<V> type, DeploymentContext context)Loads the meta date associated with the application.booleanDeployer. prepare(DeploymentContext context)Prepares the application bits for running in the application server.voidDeployer. unload(U appContainer, DeploymentContext context)Unload or stop a previously running application identified with the ContractProvider instance. -
Uses of DeploymentContext in org.glassfish.api.deployment.archive
Methods in org.glassfish.api.deployment.archive with parameters of type DeploymentContext Modifier and Type Method Description voidArchiveHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Prepares the jar file to a format the ApplicationContainer is expecting.ClassLoaderArchiveHandler. getClassLoader(ClassLoader parent, DeploymentContext context)Creates a classloader that can load code from inside the archive.StringArchiveHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)StringArchiveHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context, String originalAppName)voidCompositeHandler. initCompositeMetaData(DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc that return DeploymentContext Modifier and Type Method Description DeploymentContextProviderContainerContractInfoImpl. getDeploymentContext() -
Uses of DeploymentContext in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return DeploymentContext Modifier and Type Method Description DeploymentContextAppClientDeployerHelper. dc()DeploymentContextAppClientServerApplication. dc()Methods in org.glassfish.appclient.server.core with parameters of type DeploymentContext Modifier and Type Method Description abstract URIAppClientDeployerHelper. appClientServerOriginalAnchor(DeploymentContext dc)Returns the URI on the server to the original location of the app client.URINestedAppClientDeployerHelper. appClientServerOriginalAnchor(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. appClientServerOriginalAnchor(DeploymentContext dc)abstract URIAppClientDeployerHelper. appClientServerURI(DeploymentContext dc)Returns the URI to the server's copy of the developer's original app client JAR.URINestedAppClientDeployerHelper. appClientServerURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. appClientServerURI(DeploymentContext dc)Returns the URI to the serverabstract URIAppClientDeployerHelper. appClientURIWithinApp(DeploymentContext dc)Returns the URI within the enclosing app of the app client JAR.URINestedAppClientDeployerHelper. appClientURIWithinApp(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. appClientURIWithinApp(DeploymentContext dc)Returns the URI for the app client within the artificial containing app.abstract URIAppClientDeployerHelper. appClientUserURI(DeploymentContext dc)Returns the URI to the developer's original app client JAR within the download directory the user specifies in "deploy --retrieve" or "get-client-stubs."URINestedAppClientDeployerHelper. appClientUserURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. appClientUserURI(DeploymentContext dc)Returns the URI for the developer's original app client JAR within the user's download directory.abstract URIAppClientDeployerHelper. appClientUserURIForFacade(DeploymentContext dc)Returns the URI to be used for the GlassFish-AppClient manifest entry in the facade.URINestedAppClientDeployerHelper. appClientUserURIForFacade(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. appClientUserURIForFacade(DeploymentContext dc)StringAppClientDeployerHelper. appName(DeploymentContext dc)voidAppClientDeployer. clean(DeploymentContext dc)Clean any files and artifacts that were created during the execution of the prepare method.protected voidStandaloneAppClientDeployerHelper. copyOriginalAppClientJAR(DeploymentContext dc)protected abstract StringAppClientDeployerHelper. facadeFileNameAndType(DeploymentContext dc)Returns the file name (and type) for the facade, excluding any directory information.protected StringNestedAppClientDeployerHelper. facadeFileNameAndType(DeploymentContext dc)protected StringStandaloneAppClientDeployerHelper. facadeFileNameAndType(DeploymentContext dc)Returns the file name and type of the facade.abstract URIAppClientDeployerHelper. facadeServerURI(DeploymentContext dc)Returns the URI to the server's copy of the facade JAR file.URINestedAppClientDeployerHelper. facadeServerURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. facadeServerURI(DeploymentContext dc)Returns the URI for the generated facade JAR.abstract URIAppClientDeployerHelper. facadeUserURI(DeploymentContext dc)Returns the URI for the facade JAR, relative to the download directory to which the user will fetch the relevant JARs (either as part of "deploy --retrieve" or "get-client-stubs."URINestedAppClientDeployerHelper. facadeUserURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. facadeUserURI(DeploymentContext dc)Returns the URI for the facade within the user's download directory.protected voidAppClientDeployer. generateArtifacts(DeploymentContext dc)ClassLoaderCarHandler. getClassLoader(ClassLoader parent, DeploymentContext context)abstract URIAppClientDeployerHelper. groupFacadeServerURI(DeploymentContext dc)URINestedAppClientDeployerHelper. groupFacadeServerURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. groupFacadeServerURI(DeploymentContext dc)abstract URIAppClientDeployerHelper. groupFacadeUserURI(DeploymentContext dc)Returns the URI for the group facade JAR, relative to the download directory to which the user will fetch the relevant JARs (either as part of "deploy --retrieve" or "get-client-stubs."URINestedAppClientDeployerHelper. groupFacadeUserURI(DeploymentContext dc)URIStandaloneAppClientDeployerHelper. groupFacadeUserURI(DeploymentContext dc)voidAppClientServerApplication. init(DeploymentContext dc, AppClientDeployerHelper helper)AppClientServerApplicationAppClientDeployer. load(AppClientContainerStarter containerStarter, DeploymentContext dc)abstract StringAppClientDeployerHelper. pathToAppclientWithinApp(DeploymentContext dc)Returns the relative path to the app client within the enclosing app.StringNestedAppClientDeployerHelper. pathToAppclientWithinApp(DeploymentContext dc)StringStandaloneAppClientDeployerHelper. pathToAppclientWithinApp(DeploymentContext dc)voidAppClientDeployer. unload(AppClientServerApplication application, DeploymentContext dc)abstract URIAppClientDeployerHelper. URIWithinAppDir(DeploymentContext dc, URI absoluteURI)Returns a relative URI within the app directory for the specified absolute URI.URINestedAppClientDeployerHelper. URIWithinAppDir(DeploymentContext dc, URI absoluteURI)URIStandaloneAppClientDeployerHelper. URIWithinAppDir(DeploymentContext dc, URI absoluteURI)Constructors in org.glassfish.appclient.server.core with parameters of type DeploymentContext Constructor Description AppClientDeployerHelper(DeploymentContext dc, ApplicationClientDescriptor bundleDesc, AppClientArchivist archivist, ClassLoader gfClientModuleClassLoader, Application application, org.glassfish.hk2.api.ServiceLocator habitat)ApplicationSignedJARManager(String autoSigningAlias, ASJarSigner jarSigner, org.glassfish.hk2.api.ServiceLocator habitat, DeploymentContext dc, AppClientDeployerHelper helper, URI EARDirectoryServerURI, URI EARDirectoryUserURI) -
Uses of DeploymentContext in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws with parameters of type DeploymentContext Modifier and Type Method Description static URIJavaWebStartInfo. relativeURIForProvidedOrGeneratedAppFile(DeploymentContext dc, URI absURI, AppClientDeployerHelper helper)static FileJavaWebStartInfo. signedFileForProvidedAppFile(URI relURI, File unsignedFile, AppClientDeployerHelper helper, DeploymentContext dc)static StringJWSAdapterManager. signingAlias(DeploymentContext dc) -
Uses of DeploymentContext in org.glassfish.deployment.admin
Methods in org.glassfish.deployment.admin with parameters of type DeploymentContext Modifier and Type Method Description voidDeployCommand.Interceptor. intercept(DeployCommand self, DeploymentContext context)Called by the deployment command to intercept a deployment activity.Constructors in org.glassfish.deployment.admin with parameters of type DeploymentContext Constructor Description InterceptorNotifier(org.glassfish.hk2.api.ServiceLocator habitat, DeploymentContext basicDC) -
Uses of DeploymentContext in org.glassfish.deployment.common
Classes in org.glassfish.deployment.common that implement DeploymentContext Modifier and Type Class Description classDeploymentContextImplMethods in org.glassfish.deployment.common with parameters of type DeploymentContext Modifier and Type Method Description voidSimpleDeployer. clean(DeploymentContext context)Clean any files and artifacts that were created during the execution of the prepare method.protected abstract voidSimpleDeployer. cleanArtifacts(DeploymentContext dc)static ArtifactsDeploymentUtils. downloadableArtifacts(DeploymentContext dc)Returns the downloadable artifacts object from the specified deployment context, creating it there if it does not already exist.protected abstract voidSimpleDeployer. generateArtifacts(DeploymentContext dc)static ArtifactsDeploymentUtils. generatedArtifacts(DeploymentContext dc)Returns the generated artifacts object from the specified deployment context, creating it there if it does not already exist.static ArtifactsArtifacts. get(DeploymentContext dc, String keyPrefix)Returns the Artifacts object from the deployment context with the sepcified key prefix, creating a new one and storing it in the DC if no matching Artifacts object already exists.static ClientArtifactsManagerClientArtifactsManager. get(DeploymentContext dc)Retrieves the client artifacts store from the provided deployment context, creating one and storing it back into the DC if none is there yet.static List<URL>DeploymentUtils. getManifestLibraries(DeploymentContext context)static List<URL>DeploymentUtils. getManifestLibraries(DeploymentContext context, Manifest manifest)static booleanDeploymentUtils. isArchiveOfType(ReadableArchive archive, ArchiveType archiveType, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator locator)USimpleDeployer. load(T container, DeploymentContext context)No-op<V> VSimpleDeployer. loadMetaData(Class<V> type, DeploymentContext context)Loads the meta date associated with the application.booleanSimpleDeployer. prepare(DeploymentContext dc)Prepares the application bits for running in the application server.voidArtifacts. record(DeploymentContext dc)Records the Artifacts object into the specified deployment context.voidSimpleDeployer. unload(U appContainer, DeploymentContext context)No-opstatic booleanDeploymentUtils. useV2Compatibility(DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.ejb.deployment
Methods in org.glassfish.ejb.deployment with parameters of type DeploymentContext Modifier and Type Method Description ClassLoaderEjbJarHandler. getClassLoader(ClassLoader parent, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb with parameters of type DeploymentContext Modifier and Type Method Description ContainerMessageBeanContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext) -
Uses of DeploymentContext in org.glassfish.ejb.spi
Methods in org.glassfish.ejb.spi with parameters of type DeploymentContext Modifier and Type Method Description voidCMPDeployer. clean(DeploymentContext ctx)voidCMPDeployer. deploy(DeploymentContext ctx) -
Uses of DeploymentContext in org.glassfish.ejb.startup
Methods in org.glassfish.ejb.startup with parameters of type DeploymentContext Modifier and Type Method Description voidEjbDeployer. clean(DeploymentContext dc)Clean any files and artifacts that were created during the execution of the prepare method.protected voidEjbDeployer. generateArtifacts(DeploymentContext dc)Use this method to generate any ejb-related artifacts for the moduleEjbApplicationEjbDeployer. load(EjbContainerStarter containerStarter, DeploymentContext dc)booleanEjbDeployer. prepare(DeploymentContext dc)voidEjbDeployer. unload(EjbApplication ejbApplication, DeploymentContext dc)Constructors in org.glassfish.ejb.startup with parameters of type DeploymentContext Constructor Description EjbApplication(EjbBundleDescriptorImpl bundle, DeploymentContext dc, ClassLoader cl, org.glassfish.hk2.api.ServiceLocator services) -
Uses of DeploymentContext in org.glassfish.extras.grizzly
Methods in org.glassfish.extras.grizzly with parameters of type DeploymentContext Modifier and Type Method Description voidGrizzlyDeployer. clean(DeploymentContext context)GrizzlyAppGrizzlyDeployer. load(GrizzlyContainer container, DeploymentContext context)Deploy aAdapterprGrizzlyAdapter.<V> VGrizzlyDeployer. loadMetaData(Class<V> type, DeploymentContext context)booleanGrizzlyDeployer. prepare(DeploymentContext context)voidGrizzlyDeployer. unload(GrizzlyApp appContainer, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.extras.osgicontainer
Methods in org.glassfish.extras.osgicontainer with parameters of type DeploymentContext Modifier and Type Method Description voidOSGiDeployer. clean(DeploymentContext context)voidOSGiArchiveHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Overriding the expand method of base class(GenericHandler) in order to support allowing wrapping of non-OSGi bundles when --type=osgi option is used in deploy command or GUI.ClassLoaderOSGiArchiveHandler. getClassLoader(ClassLoader parent, DeploymentContext context)StringOSGiArchiveHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)booleanOSGiSniffer. handles(DeploymentContext context)voidOSGiArchiveHandler. initCompositeMetaData(DeploymentContext context)OSGiDeployedBundleOSGiDeployer. load(OSGiContainer container, DeploymentContext context)<V> VOSGiDeployer. loadMetaData(Class<V> type, DeploymentContext context)booleanOSGiDeployer. prepare(DeploymentContext context)voidOSGiDeployer. unload(OSGiDeployedBundle appContainer, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.internal.api
Methods in org.glassfish.internal.api with parameters of type DeploymentContext Modifier and Type Method Description ClassLoaderClassLoaderHierarchy. createApplicationParentCL(ClassLoader parent, DeploymentContext context)Sets up the parent class loader for the application class loader.voidJAXRPCCodeGenFacade. run(org.glassfish.hk2.api.ServiceLocator habitat, DeploymentContext context, String cp, boolean processServiceReferences) -
Uses of DeploymentContext in org.glassfish.internal.data
Methods in org.glassfish.internal.data with parameters of type DeploymentContext Modifier and Type Method Description voidModuleInfo. reload(DeploymentContext context, ProgressTracker tracker)voidModuleInfo. start(DeploymentContext context, ProgressTracker tracker) -
Uses of DeploymentContext in org.glassfish.internal.deployment
Subinterfaces of DeploymentContext in org.glassfish.internal.deployment Modifier and Type Interface Description interfaceExtendedDeploymentContextsemi-private interface to the deployment contextFields in org.glassfish.internal.deployment with type parameters of type DeploymentContext Modifier and Type Field Description static EventTypes<DeploymentContext>Deployment. AFTER_APPLICATION_CLASSLOADER_CREATIONThis synchronous event is sent after creation of application classloader.static EventTypes<DeploymentContext>Deployment. AFTER_DEPLOYMENT_CLASSLOADER_CREATIONThis synchronous event is sent after creation of deployment classloader.static EventTypes<DeploymentContext>Deployment. ALL_APPLICATIONS_LOADEDtriggered when all applications are loaded, but not yet initialized Useful to find out when all classes are available in the class loaderstatic EventTypes<DeploymentContext>Deployment. ALL_APPLICATIONS_PROCESSEDThe following asynchronous event is sent after all applications are started in server start up.static EventTypes<DeploymentContext>Deployment. ALL_APPLICATIONS_STOPPEDAll applications are now stopped / unloaded in the process of server shutdownstatic EventTypes<DeploymentContext>Deployment. APPLICATION_CLEANEDstatic EventTypes<DeploymentContext>Deployment. APPLICATION_PREPAREDThe following synchronous events are sent after each change in an application stated (An application contains 1 to many modules)static EventTypes<DeploymentContext>Deployment. DEPLOYMENT_BEFORE_CLASSLOADER_CREATIONThis synchronous event is sent before prepare phase of deployment.static EventTypes<DeploymentContext>Deployment. DEPLOYMENT_FAILUREThis asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application) failed.static EventTypes<DeploymentContext>Deployment. DEPLOYMENT_STARTThis synchronous event is sent when a new deployment or loading of an already deployed application start.static EventTypes<DeploymentContext>Deployment. INITIAL_CONTEXT_CREATEDThis synchronous event is sent right after initial deployment context is createdstatic EventTypes<DeploymentContext>Deployment. MODULE_CLEANEDstatic EventTypes<DeploymentContext>Deployment. MODULE_PREPAREDThe following synchronous events are sent after each change in a module state.static EventTypes<DeploymentContext>Deployment. UNDEPLOYMENT_FAILUREThis asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application) failed.static EventTypes<DeploymentContext>Deployment. UNDEPLOYMENT_SUCCESSThis asynchronous event is sent when a deployment activity (first time deploy or loading of an already deployed application) succeeded.static EventTypes<DeploymentContext>Deployment. UNDEPLOYMENT_VALIDATIONThe following synchronous event is sent before the application is undeployed so various listeners could validate the undeploy operation and decide whether to abort undeploymentMethods in org.glassfish.internal.deployment that return DeploymentContext Modifier and Type Method Description DeploymentContextDeployment. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)DeploymentContextDeployment. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)Methods in org.glassfish.internal.deployment with parameters of type DeploymentContext Modifier and Type Method Description voidGenericDeployer. clean(DeploymentContext context)voidGenericHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)Prepares the jar file to a format the ApplicationContainer is expecting.String[]GenericSniffer. getAnnotationNames(DeploymentContext context)Returns the list of annotation names that this sniffer is interested in.StringGenericHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context)StringGenericHandler. getDefaultApplicationName(ReadableArchive archive, DeploymentContext context, String originalAppName)Returns the default application name usable for identifying the archive.org.glassfish.hk2.classmodel.reflect.TypesDeployment. getDeployableTypes(DeploymentContext context)Scans the source of the deployment operation for all types and store the result in the deployment context.StringApplicationInfoProvider. getNameFor(ReadableArchive archive, DeploymentContext context)return the name for the given applicationCollection<? extends Sniffer>Deployment. getSniffers(ArchiveHandler archiveHandler, Collection<? extends Sniffer> sniffers, DeploymentContext context)Collection<Sniffer>SnifferManager. getSniffers(DeploymentContext context)Returns a collection of sniffers that recognized some parts of the passed archive as components their container handle.Collection<Sniffer>SnifferManager. getSniffers(DeploymentContext context, List<URI> uris, org.glassfish.hk2.classmodel.reflect.Types types)booleanGenericSniffer. handles(DeploymentContext context)Returns true if the passed file or directory is recognized by this composite sniffer.GenericApplicationContainerGenericDeployer. load(T container, DeploymentContext context)<V> VGenericDeployer. loadMetaData(Class<V> type, DeploymentContext context)booleanGenericDeployer. prepare(DeploymentContext context)TransactionDeployment. prepareAppConfigChanges(DeploymentContext context)ParameterMapDeployment. prepareInstanceDeployParamMap(DeploymentContext dc)ModuleInfoDeployment. prepareModule(List<EngineInfo> sortedEngineInfos, String moduleName, DeploymentContext context, ProgressTracker tracker)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t)voidDeployment. registerAppInDomainXML(ApplicationInfo applicationInfo, DeploymentContext context, Transaction t, boolean appRefOnly)List<EngineInfo>Deployment. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)List<EngineInfo>Deployment. setupContainerInfos(DeploymentContext context)voidGenericDeployer. unload(GenericApplicationContainer appContainer, DeploymentContext context)voidVerifier. verify(DeploymentContext context)Called after a successful deployment prepare phase. -
Uses of DeploymentContext in org.glassfish.internal.deployment.analysis
Methods in org.glassfish.internal.deployment.analysis with parameters of type DeploymentContext Modifier and Type Method Description static StructuredDeploymentTracingStructuredDeploymentTracing. load(DeploymentContext context)DeploymentTracingStructuredDeploymentTracing. register(DeploymentContext deploymentContext) -
Uses of DeploymentContext in org.glassfish.javaee.core.deployment
Methods in org.glassfish.javaee.core.deployment with parameters of type DeploymentContext Modifier and Type Method Description voidJavaEEDeployer. clean(DeploymentContext context)Clean any files and artifacts that were created during the execution of the prepare method.protected voidJavaEEDeployer. generateArtifacts(DeploymentContext dc)protected StringJavaEEDeployer. getModuleClassPath(DeploymentContext ctx)Returns the classpath associated with this module Can be used to compile generated cmp classes, rmi stubs etc.StringDolProvider. getNameFor(ReadableArchive archive, DeploymentContext context)return the name for the given applicationprotected StringJavaEEDeployer. getObjectType(DeploymentContext context)static booleanJavaEEDeploymentUtils. isJavaEE(ReadableArchive archive, DeploymentContext context, org.glassfish.hk2.api.ServiceLocator habitat)check whether the archive is a JavaEE archiveApplicationDolProvider. load(DeploymentContext dc)UJavaEEDeployer. load(T container, DeploymentContext context)Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.<V> VJavaEEDeployer. loadMetaData(Class<V> type, DeploymentContext dc)Loads the meta date associated with the application.booleanJavaEEDeployer. prepare(DeploymentContext dc)Prepares the application bits for running in the application server.protected voidDolProvider. saveAppDescriptor(Application application, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.javaee.full.deployment
Methods in org.glassfish.javaee.full.deployment with parameters of type DeploymentContext Modifier and Type Method Description voidEarDeployer. clean(DeploymentContext context)voidEarHandler. expand(ReadableArchive source, WritableArchive target, DeploymentContext context)protected voidEarDeployer. generateArtifacts(DeploymentContext context)ClassLoaderEarHandler. getClassLoader(ClassLoader parent, DeploymentContext context)booleanEarSniffer. handles(DeploymentContext context)Returns true if the passed file or directory is recognized by this composite sniffer.voidEarHandler. initCompositeMetaData(DeploymentContext context)ApplicationContainerEarDeployer. load(Container container, DeploymentContext context)ObjectEarDeployer. loadMetaData(Class type, DeploymentContext context)booleanEarDeployer. prepare(DeploymentContext context)protected voidEarHandler. processEEPermissions(DeploymentContext dc)voidEarDeployer. unload(ApplicationContainer appContainer, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.loader.util
Methods in org.glassfish.loader.util with parameters of type DeploymentContext Modifier and Type Method Description static StringASClassLoaderUtil. getModuleClassPath(org.glassfish.hk2.api.ServiceLocator habitat, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.persistence.common
Methods in org.glassfish.persistence.common with parameters of type DeploymentContext Modifier and Type Method Description static DataSourcePersistenceHelper. lookupNonTxResource(ConnectorRuntime connectorRuntime, DeploymentContext ctx, String dataSourceName)static DataSourcePersistenceHelper. lookupPMResource(ConnectorRuntime connectorRuntime, DeploymentContext ctx, String dataSourceName)Constructors in org.glassfish.persistence.common with parameters of type DeploymentContext Constructor Description Java2DBProcessorHelper(DeploymentContext ctx)Creates a new instance of Java2DBProcessorHelper. -
Uses of DeploymentContext in org.glassfish.persistence.ejb.entitybean.container
Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type DeploymentContext Modifier and Type Method Description ContainerEntityContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, DeploymentContext deployContext) -
Uses of DeploymentContext in org.glassfish.persistence.jpa
Methods in org.glassfish.persistence.jpa that return DeploymentContext Modifier and Type Method Description DeploymentContextProviderContainerContractInfo. getDeploymentContext()DeploymentContextServerProviderContainerContractInfo. getDeploymentContext()Methods in org.glassfish.persistence.jpa with parameters of type DeploymentContext Modifier and Type Method Description protected voidJPADeployer. cleanArtifacts(DeploymentContext dc)protected voidJPADeployer. generateArtifacts(DeploymentContext dc)JPApplicationContainerJPADeployer. load(JPAContainer container, DeploymentContext context)<V> VJPADeployer. loadMetaData(Class<V> type, DeploymentContext context)booleanJPADeployer. prepare(DeploymentContext context)EMFs for refered pus are created and stored in JPAApplication instance.Constructors in org.glassfish.persistence.jpa with parameters of type DeploymentContext Constructor Description EmbeddedProviderContainerContractInfo(DeploymentContext deploymentContext, ConnectorRuntime connectorRuntime, boolean isDas)ProviderContainerContractInfoBase(ConnectorRuntime connectorRuntime, DeploymentContext context)ServerProviderContainerContractInfo(DeploymentContext deploymentContext, ConnectorRuntime connectorRuntime, boolean isDas) -
Uses of DeploymentContext in org.glassfish.persistence.jpa.schemageneration
Methods in org.glassfish.persistence.jpa.schemageneration with parameters of type DeploymentContext Modifier and Type Method Description voidEclipseLinkSchemaGenerationProcessor. init(PersistenceUnitDescriptor pud, DeploymentContext context)voidJPAStandardSchemaGenerationProcessor. init(PersistenceUnitDescriptor pud, DeploymentContext deploymentContext)voidSchemaGenerationProcessor. init(PersistenceUnitDescriptor pud, DeploymentContext deploymentContext)initialize the processor -
Uses of DeploymentContext in org.glassfish.persistence.jpaconnector
Methods in org.glassfish.persistence.jpaconnector with parameters of type DeploymentContext Modifier and Type Method Description booleanJPACompositeSniffer. handles(DeploymentContext context)Decides whether we have any pu roots at ear level -
Uses of DeploymentContext in org.glassfish.resources.module
Methods in org.glassfish.resources.module with parameters of type DeploymentContext Modifier and Type Method Description voidResourcesDeployer. createResources(DeploymentContext dc, boolean embedded, boolean deployResources)ResourcesApplicationResourcesDeployer. load(ResourcesContainer container, DeploymentContext context)Loads a previously prepared application in its execution environment and return a ContractProvider instance that will identify this environment in future communications with the application's container runtime.voidResourcesDeployer. populateResourceConfigInAppInfo(DeploymentContext dc)During "load()" event (eg: app/app-ref enable, server start), populate resource-config in app-info so that it can be used for constructing connector-classloader for the application.voidResourcesDeployer. retainResourceConfig(DeploymentContext dc, Map<String,Resources> allResources)retain old resource configuration for the new archive being deployed.voidResourcesDeployer. unload(ResourcesApplication appContainer, DeploymentContext context) -
Uses of DeploymentContext in org.glassfish.web.sniffer
Methods in org.glassfish.web.sniffer with parameters of type DeploymentContext Modifier and Type Method Description booleanWebSniffer. handles(DeploymentContext context)Returns true if the passed file or directory is recognized by this sniffer. -
Uses of DeploymentContext in org.glassfish.webservices
Methods in org.glassfish.webservices with parameters of type DeploymentContext Modifier and Type Method Description voidWebServicesDeployer. clean(DeploymentContext dc)protected voidWebServicesDeployer. cleanArtifacts(DeploymentContext deploymentContext)WebServicesApplicationWebServicesDeployer. load(WebServicesContainer container, DeploymentContext context)ObjectWebServicesDeployer. loadMetaData(Class type, DeploymentContext dc)Loads the meta date associated with the application.booleanWebServicesDeployer. prepare(DeploymentContext dc)Prepares the application bits for running in the application server.protected voidWebServicesDeployer. setupJaxWSServiceForDeployment(DeploymentContext dc, WebService ws)voidWebServicesDeployer. unload(WebServicesApplication container, DeploymentContext context)Constructors in org.glassfish.webservices with parameters of type DeploymentContext Constructor Description WebServicesApplication(DeploymentContext context, RequestDispatcher dispatcherString, Set<String> publishedFiles) -
Uses of DeploymentContext in org.glassfish.webservices.metroglue
Methods in org.glassfish.webservices.metroglue with parameters of type DeploymentContext Modifier and Type Method Description protected voidMetroDeployer. cleanArtifacts(DeploymentContext dc)protected voidMetroDeployer. generateArtifacts(DeploymentContext dc) -
Uses of DeploymentContext in org.glassfish.weld
Methods in org.glassfish.weld with parameters of type DeploymentContext Modifier and Type Method Description protected voidWeldDeployer. cleanArtifacts(DeploymentContext dc)protected voidWeldDeployer. generateArtifacts(DeploymentContext dc)WeldApplicationContainerWeldDeployer. load(WeldContainer container, DeploymentContext context)Processing in this method is performed for each module that is in the process of being loaded by the container.<V> VWeldDeployer. loadMetaData(Class<V> type, DeploymentContext context)booleanWeldDeployer. prepare(DeploymentContext context)voidDeploymentImpl. scanArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext context, String moduleName)ProduceBeanDeploymentArchives for thisDeploymentfrom information from the providedReadableArchive.Constructors in org.glassfish.weld with parameters of type DeploymentContext Constructor Description BeanDeploymentArchiveImpl(String id, List<Class<?>> wClasses, List<URL> beansXmlUrls, Collection<EjbDescriptor> ejbs, DeploymentContext ctx)These are for empty BDAs that do not model Bean classes in the current //deployment unit -- for example: BDAs for portable Extensions.BeanDeploymentArchiveImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext ctx)Produce aBeanDeploymentArchiveform information contained in the providedReadableArchive.BeanDeploymentArchiveImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext ctx, String bdaID)DeploymentImpl(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext context, ArchiveFactory archiveFactory, String moduleName, InjectionManager injectionManager)ProduceBeanDeploymentArchives for thisDeploymentfrom information from the providedReadableArchive.RootBeanDeploymentArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext deploymentContext)RootBeanDeploymentArchive(ReadableArchive archive, Collection<EjbDescriptor> ejbs, DeploymentContext deploymentContext, String moduleBdaID) -
Uses of DeploymentContext in org.glassfish.weld.connector
Methods in org.glassfish.weld.connector with parameters of type DeploymentContext Modifier and Type Method Description String[]WeldSniffer. getAnnotationNames(DeploymentContext context)static InputStreamWeldUtils. getBeansXmlInputStream(DeploymentContext context)static Collection<String>WeldUtils. getCDIAnnotatedClassNames(DeploymentContext context)Get the names of any classes that are annotated with bean-defining annotations, which should enable CDI processing even in the absence of a beans.xml descriptor.static String[]WeldUtils. getCDIEnablingAnnotations(DeploymentContext context)Get the names of any annotation types that are applied to beans, which should enable CDI processing even in the absence of a beans.xml descriptor.booleanWeldCompositeSniffer. handles(DeploymentContext context)booleanWeldSniffer. handles(DeploymentContext context)Returns true if the archive contains beans.xml as defined by packaging rules of Weldstatic booleanWeldUtils. hasCDIEnablingAnnotations(DeploymentContext context, URI path)Determine whether there are any beans annotated with annotations that should enable CDI processing even in the absence of a beans.xml descriptor.static booleanWeldUtils. hasCDIEnablingAnnotations(DeploymentContext context, Collection<URI> paths)Determine whether there are any beans annotated with annotations that should enable CDI processing even in the absence of a beans.xml descriptor.protected booleanWeldSniffer. isArchiveCDIEnabled(DeploymentContext context, ReadableArchive archive, String relativeBeansXmlPath)static booleanWeldUtils. isCDIDevModeEnabled(DeploymentContext context)static booleanWeldUtils. isEmptyBeansXmlModeALL(DeploymentContext context)static booleanWeldUtils. isImplicitBeanArchive(DeploymentContext context, URI archivePath)Determine whether the specified archive is an implicit bean deployment archive.static booleanWeldUtils. isImplicitBeanArchive(DeploymentContext context, ReadableArchive archive)Determine whether the specified archive is an implicit bean deployment archive.static booleanWeldUtils. isImplicitBeanDiscoveryEnabled(DeploymentContext context)static voidWeldUtils. setCDIDevMode(DeploymentContext context, boolean enabled)
-