Class ContextServiceDefinitionDeployer
java.lang.Object
org.glassfish.concurrent.runtime.deployer.ContextServiceDefinitionDeployer
- All Implemented Interfaces:
org.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>
@Service
public class ContextServiceDefinitionDeployer
extends Object
implements org.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>
- Author:
- David Matejcek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) voiddeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource, String applicationName, String moduleName) voiddisableResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) voidenableResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) Class<?>[]booleanvoidredeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) booleanvoidundeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) voidundeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource, String applicationName, String moduleName) voidvalidatePreservedResource(com.sun.enterprise.config.serverbeans.Application oldApp, com.sun.enterprise.config.serverbeans.Application newApp, com.sun.enterprise.config.serverbeans.Resource resource, com.sun.enterprise.config.serverbeans.Resources allResources) Methods 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
canDeploy
-
Constructor Details
-
ContextServiceDefinitionDeployer
public ContextServiceDefinitionDeployer()
-
-
Method Details
-
deployResource
public void deployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) throws Exception - Specified by:
deployResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
deployResource
public void deployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource, String applicationName, String moduleName) throws Exception - Specified by:
deployResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
undeployResource
public void undeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) throws Exception - Specified by:
undeployResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
undeployResource
public void undeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource, String applicationName, String moduleName) throws Exception - Specified by:
undeployResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
redeployResource
public void redeployResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) throws Exception - Specified by:
redeployResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
enableResource
public void enableResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) throws Exception - Specified by:
enableResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
disableResource
public void disableResource(com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor resource) throws Exception - Specified by:
disableResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
Exception
-
handles
- Specified by:
handlesin interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>
-
supportsDynamicReconfiguration
public boolean supportsDynamicReconfiguration()- Specified by:
supportsDynamicReconfigurationin interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>
-
getProxyClassesForDynamicReconfiguration
- Specified by:
getProxyClassesForDynamicReconfigurationin interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>
-
validatePreservedResource
public void validatePreservedResource(com.sun.enterprise.config.serverbeans.Application oldApp, com.sun.enterprise.config.serverbeans.Application newApp, com.sun.enterprise.config.serverbeans.Resource resource, com.sun.enterprise.config.serverbeans.Resources allResources) throws org.glassfish.resourcebase.resources.api.ResourceConflictException - Specified by:
validatePreservedResourcein interfaceorg.glassfish.resourcebase.resources.api.ResourceDeployer<com.sun.enterprise.deployment.ContextServiceDefinitionDescriptor>- Throws:
org.glassfish.resourcebase.resources.api.ResourceConflictException
-