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

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