IBM WebSphere Application ServerTM
Release 7

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
 AccessIntent getAccessIntent()
          Get the AccessIntent.
 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

AccessIntent getAccessIntent()
Get the AccessIntent.

Returns:
the AccessIntent.

setAccessIntent

void setAccessIntent(AccessIntent accessIntent)
Sets the AccessIntent.

Parameters:
accessIntent - the AccessIntent.

IBM WebSphere Application ServerTM
Release 7