public static class CacheAdapter.CacheConnectionSpec extends Object implements javax.resource.cci.ConnectionSpec
ConnectionSpec
interface used to pass the connection info to the adapter.ConnectionFactory
Constructor | Description |
---|---|
CacheConnectionSpec(String sServiceName,
String sServiceType,
String sUserName,
String sPassword,
int nConcur,
int nIsolation,
int nTimeout) |
Construct a ConnectionSpec based on the specified parameters.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getConcurrency() |
|
int |
getIsolation() |
|
String |
getPassword() |
|
String |
getServiceName() |
|
String |
getServiceType() |
|
int |
getTimeout() |
|
String |
getUserName() |
public String getServiceName()
public String getServiceType()
public String getUserName()
public String getPassword()
public int getConcurrency()
public int getIsolation()
public int getTimeout()