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 java.lang.String JNDINAME
      The Constant JNDINAME: "java:global/CometConfiguration/CometConfiguration!com.priint.pubserver.comet.config.DataProviderLocal"
      static java.lang.String MAPPED_NAME
      The mapped name of the DataProvider Plugin
    • Field Detail

      • JNDINAME

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

        static final java.lang.String MAPPED_NAME

        The mapped name of the DataProvider Plugin

        Use this name when requesting a Plugin instance from the PluginManager

        .
        See Also:
        Constant Field Values