Interface EntityModelLocal


  • public interface EntityModelLocal
    The Interface EntityModelLocal. 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.EntityModelLocal"
      static java.lang.String MAPPED_NAME
      The mapped name of the EntityModel Plugin
    • Field Detail

      • JNDINAME

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

        static final java.lang.String MAPPED_NAME

        The mapped name of the EntityModel Plugin

        Use this name when requesting a Plugin instance from the PluginManager

        .
        See Also:
        Constant Field Values