Class TraceLocalizationResource


  • public class TraceLocalizationResource
    extends java.util.ListResourceBundle
    English ResourceBundle for TraceLocalization messages. Traces are only localized. They do not get translated. These logs are picked up by AbstractSessionLog.getLog().log() when the level is below CONFIG=4 (FINE, FINER, FINEST, ALL)
    Since:
    OracleAS TopLink 10g (9.0.4)
    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

      • TraceLocalizationResource

        public TraceLocalizationResource()
    • Method Detail

      • getContents

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