org.jboss.jca.common.metadata.ra.ra15
Class Connector15

java.lang.Object
  extended by org.jboss.jca.common.metadata.ra.common.Connector
      extended by org.jboss.jca.common.metadata.ra.ra15.Connector15
All Implemented Interfaces:
Serializable, JCAMetadata, IdDecoratedMetadata
Direct Known Subclasses:
Connector16

public class Connector15
extends Connector

A Connector15.

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class Connector15.Attribute
          A Attribute.
static class Connector15.Tag
          A Tag.
 
Field Summary
protected  XsdString resourceadapterVersion
          the resource adapter version
static String VERSION
          VERSION constant
 
Fields inherited from class org.jboss.jca.common.metadata.ra.common.Connector
eisType, id, license, resourceadapter, vendorName
 
Constructor Summary
Connector15(XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter1516 resourceadapter, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 XsdString getResourceadapterVersion()
           
 String getVersion()
          Get the version.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jboss.jca.common.metadata.ra.common.Connector
getEisType, getId, getLicense, getResourceadapter, getVendorName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
VERSION constant

See Also:
Constant Field Values

resourceadapterVersion

protected final XsdString resourceadapterVersion
the resource adapter version

Constructor Detail

Connector15

public Connector15(XsdString vendorName,
                   XsdString eisType,
                   XsdString resourceadapterVersion,
                   LicenseType license,
                   ResourceAdapter1516 resourceadapter,
                   String id)
Parameters:
vendorName - vendor name
eisType - eis type
resourceadapterVersion - version number for the RA
license - license information
resourceadapter - full qualified name of the resource adapter
id - XML ID
Method Detail

getResourceadapterVersion

public XsdString getResourceadapterVersion()
Returns:
resourceadapterVersion

getVersion

public String getVersion()
Get the version.

Specified by:
getVersion in class Connector
Returns:
the version.

hashCode

public int hashCode()
Overrides:
hashCode in class Connector

equals

public boolean equals(Object obj)
Overrides:
equals in class Connector

toString

public String toString()
Overrides:
toString in class Connector


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)