|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CciTemplate | |
---|---|
org.springframework.jca.cci.core | Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces. |
org.springframework.jca.cci.core.support | Classes supporting the org.springframework.jca.cci.core package. |
org.springframework.jca.cci.object | The classes in this package represent EIS operations as threadsafe, reusable objects. |
Uses of CciTemplate in org.springframework.jca.cci.core |
---|
Methods in org.springframework.jca.cci.core that return CciTemplate | |
---|---|
CciTemplate |
CciTemplate.getDerivedTemplate(ConnectionSpec connectionSpec)
Create a template derived from this template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections. |
Uses of CciTemplate in org.springframework.jca.cci.core.support |
---|
Methods in org.springframework.jca.cci.core.support that return CciTemplate | |
---|---|
protected CciTemplate |
CciDaoSupport.createCciTemplate(ConnectionFactory connectionFactory)
Create a CciTemplate for the given ConnectionFactory. |
CciTemplate |
CciDaoSupport.getCciTemplate()
Return the CciTemplate for this DAO, pre-initialized with the ConnectionFactory or set explicitly. |
protected CciTemplate |
CciDaoSupport.getCciTemplate(ConnectionSpec connectionSpec)
Obtain a CciTemplate derived from the main template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections. |
Methods in org.springframework.jca.cci.core.support with parameters of type CciTemplate | |
---|---|
void |
CciDaoSupport.setCciTemplate(CciTemplate cciTemplate)
Set the CciTemplate for this DAO explicitly, as an alternative to specifying a ConnectionFactory. |
Uses of CciTemplate in org.springframework.jca.cci.object |
---|
Methods in org.springframework.jca.cci.object that return CciTemplate | |
---|---|
CciTemplate |
EisOperation.getCciTemplate()
Return the CciTemplate used by this operation. |
Methods in org.springframework.jca.cci.object with parameters of type CciTemplate | |
---|---|
void |
EisOperation.setCciTemplate(CciTemplate cciTemplate)
Set the CciTemplate to be used by this operation. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |