|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.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()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |