Package | Description |
---|---|
org.jboss.as.appclient.service | |
org.jboss.as.ee.component | |
org.jboss.as.ee.concurrent | |
org.jboss.as.ee.concurrent.handle | |
org.jboss.as.ee.naming | |
org.jboss.as.ejb3.component.interceptors | |
org.jboss.as.jmx | |
org.jboss.as.jpa.interceptor | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.txn.deployment | |
org.jboss.as.weld | |
org.jboss.as.weld.arquillian | |
org.wildfly.extension.undertow.deployment |
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 | 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 |
ConcurrentContextSetupAction |
Constructor and Description |
---|
OtherEESetupActionsContextHandleFactory(List<SetupAction> setupActions) |
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) |
Constructor and Description |
---|
MBeanRegistrationService(String name,
List<SetupAction> setupActions)
Create an instance.
|
MBeanRegistrationService(String name,
List<SetupAction> setupActions,
org.jboss.msc.value.Value<T> value)
Create an instance.
|
Modifier and Type | Class and Description |
---|---|
class |
WebNonTxEmCloserAction
Web setup action that closes the entity managers created during the servlet invocation.
|
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 |
---|
WeldStartService(List<SetupAction> setupActions,
ClassLoader classLoader,
org.jboss.msc.service.ServiceName deploymentServiceName) |
Modifier and Type | Class and Description |
---|---|
class |
WeldContextSetup
Sets up the session, request and conversation contexts for a weld deployment
|
Modifier and Type | Method and Description |
---|---|
UndertowDeploymentInfoService.Builder |
UndertowDeploymentInfoService.Builder.setSetupActions(List<SetupAction> setupActions) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.