Class ConcurrencyManagedExecutorDeployer

java.lang.Object
org.glassfish.concurrent.runtime.deployer.ConcurrencyDeployer<com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor>
org.glassfish.concurrent.runtime.deployer.ConcurrencyManagedExecutorDeployer
All Implemented Interfaces:
org.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor>

@Service public class ConcurrencyManagedExecutorDeployer extends ConcurrencyDeployer<com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor>
Author:
David Matejcek
  • Constructor Details

    • ConcurrencyManagedExecutorDeployer

      public ConcurrencyManagedExecutorDeployer()
  • Method Details

    • handles

      public boolean handles(Object resource)
    • deployResource

      public void deployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) throws Exception
      Throws:
      Exception
    • deployResource

      public void deployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource, String applicationName, String moduleName) throws Exception
      Throws:
      Exception
    • undeployResource

      public void undeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) throws Exception
      Throws:
      Exception
    • undeployResource

      public void undeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource, String applicationName, String moduleName) throws Exception
      Throws:
      Exception
    • redeployResource

      public void redeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) throws Exception
      Throws:
      Exception