|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Connection Definition'.
The following features are supported:
JcaPackage.getConnectionDefinition()
Method Summary | |
---|---|
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 |
Method Detail |
public 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()
public void setManagedConnectionFactoryClass(java.lang.String value)
Managed Connection Factory Class
' attribute.
value
- the new value of the 'Managed Connection Factory Class' attribute.getManagedConnectionFactoryClass()
public 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()
public void setConnectionFactoryInterface(java.lang.String value)
Connection Factory Interface
' attribute.
value
- the new value of the 'Connection Factory Interface' attribute.getConnectionFactoryInterface()
public 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()
public void setConnectionFactoryImplClass(java.lang.String value)
Connection Factory Impl Class
' attribute.
value
- the new value of the 'Connection Factory Impl Class' attribute.getConnectionFactoryImplClass()
public 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()
public void setConnectionInterface(java.lang.String value)
Connection Interface
' attribute.
value
- the new value of the 'Connection Interface' attribute.getConnectionInterface()
public 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()
public void setConnectionImplClass(java.lang.String value)
Connection Impl Class
' attribute.
value
- the new value of the 'Connection Impl Class' attribute.getConnectionImplClass()
public 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 |