Class ConnectorXmlDescriptor
- java.lang.Object
-
- org.jboss.as.connector.metadata.xmldescriptors.ConnectorXmlDescriptor
-
- All Implemented Interfaces:
Serializable
public final class ConnectorXmlDescriptor extends Object implements Serializable
A ConnectorXmlDescriptor.- Author:
- Stefano Maestri
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<ConnectorXmlDescriptor>ATTACHMENT_KEY
-
Constructor Summary
Constructors Constructor Description ConnectorXmlDescriptor(org.jboss.jca.common.api.metadata.spec.Connector connector, File root, URL url, String deploymentName)Create a new ConnectorXmlDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jca.common.api.metadata.spec.ConnectorgetConnector()Get the connector.StringgetDeploymentName()return this deployment nameFilegetRoot()get file root of this deploymentURLgetUrl()get url for this deployment
-
-
-
Field Detail
-
ATTACHMENT_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<ConnectorXmlDescriptor> ATTACHMENT_KEY
-
-
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
-
-