Interface Connector
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,MergeableMetadata<Connector>,Serializable,ValidatableMetadata
public interface Connector extends IdDecoratedMetadata, ValidatableMetadata, MergeableMetadata<Connector>, CopyableMetaData
A Connector.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnector.VersionA Version enumeration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LocalizedXsdString>getDescriptions()List<LocalizedXsdString>getDisplayNames()XsdStringgetEisType()Get the eisType.List<Icon>getIcons()LicenseTypegetLicense()Get the license.StringgetModuleName()List<String>getRequiredWorkContexts()ResourceAdaptergetResourceadapter()Get the resourceadapter.XsdStringgetResourceadapterVersion()XsdStringgetVendorName()Get the vendorName.Connector.VersiongetVersion()Get the version.booleanisMetadataComplete()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
merge
-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
getVendorName
XsdString getVendorName()
Get the vendorName.- Returns:
- the vendorName.
-
getEisType
XsdString getEisType()
Get the eisType.- Returns:
- the eisType.
-
getLicense
LicenseType getLicense()
Get the license.- Returns:
- the license.
-
getResourceadapter
ResourceAdapter getResourceadapter()
Get the resourceadapter.- Returns:
- the resourceadapter.
-
getResourceadapterVersion
XsdString getResourceadapterVersion()
- Returns:
- resourceadapterVersion
-
getDescriptions
List<LocalizedXsdString> getDescriptions()
- Returns:
- description
-
getDisplayNames
List<LocalizedXsdString> getDisplayNames()
- Returns:
- displayName
-
getVersion
Connector.Version getVersion()
Get the version.- Returns:
- the version.
-
getModuleName
String getModuleName()
- Returns:
- moduleName
-
isMetadataComplete
boolean isMetadataComplete()
- Returns:
- metadataComplete
-
-