Uses of Class
org.jboss.as.server.deployment.AttachmentKey
Packages that use AttachmentKey
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of AttachmentKey in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment declared as AttachmentKeyModifier and TypeFieldDescriptionstatic final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.ACCESSIBLE_SUB_DEPLOYMENTSSub deployments that are visible from this deployments module loader, in the order they are accessible.static final AttachmentKey<Map<String,CompositeIndex>> Attachments.ADDITIONAL_ANNOTATION_INDEXES_BY_MODULE_NAMEAnnotation indices, keyed by the canonical name module from which they were obtained.static final AttachmentKey<AttachmentList<String>>Attachments.ADDITIONAL_INDEX_MODULESA list of modules for which annotation indexes should be prepared (or, in later phases, have been prepared).static final AttachmentKey<AttachmentList<AdditionalModuleSpecification>>Attachments.ADDITIONAL_MODULESAdditional modules attached to the top level deploymentstatic final AttachmentKey<org.jboss.jandex.Index>Attachments.ANNOTATION_INDEXAn annotation index for a (@link ResourceRoot).static final AttachmentKey<Reference<AnnotationIndexSupport>>Attachments.ANNOTATION_INDEX_SUPPORTA reference to a support utility object for processing annotation indices.static final AttachmentKey<CapabilityServiceSupport>Attachments.CAPABILITY_SERVICE_SUPPORTSupport for integrating with services and other runtime API provided by managed capabilities.static final AttachmentKey<AttachmentList<ResourceRoot>>Attachments.CLASS_PATH_RESOURCE_ROOTSResource roots for additional modules referenced via Class-Path.static final AttachmentKey<Map<org.jboss.msc.service.ServiceName,Set<org.jboss.msc.service.ServiceName>>> Attachments.COMPONENT_JNDI_DEPENDENCIESComponent JNDI dependencies, only attached to the top level deploymentstatic final AttachmentKey<CompositeIndex>Attachments.COMPOSITE_ANNOTATION_INDEXThe composite annotation index for this deployment.static final AttachmentKey<Boolean>Attachments.COMPUTE_COMPOSITE_ANNOTATION_INDEXFlag to indicate whether to compute the composite annotation index for this deployment.protected static final AttachmentKey<Map<String,byte[]>> DeploymentOverlayDeploymentUnitProcessor.DEFERRED_OVERLAYSstatic final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.DEPLOYMENT_COMPLETE_SERVICESList of services that need to be up before we consider this deployment 'done'.static final AttachmentKey<org.jboss.vfs.VirtualFile>Attachments.DEPLOYMENT_CONTENTSThe deployment contentsstatic final AttachmentKey<AttachmentList<Function<String,String>>> Attachments.DEPLOYMENT_EXPRESSION_RESOLVERSFunctions that can be used to resolve expressions found in deployment resources.static final AttachmentKey<DeploymentOverlayIndex>Attachments.DEPLOYMENT_OVERLAY_INDEXstatic final AttachmentKey<Map<String,MountedDeploymentOverlay>> Attachments.DEPLOYMENT_OVERLAY_LOCATIONSstatic final AttachmentKey<Resource>DeploymentModelUtils.DEPLOYMENT_RESOURCEDeprecated, for removal: This API element is subject to removal in a future version.static final AttachmentKey<DeploymentResourceSupport>Attachments.DEPLOYMENT_RESOURCE_SUPPORTSupport for getting and creating resource models on a deployment's resource.static final AttachmentKey<ResourceRoot>Attachments.DEPLOYMENT_ROOTThe primary deployment root.static final AttachmentKey<UnaryOperator<org.jboss.msc.service.ServiceTarget>>Attachments.DEPLOYMENT_UNIT_PHASE_SERVICE_TARGET_TRANSFORMERAn attachment defining a transformer of the ServiceTarget used to install a deployment unit phase.static final AttachmentKey<Set<String>>Attachments.EXCLUDED_SUBSYSTEMSA set of subsystem names that should not be processed.static final AttachmentKey<ExtensionInfo>Attachments.EXTENSION_INFORMATIONInformation about extensions in a jar library deployment.static final AttachmentKey<AttachmentList<ExtensionListEntry>>Attachments.EXTENSION_LIST_ENTRIESThe list of extensions given in the manifest and structure configurations.static final AttachmentKey<ExternalModule>Attachments.EXTERNAL_MODULE_SERVICEThe external module servicestatic final AttachmentKey<org.jboss.msc.service.ServiceTarget>Attachments.EXTERNAL_SERVICE_TARGETA service target that can be used to install services outside the scope of the deployment.static final AttachmentKey<AttachmentList<String>>Attachments.INDEX_IGNORE_PATHSA list of paths within a root to ignore when indexing.static final AttachmentKey<Boolean>Attachments.INDEX_RESOURCE_ROOTAn attachment that indicates if aResourceRootshould be indexed by theAnnotationIndexProcessor.static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.JNDI_DEPENDENCIESJNDI dependencies, only attached to the top level deploymentstatic final AttachmentKey<String>Attachments.MANAGEMENT_NAMEThe name that uniquely identifies the deployment to the management layer across the domain.static final AttachmentKey<Manifest>Attachments.MANIFESTThe MANIFEST.MF of the deployment unit.static final AttachmentKey<AttachmentList<ModuleDependency>>Attachments.MANIFEST_DEPENDENCIESstatic final AttachmentKey<org.jboss.modules.Module>Attachments.MODULEThe module of this deployment unit.static final AttachmentKey<org.jboss.modules.ModuleIdentifier>Attachments.MODULE_IDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version.static final AttachmentKey<String>Attachments.MODULE_NAMEThe canonical name of the module.static final AttachmentKey<PermissionCollection>Attachments.MODULE_PERMISSIONSThe module's permission collectionstatic final AttachmentKey<ModuleSpecification>Attachments.MODULE_SPECIFICATIONInformation used to build up the deployments Moduleprotected static final AttachmentKey<AttachmentList<Closeable>>DeploymentOverlayDeploymentUnitProcessor.MOUNTED_FILESstatic final AttachmentKey<ManagementResourceRegistration>DeploymentModelUtils.MUTABLE_REGISTRATION_ATTACHMENTDeprecated, for removal: This API element is subject to removal in a future version.static final AttachmentKey<AttachmentList<AttachableDependency>>Attachments.NEXT_PHASE_ATTACHABLE_DEPSA list of service dependencies that must be satisfied before the next deployment phase can begin executing.static final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.NEXT_PHASE_DEPSA list of service dependencies that must be satisfied before the next deployment phase can begin executing.static final AttachmentKey<PathManager>Attachments.PATH_MANAGERstatic final AttachmentKey<ProxyMetadataSource>Attachments.PROXY_REFLECTION_INDEXThe reflection index used to generate jboss-invocation proxiesstatic final AttachmentKey<DeploymentReflectionIndex>Attachments.REFLECTION_INDEXThe reflection index for the deployment.static final AttachmentKey<Set<String>>Attachments.REGISTERED_SUBSYSTEMSSet of subsystems who register deployment unit processors to at least run in one deployment phase.static final AttachmentKey<AttachmentList<ResourceRoot>>Attachments.RESOURCE_ROOTSThe additional resource roots of the deployment unit.static final AttachmentKey<DeploymentMountProvider>Attachments.SERVER_DEPLOYMENT_REPOSITORYThe server deployment repositorystatic final AttachmentKey<ServiceModuleLoader>Attachments.SERVICE_MODULE_LOADERThe module loader for the deploymentstatic final AttachmentKey<ServicesAttachment>Attachments.SERVICESAn index ofServiceLoader-type services in this deployment unitstatic final AttachmentKey<AttachmentList<SetupAction>>Attachments.SETUP_ACTIONSSetup actions that must be run before running an arquillian teststatic final AttachmentKey<Function<String,String>> Attachments.SPEC_DESCRIPTOR_EXPR_EXPAND_FUNCTIONA function which will be used to expand expressions within spec descriptorsstatic final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.SUB_DEPLOYMENTSSub deployment servicesstatic final AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>>Attachments.WEB_DEPENDENCIESA list of services that a web deployment should have as dependencies.static final AttachmentKey<Function<String,String>> Attachments.WFLY_DESCRIPTOR_EXPR_EXPAND_FUNCTIONA function which will be used to expand expressions within JBoss/WildFly (vendor specific) descriptorsMethods in org.jboss.as.server.deployment that return AttachmentKeyModifier and TypeMethodDescriptionstatic <T> AttachmentKey<T>Construct a new simple attachment key.static <T> AttachmentKey<AttachmentList<T>>AttachmentKey.createList(Class<? super T> valueClass) Construct a new list attachment key.AttachableDependency.getAttachmentKey()Phase.getPhaseKey()Get the attachment key of theDeploymentUnitattachment that represents the result value of this phase.Methods in org.jboss.as.server.deployment that return types with arguments of type AttachmentKeyMethods in org.jboss.as.server.deployment with parameters of type AttachmentKeyModifier and TypeMethodDescription<T> voidDeploymentPhaseContext.addDependency(org.jboss.msc.service.ServiceName serviceName, AttachmentKey<T> attachmentKey) Adds a dependency on the service to the next phase service.<T> voidDeploymentPhaseContext.addDeploymentDependency(org.jboss.msc.service.ServiceName serviceName, AttachmentKey<T> attachmentKey) Adds a dependency on the service to the next phase service.<T> voidAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.<T> voidSimpleAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.<T> TAttachable.getAttachment(AttachmentKey<T> key) Get an attachment value.<T> TSimpleAttachable.getAttachment(AttachmentKey<T> key) Get an attachment value.<T> List<T>Attachable.getAttachmentList(AttachmentKey<? extends List<T>> key) Gets a list attachment value.<T> List<T>SimpleAttachable.getAttachmentList(AttachmentKey<? extends List<T>> key) Gets a list attachment value.booleanAttachable.hasAttachment(AttachmentKey<?> key) Check if an attachment exists for this key.booleanSimpleAttachable.hasAttachment(AttachmentKey<?> key) Check if an attachment exists for this key.<T> TAttachable.putAttachment(AttachmentKey<T> key, T value) Set an attachment value.<T> TSimpleAttachable.putAttachment(AttachmentKey<T> key, T value) Set an attachment value.<T> TAttachable.removeAttachment(AttachmentKey<T> key) Remove an attachment, returning its previous value.<T> TSimpleAttachable.removeAttachment(AttachmentKey<T> key) Remove an attachment, returning its previous value.Constructors in org.jboss.as.server.deployment with parameters of type AttachmentKeyModifierConstructorDescriptionAttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit) -
Uses of AttachmentKey in org.jboss.as.server.deployment.jbossallxml
Methods in org.jboss.as.server.deployment.jbossallxml with parameters of type AttachmentKeyModifier and TypeMethodDescriptionJBossAllXmlParserRegisteringProcessor.Builder.addParser(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser) static <S extends JBossAllSchema<S,T>, T>
DeploymentUnitProcessorJBossAllSchema.createDeploymentUnitProcessor(Set<S> schemas, AttachmentKey<T> key) Creates a deployment unit processor that registers parsers for the specifiedjboss-all.xmlschemas.Constructors in org.jboss.as.server.deployment.jbossallxml with parameters of type AttachmentKeyModifierConstructorDescriptionJBossAllXmlParserRegisteringProcessor(QName rootElement, AttachmentKey<T> attachmentKey, JBossAllXMLParser<T> parser) -
Uses of AttachmentKey in org.jboss.as.server.deployment.module
Fields in org.jboss.as.server.deployment.module declared as AttachmentKeyModifier and TypeFieldDescriptionstatic final AttachmentKey<DelegatingClassTransformer>DelegatingClassTransformer.ATTACHMENT_KEY -
Uses of AttachmentKey in org.jboss.as.server.security
Fields in org.jboss.as.server.security declared as AttachmentKeyModifier and TypeFieldDescriptionstatic final AttachmentKey<SecurityMetaData>SecurityMetaData.ATTACHMENT_KEY
Attachments.MODULE_NAME