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 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 TypeMethodDescriptionint
int
int
-
Constructor Details
-
Method Details
-
getServiceName
-
getServiceType
-
getUserName
-
getPassword
-
getConcurrency
public int getConcurrency() -
getIsolation
public int getIsolation() -
getTimeout
public int getTimeout()
-