org.jboss.jca.common.api.metadata.ra.ra16
Interface Connector16

All Superinterfaces:
Cloneable, Connector, Connector15, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, MergeableMetadata<Connector>, Serializable, ValidatableMetadata

public interface Connector16
extends Connector15

A Connector16.

Author:
Stefano Maestri

Nested Class Summary
static class Connector16.Attribute
          A Attribute.
static class Connector16.Tag
          A Tag.
 
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.ra.Connector
Connector.Version
 
Field Summary
static String XML_VERSION
          VERSION constant
 
Method Summary
 List<LocalizedXsdString> getDescriptions()
           
 List<LocalizedXsdString> getDisplayNames()
           
 List<Icon> getIcons()
           
 String getModuleName()
           
 List<String> getRequiredWorkContexts()
           
 boolean isMetadataComplete()
           
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.ra15.Connector15
getResourceadapterVersion
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.Connector
equals, getEisType, getLicense, getResourceadapter, getVendorName, getVersion, hashCode, toString
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.IdDecoratedMetadata
getId
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.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
 

Field Detail

XML_VERSION

static final String XML_VERSION
VERSION constant

See Also:
Constant Field Values
Method Detail

getRequiredWorkContexts

List<String> getRequiredWorkContexts()
Returns:
requiredWorkContext

getModuleName

String getModuleName()
Returns:
moduleName

getDescriptions

List<LocalizedXsdString> getDescriptions()
Specified by:
getDescriptions in interface Connector
Returns:
description

getDisplayNames

List<LocalizedXsdString> getDisplayNames()
Specified by:
getDisplayNames in interface Connector
Returns:
displayName

getIcons

List<Icon> getIcons()
Specified by:
getIcons in interface Connector
Returns:
icon

isMetadataComplete

boolean isMetadataComplete()
Returns:
metadataComplete


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