Package | Description |
---|---|
org.jboss.as.ee.component | |
org.jboss.as.ee.naming | |
org.jboss.as.ejb3.component.interceptors | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.txn.deployment | |
org.jboss.as.web | |
org.jboss.as.weld.arquillian |
Modifier and Type | Field and Description |
---|---|
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 | Class and Description |
---|---|
class |
JavaNamespaceSetup
Sets and restores the
java: contexts |
Modifier and Type | Method and Description |
---|---|
static org.jboss.invocation.InterceptorFactory |
AdditionalSetupInterceptor.factory(List<SetupAction> actions) |
Constructor and Description |
---|
AdditionalSetupInterceptor(List<SetupAction> actions) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<SetupAction>> |
Attachments.SETUP_ACTIONS
Setup actions that must be run before running an arquillian test
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionRollbackSetupAction
Setup action that makes sure that no transactions leak from EE requests
|
Constructor and Description |
---|
ThreadSetupBindingListener(List<SetupAction> setup) |
Modifier and Type | Class and Description |
---|---|
class |
WeldContextSetup
Sets up the session, request and conversation contexts for a weld deployment
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.