Package | Description |
---|---|
org.jboss.as.cmp.jdbc | |
org.jboss.as.ee.component | |
org.jboss.as.ee.structure | |
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.deployment | |
org.jboss.as.weld.deployment |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<String>> |
JDBCStoreManager.CREATE_TABLES |
static AttachmentKey<AttachmentList<String>> |
JDBCStoreManager.EXISTING_TABLES |
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.msc.service.ServiceName>> |
Attachments.INITIALISE_IN_ORDER_SERVICES
Services that must be waited on for this deployment if initialize in order is enabled.
|
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.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<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<ModuleDependency>> |
Attachments.MANIFEST_DEPENDENCIES |
static AttachmentKey<AttachmentList<ModuleSpecification>> |
Attachments.MODULE_DEPENDENCY_INFORMATION
Information about a modules dependencies used to setup transitive deps
|
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 |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>>> |
WeldAttachments.PORTABLE_EXTENSIONS
Portable extensions discovered in sub deployments.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.