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:
  • ConnectionFactory
  • Constructor Details

    • CacheConnectionSpec

      public CacheConnectionSpec(String sServiceName, String sServiceType, String sUserName, String sPassword, int nConcur, int nIsolation, int nTimeout)
      Construct a ConnectionSpec based on the specified parameters.
  • Method Details

    • 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()