Package | Description |
---|---|
org.jboss.jca.common.annotations |
This package contains classes that handles common annotations operations.
|
org.jboss.jca.common.metadata |
This package contains classes that handles common metadata operations.
|
org.jboss.jca.common.metadata.merge |
This package contains Merge util classes for metadatas
|
org.jboss.jca.common.metadata.spec |
This package contains common metadatas fand parser for connector_1_*.xsd
|
Modifier and Type | Method and Description |
---|---|
Connector |
Annotations.merge(Connector connector,
AnnotationRepository annotationRepository,
java.lang.ClassLoader classLoader)
Scan for annotations in the URLs specified
|
Connector |
Annotations.process(AnnotationRepository annotationRepository,
java.lang.String xmlResourceAdapterClass,
java.lang.ClassLoader classLoader)
Process annotations
|
Modifier and Type | Method and Description |
---|---|
Connector |
Annotations.merge(Connector connector,
AnnotationRepository annotationRepository,
java.lang.ClassLoader classLoader)
Scan for annotations in the URLs specified
|
Modifier and Type | Method and Description |
---|---|
Connector |
MetadataFactory.getStandardMetaData(java.io.File root)
Get the JCA standard metadata
|
Modifier and Type | Method and Description |
---|---|
Connector |
Merger.mergeConnectorAndDs(CommonDataSource cds,
Connector connector)
Merge a connector with a DataSource metadata
|
Connector |
Merger.mergeConnectorWithCommonIronJacamar(Activation ij,
Connector conn)
Merge a
Connector and a Activation passing also Matcher to identify AdminObject
and ConnectionDefinition to merge inside the passed objects |
Modifier and Type | Method and Description |
---|---|
Connector |
Merger.mergeConnectorAndDs(CommonDataSource cds,
Connector connector)
Merge a connector with a DataSource metadata
|
Connector |
Merger.mergeConnectorWithCommonIronJacamar(Activation ij,
Connector conn)
Merge a
Connector and a Activation passing also Matcher to identify AdminObject
and ConnectionDefinition to merge inside the passed objects |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorImpl
Implementation of Connector
|
Modifier and Type | Method and Description |
---|---|
Connector |
ConnectorImpl.merge(MergeableMetadata<?> inputMd)
Merge specification metadata with vendor metadata
|
Connector |
RaParser.parse(java.io.InputStream xmlInputStream) |
Connector |
RaParser.parse(javax.xml.stream.XMLStreamReader reader) |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)