|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionDefinition
A representation of the model object 'Connection Definition'.
The following features are supported:
JcaPackage.getConnectionDefinition()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getConfigProperties()
Returns the value of the 'Config Properties' containment reference list. |
java.lang.String |
getConnectionFactoryImplClass()
Returns the value of the 'Connection Factory Impl Class' attribute |
java.lang.String |
getConnectionFactoryInterface()
Returns the value of the 'Connection Factory Interface' attribute |
java.lang.String |
getConnectionImplClass()
Returns the value of the 'Connection Impl Class' attribute |
java.lang.String |
getConnectionInterface()
Returns the value of the 'Connection Interface' attribute |
java.lang.String |
getManagedConnectionFactoryClass()
Returns the value of the 'Managed Connection Factory Class' attribute |
void |
setConnectionFactoryImplClass(java.lang.String value)
Sets the value of the ' Connection Factory Impl Class ' attribute |
void |
setConnectionFactoryInterface(java.lang.String value)
Sets the value of the ' Connection Factory Interface ' attribute |
void |
setConnectionImplClass(java.lang.String value)
Sets the value of the ' Connection Impl Class ' attribute |
void |
setConnectionInterface(java.lang.String value)
Sets the value of the ' Connection Interface ' attribute |
void |
setManagedConnectionFactoryClass(java.lang.String value)
Sets the value of the ' Managed Connection Factory Class ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getManagedConnectionFactoryClass()
If the meaning of the 'Managed Connection Factory Class' attribute isn't clear, there really should be more of a description here...
The element managedconnectionfactory-class specifies the fully qualified name of the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts. The implementation of this class is required to be a JavaBean. Example:
setManagedConnectionFactoryClass(String)
,
JcaPackage.getConnectionDefinition_ManagedConnectionFactoryClass()
void setManagedConnectionFactoryClass(java.lang.String value)
Managed Connection Factory Class
' attribute.
value
- the new value of the 'Managed Connection Factory Class' attribute.getManagedConnectionFactoryClass()
java.lang.String getConnectionFactoryInterface()
If the meaning of the 'Connection Factory Interface' attribute isn't clear, there really should be more of a description here...
The element connectionfactory-interface specifies the fully qualified name of the ConnectionFactory interface supported by the resource adapter. Example:
setConnectionFactoryInterface(String)
,
JcaPackage.getConnectionDefinition_ConnectionFactoryInterface()
void setConnectionFactoryInterface(java.lang.String value)
Connection Factory Interface
' attribute.
value
- the new value of the 'Connection Factory Interface' attribute.getConnectionFactoryInterface()
java.lang.String getConnectionFactoryImplClass()
If the meaning of the 'Connection Factory Impl Class' attribute isn't clear, there really should be more of a description here...
The element connectionfactory-impl-class specifies the fully qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface. Example:
setConnectionFactoryImplClass(String)
,
JcaPackage.getConnectionDefinition_ConnectionFactoryImplClass()
void setConnectionFactoryImplClass(java.lang.String value)
Connection Factory Impl Class
' attribute.
value
- the new value of the 'Connection Factory Impl Class' attribute.getConnectionFactoryImplClass()
java.lang.String getConnectionInterface()
If the meaning of the 'Connection Interface' attribute isn't clear, there really should be more of a description here...
The connection-interface element specifies the fully qualified name of the Connection interface supported by the resource adapter. Example:
setConnectionInterface(String)
,
JcaPackage.getConnectionDefinition_ConnectionInterface()
void setConnectionInterface(java.lang.String value)
Connection Interface
' attribute.
value
- the new value of the 'Connection Interface' attribute.getConnectionInterface()
java.lang.String getConnectionImplClass()
If the meaning of the 'Connection Impl Class' attribute isn't clear, there really should be more of a description here...
The connection-impl-classType specifies the fully qualified name of the Connection class that implements resource adapter specific Connection interface. It is used by the connection-impl-class elements. Example:
setConnectionImplClass(String)
,
JcaPackage.getConnectionDefinition_ConnectionImplClass()
void setConnectionImplClass(java.lang.String value)
Connection Impl Class
' attribute.
value
- the new value of the 'Connection Impl Class' attribute.getConnectionImplClass()
org.eclipse.emf.common.util.EList getConfigProperties()
ConfigProperty
.
If the meaning of the 'Config Properties' containment reference list isn't clear, there really should be more of a description here...
JcaPackage.getConnectionDefinition_ConfigProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |