org.jboss.jca.common.api.metadata.ra
Interface Connector

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, MergeableMetadata<Connector>, Serializable, ValidatableMetadata
All Known Subinterfaces:
Connector10, Connector15, Connector16

public interface Connector
extends IdDecoratedMetadata, ValidatableMetadata, MergeableMetadata<Connector>, CopyableMetaData

A Connector.

Author:
Stefano Maestri

Nested Class Summary
static class Connector.Version
          A Version enumeration
 
Method Summary
 boolean equals(Object obj)
           
 List<LocalizedXsdString> getDescriptions()
           
 List<LocalizedXsdString> getDisplayNames()
           
 XsdString getEisType()
          Get the eisType.
 List<Icon> getIcons()
           
 LicenseType getLicense()
          Get the license.
 ResourceAdapter getResourceadapter()
          Get the resourceadapter.
 XsdString getVendorName()
          Get the vendorName.
 Connector.Version getVersion()
          Get the version.
 int hashCode()
           
 String toString()
           
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.IdDecoratedMetadata
getId
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.MergeableMetadata
merge
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

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.

getDescriptions

List<LocalizedXsdString> getDescriptions()
Returns:
description

getDisplayNames

List<LocalizedXsdString> getDisplayNames()
Returns:
displayName

getIcons

List<Icon> getIcons()
Returns:
icon

getVersion

Connector.Version getVersion()
Get the version.

Returns:
the version.

hashCode

int hashCode()
Overrides:
hashCode in class Object

equals

boolean equals(Object obj)
Overrides:
equals in class Object

toString

String toString()
Overrides:
toString in class Object


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