Package | Description |
---|---|
org.jboss.as.appclient.service | |
org.jboss.as.arquillian.service | |
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 |
Constructor and Description |
---|
ApplicationClientStartService(Method mainMethod,
String[] parameters,
InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue,
ClassLoader classLoader,
List<SetupAction> setupActions,
org.jboss.ejb.client.EJBClientConfiguration configuration) |
ApplicationClientStartService(Method mainMethod,
String[] parameters,
InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue,
ClassLoader classLoader,
List<SetupAction> setupActions,
String hostUrl,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
ContextManagerBuilder |
ContextManagerBuilder.add(SetupAction action)
Adds a
SetupAction to the builder. |
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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.