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 -
Method Summary
Modifier and TypeMethodDescriptionGet the eisType.getIcons()Get the license.Get the resourceadapter.Get the vendorName.Get the version.booleanMethods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copyMethods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getIdMethods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
mergeMethods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
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
-
getIcons
- Returns:
- icon
-
getVersion
Connector.Version getVersion()Get the version.- Returns:
- the version.
-
getRequiredWorkContexts
- Returns:
- requiredWorkContext
-
getModuleName
String getModuleName()- Returns:
- moduleName
-
isMetadataComplete
boolean isMetadataComplete()- Returns:
- metadataComplete
-