CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.run.jca
Class CacheAdapter.CacheConnectionSpec

java.lang.Object
  extended by com.tangosol.run.jca.CacheAdapter.CacheConnectionSpec
All Implemented Interfaces:
ConnectionSpec
Enclosing class:
CacheAdapter

public static class CacheAdapter.CacheConnectionSpec
extends Object
implements ConnectionSpec

CacheConnectionSpec is an implementation of ConnectionSpec interface used to pass the connection info to the adapter.

See Also:
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

CacheAdapter.CacheConnectionSpec

public 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 Detail

getServiceName

public String getServiceName()

getServiceType

public String getServiceType()

getUserName

public String getUserName()

getPassword

public String getPassword()

getConcurrency

public int getConcurrency()

getIsolation

public int getIsolation()

getTimeout

public int getTimeout()

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation