Package | Description |
---|---|
org.jboss.as.ee.component | |
org.jboss.as.ee.metadata.property | |
org.jboss.as.ejb3.deployment | |
org.jboss.as.ejb3.security | |
org.jboss.as.pojo.descriptor | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.web.common | |
org.jboss.as.weld.deployment | |
org.wildfly.extension.undertow.deployment |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ComponentDescription>> |
Attachments.ADDITIONAL_RESOLVABLE_COMPONENTS
Additional (remote) components that can be resolved but are not installed.
|
static AttachmentKey<AttachmentList<MessageDestinationInjectionSource>> |
Attachments.MESSAGE_DESTINATIONS
Any message destinations that need to be resolved.
|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.OTHER_EE_SETUP_ACTIONS
A list of actions that should be performed for other non-web EE threads.
|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.WEB_SETUP_ACTIONS
A list of actions that should be performed for every web invocation
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<org.jboss.metadata.property.PropertyResolver>> |
Attachments.DEPLOYMENT_PROPERTY_RESOLVERS |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<EjbInjectionSource>> |
EjbDeploymentAttachmentKeys.EJB_INJECTIONS |
static AttachmentKey<AttachmentList<EjbJaccConfig>> |
EjbDeploymentAttachmentKeys.JACC_PERMISSIONS |
static AttachmentKey<AttachmentList<InstalledComponent>> |
EjbDeploymentAttachmentKeys.MANAGED_COMPONENTS
components that have been registered with the management API
|
Modifier and Type | Method and Description |
---|---|
protected JaccService<AttachmentList<EjbJaccConfig>> |
EjbSecurityDeployer.createService(String contextId,
AttachmentList<EjbJaccConfig> metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
protected AttachmentKey<AttachmentList<EjbJaccConfig>> |
EjbSecurityDeployer.getMetaDataType()
Return the type of metadata
|
Modifier and Type | Method and Description |
---|---|
protected JaccService<AttachmentList<EjbJaccConfig>> |
EjbSecurityDeployer.createService(String contextId,
AttachmentList<EjbJaccConfig> metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
Modifier and Type | Method and Description |
---|---|
void |
EjbJaccService.createPermissions(AttachmentList<EjbJaccConfig> metaData,
javax.security.jacc.PolicyConfiguration policyConfiguration) |
Constructor and Description |
---|
EjbJaccService(String contextId,
AttachmentList<EjbJaccConfig> metaData,
Boolean standalone) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<KernelDeploymentXmlDescriptor>> |
KernelDeploymentXmlDescriptor.ATTACHMENT_KEY |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.ACCESSIBLE_SUB_DEPLOYMENTS
Sub deployments that are visible from this deployments module loader, in the order they are accessible.
|
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES |
static AttachmentKey<AttachmentList<AdditionalModuleSpecification>> |
Attachments.ADDITIONAL_MODULES
Additional modules attached to the top level deployment
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.BUNDLE_ACTIVE_DEPENDENCIES
Attachment key for services that the
BundleActivateService depends on. |
static AttachmentKey<AttachmentList<org.jboss.modules.ModuleIdentifier>> |
Attachments.CLASS_PATH_ENTRIES
Module identifiers for Class-Path information
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.CLASS_PATH_RESOURCE_ROOTS
Resource roots for additional modules referenced via Class-Path.
|
static AttachmentKey<AttachmentList<String>> |
Attachments.DEFERRED_MODULES
Flags for deferred module phase handling.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.DEPLOYMENT_COMPLETE_SERVICES
List of services that need to be up before we consider this deployment 'done'.
|
static AttachmentKey<AttachmentList<ExtensionListEntry>> |
Attachments.EXTENSION_LIST_ENTRIES
The list of extensions given in the manifest and structure configurations.
|
static AttachmentKey<AttachmentList<String>> |
Attachments.INDEX_IGNORE_PATHS
A list of paths within a root to ignore when indexing.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.JNDI_DEPENDENCIES
JNDI dependencies, only attached to the top level deployment
|
static AttachmentKey<AttachmentList<ModuleDependency>> |
Attachments.MANIFEST_DEPENDENCIES |
static AttachmentKey<AttachmentList<AttachableDependency>> |
Attachments.NEXT_PHASE_ATTACHABLE_DEPS
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.NEXT_PHASE_DEPS
A list of service dependencies that must be satisfied before the next deployment phase can begin executing.
|
static AttachmentKey<AttachmentList<ResourceRoot>> |
Attachments.RESOURCE_ROOTS
The additional resource roots of the deployment unit.
|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.SETUP_ACTIONS
Setup actions that must be run before running an arquillian test
|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.SUB_DEPLOYMENTS
Sub deployment services
|
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
Attachments.WEB_DEPENDENCIES
A list of services that a web deployment should have as dependencies.
|
Modifier and Type | Method and Description |
---|---|
static <T> AttachmentKey<AttachmentList<T>> |
AttachmentKey.createList(Class<? super T> valueClass)
Construct a new list attachment key.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
Attachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value)
Add a value to a list-typed attachment key.
|
<T> void |
SimpleAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value)
Add a value to a list-typed attachment key.
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ServletContextAttribute>> |
ServletContextAttribute.ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<ExpressionFactoryWrapper>> |
ExpressionFactoryWrapper.ATTACHMENT_KEY |
static AttachmentKey<AttachmentList<org.jboss.msc.service.ServiceName>> |
WebComponentDescription.WEB_COMPONENTS |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<BeanDeploymentArchiveImpl>> |
WeldAttachments.ADDITIONAL_BEAN_DEPLOYMENT_MODULES
top level list of all additional bean deployment modules
|
static AttachmentKey<AttachmentList<AnnotationType>> |
WeldAttachments.BEAN_DEFINING_ANNOTATIONS
A set of bean defining annotations, as defined by the CDI specification.
|
static AttachmentKey<AttachmentList<AnnotationType>> |
WeldAttachments.INJECTION_TARGET_DEFINING_ANNOTATIONS
A set of injection target defining annotations.
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_INITIAL_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_INNER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.server.HandlerWrapper>> |
UndertowAttachments.UNDERTOW_OUTER_HANDLER_CHAIN_WRAPPERS |
static AttachmentKey<AttachmentList<io.undertow.servlet.ServletExtension>> |
UndertowAttachments.UNDERTOW_SERVLET_EXTENSIONS |
static AttachmentKey<AttachmentList<io.undertow.servlet.api.ThreadSetupAction>> |
UndertowAttachments.UNDERTOW_THREAD_SETUP_ACTIONS |
Copyright © 2014 JBoss by Red Hat. All rights reserved.