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