com.ibm.websphere.rsadapter
Interface WSCciConnectionSpec
All Superinterfaces:
javax.resource.cci.ConnectionSpec, WSConnectionSpec
- public interface WSCciConnectionSpec
- extends WSConnectionSpec
A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
getAccessIntent()
Get the AccessIntent.
|
|
|
setAccessIntent(AccessIntent accessIntent)
Sets the AccessIntent.
|
| Methods inherited from interface com.ibm.websphere.rsadapter.WSConnectionSpec |
|---|
getCatalog, getHoldability, getPassword, getTypeMap, getUserName, isReadOnly, setCatalog, setHoldability, setPassword, setReadOnly, setTypeMap, setUserName |
Method Detail
getAccessIntent
- AccessIntent getAccessIntent()
Get the AccessIntent.
Returns:
the AccessIntent.
setAccessIntent
- void setAccessIntent(AccessIntent accessIntent)
Sets the AccessIntent.
Parameters:
accessIntent - the AccessIntent.