|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.ra.common.Connector
public abstract class Connector

A Connector.
| Field Summary | |
|---|---|
protected XsdString |
eisType
EIS type |
protected String |
id
id attribute |
protected LicenseType |
license
license information |
protected ResourceAdapter |
resourceadapter
resource adapter |
protected XsdString |
vendorName
vendor name |
| Constructor Summary | |
|---|---|
protected |
Connector(XsdString vendorName,
XsdString eisType,
LicenseType license,
ResourceAdapter resourceadapter,
String id)
Create a new Connector. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
XsdString |
getEisType()
Get the eisType. |
String |
getId()
Get the id. |
LicenseType |
getLicense()
Get the license. |
ResourceAdapter |
getResourceadapter()
Get the resourceadapter. |
XsdString |
getVendorName()
Get the vendorName. |
abstract String |
getVersion()
Get the version. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final XsdString vendorName
protected final XsdString eisType
protected final LicenseType license
protected final ResourceAdapter resourceadapter
protected final String id
| Constructor Detail |
|---|
protected Connector(XsdString vendorName,
XsdString eisType,
LicenseType license,
ResourceAdapter resourceadapter,
String id)
vendorName - vandor nameeisType - tyeo of EISlicense - license informationresourceadapter - resource adapter instanceid - id attribute in xml file| Method Detail |
|---|
public XsdString getVendorName()
public XsdString getEisType()
public LicenseType getLicense()
public ResourceAdapter getResourceadapter()
public abstract String getVersion()
public String getId()
getId in interface IdDecoratedMetadatapublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||