Class ManagedScheduledExecutorDefinitionDescriptorProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionDescriptorProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class ManagedScheduledExecutorDefinitionDescriptorProcessor
extends ResourceDefinitionDescriptorProcessor
The
ResourceDefinitionDescriptorProcessor for ManagedScheduledExecutorDefinition.- Author:
- emmartins
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources) Methods inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
processDescriptorEntriesMethods inherited from class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
deploy, processInjectionTargetsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
ManagedScheduledExecutorDefinitionDescriptorProcessor
public ManagedScheduledExecutorDefinitionDescriptorProcessor()
-
-
Method Details
-
processEnvironment
protected void processEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
processEnvironmentin classResourceDefinitionDescriptorProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-