Uses of Class
org.jboss.as.ejb3.deployment.ModuleDeployment
-
Packages that use ModuleDeployment Package Description org.jboss.as.ejb3.component.stateful org.jboss.as.ejb3.deployment -
-
Uses of ModuleDeployment in org.jboss.as.ejb3.component.stateful
Constructors in org.jboss.as.ejb3.component.stateful with parameters of type ModuleDeployment Constructor Description StatefulSessionBeanSerializabilityChecker(ModuleDeployment deployment) -
Uses of ModuleDeployment in org.jboss.as.ejb3.deployment
Methods in org.jboss.as.ejb3.deployment that return ModuleDeployment Modifier and Type Method Description ModuleDeploymentModuleDeployment. getValue()Methods in org.jboss.as.ejb3.deployment that return types with arguments of type ModuleDeployment Modifier and Type Method 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()Methods in org.jboss.as.ejb3.deployment with parameters of type ModuleDeployment Modifier and Type Method Description voidDeploymentRepository. 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.
-