com.ibm.websphere.rsadapter

Interface WSCciConnectionSpec

All Superinterfaces:
javax.resource.cci.ConnectionSpec, WSConnectionSpec

  1. public interface WSCciConnectionSpec
  2. 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
  1. AccessIntent
getAccessIntent()
Get the AccessIntent.
  1. void
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

  1. AccessIntent getAccessIntent()
Get the AccessIntent.
Returns:
the AccessIntent.

setAccessIntent

  1. void setAccessIntent(AccessIntent accessIntent)
Sets the AccessIntent.
Parameters:
accessIntent - the AccessIntent.