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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) voiddeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource, String applicationName, String moduleName) booleanvoidredeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) voidundeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor resource) voidundeployResource(com.sun.enterprise.deployment.ManagedExecutorDefinitionDescriptor 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, supportsDynamicReconfiguration
-
Constructor Details
-
ConcurrencyManagedExecutorDeployer
public ConcurrencyManagedExecutorDeployer()
-
-
Method Details
-
handles
-
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
-