org.jboss.jca.common.metadata.ra.ra16
Class Connector16

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

public final class Connector16
extends Connector15

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class Connector16.Attribute
          A Attribute.
static class Connector16.Tag
          A Tag.
 
Field Summary
static String VERSION
          VERSION constant
 
Fields inherited from class org.jboss.jca.common.metadata.ra.ra15.Connector15
resourceadapterVersion
 
Fields inherited from class org.jboss.jca.common.metadata.ra.common.Connector
eisType, id, license, resourceadapter, vendorName
 
Constructor Summary
Connector16(String moduleName, ArrayList<LocalizedXsdString> description, ArrayList<LocalizedXsdString> displayName, ArrayList<Icon> icon, XsdString vendorName, XsdString eisType, XsdString resourceadapterVersion, LicenseType license, ResourceAdapter1516 resourceadapter, ArrayList<String> requiredWorkContext, Boolean metadataComplete, String id)
           
 
Method Summary
 boolean equals(Object obj)
          
 List<LocalizedXsdString> getDescription()
           
 List<LocalizedXsdString> getDisplayName()
           
 List<Icon> getIcon()
           
 Boolean getMetadataComplete()
           
 String getModuleName()
           
 List<String> getRequiredWorkContext()
           
 String getVersion()
          Get the version.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class org.jboss.jca.common.metadata.ra.ra15.Connector15
getResourceadapterVersion
 
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
Constructor Detail

Connector16

public Connector16(String moduleName,
                   ArrayList<LocalizedXsdString> description,
                   ArrayList<LocalizedXsdString> displayName,
                   ArrayList<Icon> icon,
                   XsdString vendorName,
                   XsdString eisType,
                   XsdString resourceadapterVersion,
                   LicenseType license,
                   ResourceAdapter1516 resourceadapter,
                   ArrayList<String> requiredWorkContext,
                   Boolean metadataComplete,
                   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
requiredWorkContext - list od work context required
metadataComplete - not mandatory boolean value
id - XML ID
Method Detail

getRequiredWorkContext

public List<String> getRequiredWorkContext()
Returns:
requiredWorkContext

getModuleName

public String getModuleName()
Returns:
moduleName

getDescription

public List<LocalizedXsdString> getDescription()
Returns:
description

getDisplayName

public List<LocalizedXsdString> getDisplayName()
Returns:
displayName

getIcon

public List<Icon> getIcon()
Returns:
icon

getMetadataComplete

public Boolean getMetadataComplete()
Returns:
metadataComplete

getVersion

public String getVersion()
Get the version.

Overrides:
getVersion in class Connector15
Returns:
the version.

hashCode

public int hashCode()

Overrides:
hashCode in class Connector15
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Connector15
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Connector15
See Also:
Object.toString()


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