|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
public static class CacheAdapter.CacheConnectionSpec
CacheConnectionSpec is an implementation of ConnectionSpec
interface used to pass the connection info to the adapter.
ConnectionFactory| Constructor Summary | |
|---|---|
CacheAdapter.CacheConnectionSpec(String sServiceName,
String sServiceType,
String sUserName,
String sPassword,
int nConcur,
int nIsolation,
int nTimeout)
Construct a ConnectionSpec based on the specified parameters. |
|
| Method Summary | |
|---|---|
int |
getConcurrency()
|
int |
getIsolation()
|
String |
getPassword()
|
String |
getServiceName()
|
String |
getServiceType()
|
int |
getTimeout()
|
String |
getUserName()
|
| Constructor Detail |
|---|
public CacheAdapter.CacheConnectionSpec(String sServiceName,
String sServiceType,
String sUserName,
String sPassword,
int nConcur,
int nIsolation,
int nTimeout)
| Method Detail |
|---|
public String getServiceName()
public String getServiceType()
public String getUserName()
public String getPassword()
public int getConcurrency()
public int getIsolation()
public int getTimeout()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||