| Modifier and Type | Field and Description |
|---|---|
protected ApplicationExceptions |
EJBComponentCreateServiceFactory.ejbJarConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
EJBComponentCreateServiceFactory.setEjbJarConfiguration(ApplicationExceptions ejbJarConfiguration) |
| Constructor and Description |
|---|
EJBComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions applicationExceptions)
Construct a new instance.
|
| Constructor and Description |
|---|
MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
Class<?> messageListenerInterface)
Construct a new instance.
|
| Constructor and Description |
|---|
SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
| Constructor and Description |
|---|
SingletonComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
boolean initOnStartup,
List<org.jboss.msc.service.ServiceName> dependsOn) |
| Constructor and Description |
|---|
StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
Supplier<CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>> cacheFactory)
Construct a new instance.
|
| Constructor and Description |
|---|
StatelessSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<ApplicationExceptions> |
EjbDeploymentAttachmentKeys.APPLICATION_EXCEPTION_DETAILS |
Copyright © 2022 JBoss by Red Hat. All rights reserved.