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 com.ibm.websphere.appprofile.accessintent.AccessIntent getAccessIntent()
Get the AccessIntent.void setAccessIntent(com.ibm.websphere.appprofile.accessintent.AccessIntent accessIntent)
Sets the AccessIntent.
Methods inherited from interface com.ibm.websphere.rsadapter.WSConnectionSpec getCatalog, getPassword, getTypeMap, getUserName, isReadOnly, setCatalog, setPassword, setReadOnly, setTypeMap, setUserName
Method Detail getAccessIntent
public com.ibm.websphere.appprofile.accessintent.AccessIntent getAccessIntent()
- Get the AccessIntent.
- Returns:
- the AccessIntent.
setAccessIntent
public void setAccessIntent(com.ibm.websphere.appprofile.accessintent.AccessIntent accessIntent)
- Sets the AccessIntent.
- Parameters:
- accessIntent - the AccessIntent.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.