Class StreamStoreJDBCConnectionProvider

java.lang.Object
org.eclnt.ccee.db.util.StreamStoreJDBCConnectionProvider
All Implemented Interfaces:
org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider, org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider2

public class StreamStoreJDBCConnectionProvider extends Object implements org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider2
Connection provider that uses the DOFW connection management to be used within the stream store processing.
  • Constructor Details

    • StreamStoreJDBCConnectionProvider

      public StreamStoreJDBCConnectionProvider()
  • Method Details

    • createConnection

      public Connection createConnection()
      Specified by:
      createConnection in interface org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider
    • getDatabaseSchemaName

      public String getDatabaseSchemaName()
      Specified by:
      getDatabaseSchemaName in interface org.eclnt.jsfserver.streamstore.IJDBCConnectionProvider2