| Package | Description |
|---|---|
| org.jboss.as.ejb3.component.stateful | |
| org.jboss.as.ejb3.deployment |
| Modifier and Type | Method and Description |
|---|---|
ModuleDeployment |
MarshallingConfigurationRepositoryServiceConfigurator.getDeployment() |
ModuleDeployment |
MarshallingConfigurationContext.getDeployment() |
| Constructor and Description |
|---|
StatefulSessionBeanSerializabilityChecker(ModuleDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDeployment |
ModuleDeployment.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepository.getModules()
Returns all deployments.
|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepositoryService.getModules() |
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepository.getStartedModules()
Returns all deployments that are in a started state, i.e.
|
Map<DeploymentModuleIdentifier,ModuleDeployment> |
DeploymentRepositoryService.getStartedModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRepository.add(DeploymentModuleIdentifier identifier,
ModuleDeployment deployment) |
void |
DeploymentRepositoryService.add(DeploymentModuleIdentifier identifier,
ModuleDeployment deployment) |
void |
DeploymentRepositoryListener.deploymentAvailable(DeploymentModuleIdentifier deployment,
ModuleDeployment moduleDeployment)
Callback when a deployment becomes available
|
void |
DeploymentRepositoryListener.deploymentStarted(DeploymentModuleIdentifier deployment,
ModuleDeployment moduleDeployment)
Callback when a deployment has started, i.e.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.