org.jboss.jca.common.metadata.ra.ra10
Class Connector10

java.lang.Object
  extended by org.jboss.jca.common.metadata.ra.common.Connector
      extended by org.jboss.jca.common.metadata.ra.ra10.Connector10
All Implemented Interfaces:
Serializable, JCAMetadata, IdDecoratedMetadata

public final class Connector10
extends Connector

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class Connector10.Attribute
          A Attribute.
static class Connector10.Tag
          A Tag.
 
Field Summary
 
Fields inherited from class org.jboss.jca.common.metadata.ra.common.Connector
eisType, id, license, resourceadapter, vendorName
 
Constructor Summary
Connector10(String moduleName, ArrayList<LocalizedXsdString> description, XsdString displayName, ArrayList<Icon> icon, XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter resourceadapter, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<LocalizedXsdString> getDescription()
           
 XsdString getDisplayName()
           
 List<Icon> getIcon()
           
 String getModuleName()
           
 String getSpecVersion()
          Get the specVersion.
 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
 

Constructor Detail

Connector10

public Connector10(String moduleName,
                   ArrayList<LocalizedXsdString> description,
                   XsdString displayName,
                   ArrayList<Icon> icon,
                   XsdString vendorName,
                   XsdString eisType,
                   XsdString resourceadapterVersion,
                   LicenseType license,
                   ResourceAdapter resourceadapter,
                   String id)
Parameters:
moduleName - name of the module
description - descriptions of this connector
displayName - name to display for this connecotro
icon - icon representing this connectore
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

getModuleName

public String getModuleName()
Returns:
moduleName

getDescription

public List<LocalizedXsdString> getDescription()
Returns:
description

getDisplayName

public XsdString getDisplayName()
Returns:
displayName

getIcon

public List<Icon> getIcon()
Returns:
icon

getVersion

public String getVersion()
Get the version.

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

getSpecVersion

public String getSpecVersion()
Get the specVersion.

Returns:
the specVersion.

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/)