FileDocCategorySizeDatePackage
ConnectorDeploymentDescriptorFile.javaAPI DocGlassfish v2 API3255Fri May 04 22:31:38 BST 2007com.sun.enterprise.deployment.io

ConnectorDeploymentDescriptorFile

public class ConnectorDeploymentDescriptorFile extends DeploymentDescriptorFile
This class is responsible for handling JCA DeploymentDescriptor files
author
Jerome Dochez

Fields Summary
public static final String
DESC_PATH
public static final String
VERSION_10
public static final String
VERSION_15
Constructors Summary
public ConnectorDeploymentDescriptorFile()
Creates a new instance of ConnectorDeploymentDescriptorFile

    
           
      
    
Methods Summary
public java.lang.StringgetDeploymentDescriptorPath()

return
the location of the DeploymentDescriptor file for a particular type of J2EE Archive

        return DESC_PATH;        
    
public com.sun.enterprise.deployment.node.RootXMLNodegetRootXMLNode(com.sun.enterprise.deployment.Descriptor descriptor)

return
a RootXMLNode responsible for handling the deployment descriptors associated with this J2EE module
param
the descriptor for which we need the node

	
	return new ConnectorNode();