Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ra |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.metadata.ra.ra10 |
This package contains metadatas for connector-1.0.dtd
|
org.jboss.jca.common.metadata.ra.ra15 |
This package contains metadatas for connector-1.5.xsd
|
org.jboss.jca.common.metadata.ra.ra16 |
This package contains metadatas for connector-1.6.xsd
|
org.jboss.jca.common.metadata.ra.ra17 |
This package contains the implementation of the Java EE Connector Architecture 1.7 specification schema.
|
Modifier and Type | Method and Description |
---|---|
Connector.Version |
Connector.getVersion()
Get the version.
|
static Connector.Version |
Connector.Version.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Connector.Version[] |
Connector.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Connector.Version |
Connector10Impl.getVersion()
Get the version.
|
Modifier and Type | Method and Description |
---|---|
Connector.Version |
Connector15Impl.getVersion()
Get the version.
|
Modifier and Type | Method and Description |
---|---|
Connector.Version |
Connector16Impl.getVersion()
Get the version.
|
Modifier and Type | Method and Description |
---|---|
Connector.Version |
Connector17Impl.getVersion()
Get the version.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)