Class ConnectorXmlDescriptor

    • Field Detail

      • ATTACHMENT_KEY

        public static final org.jboss.as.server.deployment.AttachmentKey<ConnectorXmlDescriptor> ATTACHMENT_KEY
    • Constructor Detail

      • ConnectorXmlDescriptor

        public ConnectorXmlDescriptor​(org.jboss.jca.common.api.metadata.spec.Connector connector,
                                      File root,
                                      URL url,
                                      String deploymentName)
        Create a new ConnectorXmlDescriptor.
        Parameters:
        connector -
    • Method Detail

      • getConnector

        public org.jboss.jca.common.api.metadata.spec.Connector getConnector()
        Get the connector.
        Returns:
        the connector.
      • getRoot

        public File getRoot()
        get file root of this deployment
        Returns:
        the root directory
      • getUrl

        public URL getUrl()
        get url for this deployment
        Returns:
        the url of deployment
      • getDeploymentName

        public String getDeploymentName()
        return this deployment name
        Returns:
        the deployment name