Class ManagedDatasourceInfoSupplier

java.lang.Object
com.atlassian.jira.config.database.ManagedDatasourceInfoSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<org.ofbiz.core.entity.config.DatasourceInfo>, Supplier<org.ofbiz.core.entity.config.DatasourceInfo>

public class ManagedDatasourceInfoSupplier extends Object implements com.google.common.base.Supplier<org.ofbiz.core.entity.config.DatasourceInfo>
Implements a minimal method of acquiring access to the OfBiz DatasourceInfo that uses the DatabaseConfigurationManager's DatabaseConfig.
Since:
v4.4
  • Constructor Details

  • Method Details

    • get

      public org.ofbiz.core.entity.config.DatasourceInfo get()
      Specified by:
      get in interface com.google.common.base.Supplier<org.ofbiz.core.entity.config.DatasourceInfo>
      Specified by:
      get in interface Supplier<org.ofbiz.core.entity.config.DatasourceInfo>