org.apache.openejb.jee
Class Connector
java.lang.Object
org.apache.openejb.jee.Connector
- All Implemented Interfaces:
- NamedModule
public class Connector
- extends Object
- implements NamedModule
connector_1_6.xsd
Java class for connectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="module-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="vendor-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<element name="eis-type" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<element name="resourceadapter-version" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
<element name="license" type="{http://java.sun.com/xml/ns/javaee}licenseType" minOccurs="0"/>
<element name="resourceadapter" type="{http://java.sun.com/xml/ns/javaee}resourceadapterType"/>
<element name="required-work-context" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="1.6" />
<attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moduleName
protected String moduleName
description
protected TextMap description
displayName
protected TextMap displayName
icon
protected LocalCollection<Icon> icon
vendorName
protected String vendorName
eisType
protected String eisType
resourceAdapterVersion
protected String resourceAdapterVersion
license
protected License license
resourceAdapter
protected ResourceAdapter resourceAdapter
requiredWorkContext
protected List<String> requiredWorkContext
id
protected String id
version
protected String version
metadataComplete
protected Boolean metadataComplete
Connector
public Connector()
Connector
public Connector(String id)
newConnector
public static Connector newConnector(Connector10 source)
getModuleName
public String getModuleName()
- Specified by:
getModuleName in interface NamedModule
setModuleName
public void setModuleName(String moduleName)
- Specified by:
setModuleName in interface NamedModule
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getDisplayNames
public Text[] getDisplayNames()
setDisplayNames
public void setDisplayNames(Text[] text)
getDisplayName
public String getDisplayName()
getIcons
public Collection<Icon> getIcons()
getIconMap
public Map<String,Icon> getIconMap()
getIcon
public Icon getIcon()
getVendorName
public String getVendorName()
setVendorName
public void setVendorName(String value)
getEisType
public String getEisType()
setEisType
public void setEisType(String value)
getResourceAdapterVersion
public String getResourceAdapterVersion()
setResourceAdapterVersion
public void setResourceAdapterVersion(String value)
getLicense
public License getLicense()
setLicense
public void setLicense(License value)
getResourceAdapter
public ResourceAdapter getResourceAdapter()
setResourceAdapter
public void setResourceAdapter(ResourceAdapter resourceAdapter)
getRequiredWorkContext
public List<String> getRequiredWorkContext()
getId
public String getId()
- Specified by:
getId in interface NamedModule
setId
public void setId(String value)
- Specified by:
setId in interface NamedModule
getVersion
public String getVersion()
setVersion
public void setVersion(String value)
isMetadataComplete
public Boolean isMetadataComplete()
setMetadataComplete
public void setMetadataComplete(Boolean metadataComplete)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.