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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ConfigProperty>getConfigProperties()XsdStringgetConnectionFactoryImplClass()XsdStringgetConnectionFactoryInterface()XsdStringgetConnectionImplClass()XsdStringgetConnectionInterface()XsdStringgetManagedConnectionFactoryClass()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.MergeableMetadata
merge
-
-
-
-
Method Detail
-
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
-
-