Class ConcurrencyManagedScheduledExecutorDeployer

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

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

    • ConcurrencyManagedScheduledExecutorDeployer

      public ConcurrencyManagedScheduledExecutorDeployer()
  • Method Details

    • handles

      public boolean handles(Object resource)
    • deployResource

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

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

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

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