org.jboss.jca.common.metadata.ra.ra16
Class Connector16
java.lang.Object
org.jboss.jca.common.metadata.ra.common.Connector
org.jboss.jca.common.metadata.ra.ra15.Connector15
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
|
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)
|
VERSION
public static final String VERSION
- VERSION constant
- See Also:
- Constant Field Values
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 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 adapterrequiredWorkContext - list od work context requiredmetadataComplete - not mandatory boolean valueid - XML ID
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/)