Uses of Class
org.jboss.as.ejb3.deployment.ModuleDeployment
Packages that use ModuleDeployment
-
Uses of ModuleDeployment in org.jboss.as.ejb3.component.stateful
Constructors in org.jboss.as.ejb3.component.stateful with parameters of type ModuleDeploymentModifierConstructorDescription -
Uses of ModuleDeployment in org.jboss.as.ejb3.deployment
Methods in org.jboss.as.ejb3.deployment that return ModuleDeploymentMethods in org.jboss.as.ejb3.deployment that return types with arguments of type ModuleDeploymentModifier and TypeMethodDescriptionDeploymentRepository.getModules()Returns all deployments.DeploymentRepositoryService.getModules()DeploymentRepository.getStartedModules()Returns all deployments that are in a started state, i.e.DeploymentRepositoryService.getStartedModules()Methods in org.jboss.as.ejb3.deployment with parameters of type ModuleDeploymentModifier and TypeMethodDescriptionvoidDeploymentRepository.add(DeploymentModuleIdentifier identifier, ModuleDeployment deployment) voidDeploymentRepositoryService.add(DeploymentModuleIdentifier identifier, ModuleDeployment deployment) voidDeploymentRepositoryListener.deploymentAvailable(DeploymentModuleIdentifier deployment, ModuleDeployment moduleDeployment) Callback when a deployment becomes availablevoidDeploymentRepositoryListener.deploymentStarted(DeploymentModuleIdentifier deployment, ModuleDeployment moduleDeployment) Callback when a deployment has started, i.e.