Class LoggingLocalizationResource


  • public class LoggingLocalizationResource
    extends java.util.ListResourceBundle
    English ResourceBundle for LoggingLocalization messages.
    Since:
    TOPLink/Java 5.0 Internal change on 2006/04/24: Message id is added for iAS 11 logging compliance. Every message added into this file needs the message id entry as well. Logs by AbstractSessionLog.getLog().log() when the level is below CONFIG=4 (FINE, FINER, FINEST, ALL) should be moved to TraceLocalizationResource.
    Author:
    Shannon Chen
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.ResourceBundle

        java.util.ResourceBundle.Control
    • Field Summary

      • Fields inherited from class java.util.ResourceBundle

        parent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object[][] getContents()
      Return the lookup table.
      • Methods inherited from class java.util.ListResourceBundle

        getKeys, handleGetObject, handleKeySet
      • Methods inherited from class java.util.ResourceBundle

        clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingLocalizationResource

        public LoggingLocalizationResource()
    • Method Detail

      • getContents

        protected java.lang.Object[][] getContents()
        Return the lookup table.
        Specified by:
        getContents in class java.util.ListResourceBundle