Interface DataProviderLocal


public interface DataProviderLocal
The Interface DataProviderLocal. This class contains Constants (JNDINAME and MAPPED_NAME) and method to check data provider.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"
    static final String
    The mapped name of the DataProvider Plugin
  • Method Summary

    Modifier and Type
    Method
    Description
    checkDataProvider(String projectIdentifier)
    Checks the data provider.
  • Field Details

    • JNDINAME

      static final String JNDINAME
      The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"
      See Also:
    • MAPPED_NAME

      static final String MAPPED_NAME

      The mapped name of the DataProvider Plugin

      Use this name when requesting a Plugin instance from the PluginManager

      .
      See Also:
  • Method Details