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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeployResource(com.sun.enterprise.deployment.ManagedScheduledExecutorDefinitionDescriptor resource) voiddeployResource(com.sun.enterprise.deployment.ManagedScheduledExecutorDefinitionDescriptor resource, String applicationName, String moduleName) booleanvoidundeployResource(com.sun.enterprise.deployment.ManagedScheduledExecutorDefinitionDescriptor resource) voidundeployResource(com.sun.enterprise.deployment.ManagedScheduledExecutorDefinitionDescriptor resource, String applicationName, String moduleName) Methods inherited from class org.glassfish.concurrent.runtime.deployer.ConcurrencyDeployer
canDeploy, disableResource, enableResource, toResourceInfo, toResourceInfo, toResourceName, validatePreservedResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.resourcebase.resources.api.ResourceDeployer
getProxyClassesForDynamicReconfiguration, redeployResource, supportsDynamicReconfiguration
-
Constructor Details
-
ConcurrencyManagedScheduledExecutorDeployer
public ConcurrencyManagedScheduledExecutorDeployer()
-
-
Method Details
-
handles
-
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
-