Class ConfigurationCommonDBRef.DataSourceConnection

java.lang.Object
com.espertech.esper.common.client.configuration.common.ConfigurationCommonDBRef.DataSourceConnection
All Implemented Interfaces:
ConfigurationCommonDBRef.ConnectionFactoryDesc, Serializable
Enclosing class:
ConfigurationCommonDBRef

public static class ConfigurationCommonDBRef.DataSourceConnection extends Object implements ConfigurationCommonDBRef.ConnectionFactoryDesc, Serializable
Connection factory settings for using a DataSource.
See Also:
  • Constructor Details

    • DataSourceConnection

      public DataSourceConnection(String contextLookupName, Properties envProperties)
      Ctor.
      Parameters:
      contextLookupName - is the object name to look up
      envProperties - are the context properties to use constructing InitialContext
  • Method Details

    • getContextLookupName

      public String getContextLookupName()
      Returns the object name to look up in context.
      Returns:
      object name
    • getEnvProperties

      public Properties getEnvProperties()
      Returns the environment properties to use to establish the initial context.
      Returns:
      environment properties to construct the initial context