Package com.tangosol.run.jca
Class CacheAdapter.CacheConnectionSpec
java.lang.Object
com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
- All Implemented Interfaces:
- javax.resource.cci.ConnectionSpec
- Enclosing class:
- CacheAdapter
public static class CacheAdapter.CacheConnectionSpec
extends Object
implements javax.resource.cci.ConnectionSpec
CacheConnectionSpec is an implementation of 
ConnectionSpec
 interface used to pass the connection info to the adapter.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCacheConnectionSpec(String sServiceName, String sServiceType, String sUserName, String sPassword, int nConcur, int nIsolation, int nTimeout) Construct a ConnectionSpec based on the specified parameters.
- 
Method SummaryModifier and TypeMethodDescriptionintintint
- 
Constructor Details
- 
Method Details- 
getServiceName
- 
getServiceType
- 
getUserName
- 
getPassword
- 
getConcurrencypublic int getConcurrency()
- 
getIsolationpublic int getIsolation()
- 
getTimeoutpublic int getTimeout()
 
-