Interface ConnectionDefinition
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,MergeableMetadata<ConnectionDefinition>,Serializable
public interface ConnectionDefinition
extends IdDecoratedMetadata, MergeableMetadata<ConnectionDefinition>, CopyableMetaData
A ConnectionDefinition.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copyMethods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getIdMethods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
merge
-
Method Details
-
getManagedConnectionFactoryClass
XsdString getManagedConnectionFactoryClass()- Returns:
- managedconnectionfactoryClass
-
getConfigProperties
List<ConfigProperty> getConfigProperties()- Returns:
- configProperty
-
getConnectionFactoryInterface
XsdString getConnectionFactoryInterface()- Returns:
- connectionfactoryInterface
-
getConnectionFactoryImplClass
XsdString getConnectionFactoryImplClass()- Returns:
- connectionfactoryImplClass
-
getConnectionInterface
XsdString getConnectionInterface()- Returns:
- connectionInterface
-
getConnectionImplClass
XsdString getConnectionImplClass()- Returns:
- connectionImplClass
-