org.jboss.jca.common.metadata.ra.ra10
Class Connector10
java.lang.Object
org.jboss.jca.common.metadata.ra.common.Connector
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
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 moduledescription - descriptions of this connectordisplayName - name to display for this connecotroicon - icon representing this connectorevendorName - vendor nameeisType - eis typeresourceadapterVersion - version number for the RAlicense - license informationresourceadapter - full qualified name of the resource adapterid - XML ID
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/)