Class EjbRuntimeDDFile

java.lang.Object
com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile<EjbBundleDescriptorImpl>
org.glassfish.ejb.deployment.io.EjbRuntimeDDFile

@Service @PerLookup public class EjbRuntimeDDFile extends com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile<EjbBundleDescriptorImpl>
This class is responsible for handling the XML configuration information for the SunOne AppServer Ejb Container
Author:
Jerome Dochez
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor)
     

    Methods inherited from class com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile

    isValidating, registerBundle

    Methods inherited from class com.sun.enterprise.deployment.io.DeploymentDescriptorFile

    getArchiveType, getDefaultSchemaSource, getDocument, getDocumentBuilder, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EjbRuntimeDDFile

      public EjbRuntimeDDFile()
  • Method Details

    • getDeploymentDescriptorPath

      public String getDeploymentDescriptorPath()
      Specified by:
      getDeploymentDescriptorPath in class com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
      Returns:
      the location of the DeploymentDescriptor file for a particular type of J2EE Archive
    • getRootXMLNode

      public EjbBundleRuntimeNode getRootXMLNode(org.glassfish.deployment.common.Descriptor descriptor)
      Specified by:
      getRootXMLNode in class com.sun.enterprise.deployment.io.DeploymentDescriptorFile<EjbBundleDescriptorImpl>
      Parameters:
      descriptor - the descriptor for which we need the node
      Returns:
      a RootXMLNode responsible for handling the deployment descriptors associated with this J2EE module