public final class ConnectorXmlDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ConnectorXmlDescriptor> |
ATTACHMENT_KEY |
Constructor and Description |
---|
ConnectorXmlDescriptor(org.jboss.jca.common.api.metadata.ra.Connector connector,
File root,
URL url,
String deploymentName)
Create a new ConnectorXmlDescriptor.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.jca.common.api.metadata.ra.Connector |
getConnector()
Get the connector.
|
String |
getDeploymentName()
return this deployment name
|
File |
getRoot()
get file root of this deployment
|
URL |
getUrl()
get url for this deployment
|
public static final AttachmentKey<ConnectorXmlDescriptor> ATTACHMENT_KEY
public org.jboss.jca.common.api.metadata.ra.Connector getConnector()
public File getRoot()
public URL getUrl()
public String getDeploymentName()
Copyright © 2014 JBoss by Red Hat. All rights reserved.