com.ibm.commerce.ras
Class CoreSystemMessages

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.commerce.ras.CoreSystemMessages
All Implemented Interfaces:
CorrectiveActionMessages

public abstract class CoreSystemMessages
extends java.util.ListResourceBundle
implements CorrectiveActionMessages

CoreSystemMessages contains the System messages defined in WebSphere Commerce


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CoreSystemMessages()
          ECSystemMsgResourceBundle constructor comment.
 
Method Summary
 java.lang.Object[][] getContents()
          getContents method returns Object array
 ServerResourceBundleBridge getCorrectiveActionResouce()
          This method loads the Corrective Action Resource Bridge based on the Locale.
abstract  java.util.Locale getLocale()
          An abstract method to get the Locale
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

CoreSystemMessages

public CoreSystemMessages()
ECSystemMsgResourceBundle constructor comment.
Method Detail

getContents

public java.lang.Object[][] getContents()
getContents method returns Object array
Overrides:
getContents in class java.util.ListResourceBundle

getCorrectiveActionResouce

public ServerResourceBundleBridge getCorrectiveActionResouce()
This method loads the Corrective Action Resource Bridge based on the Locale.
Specified by:
getCorrectiveActionResouce in interface CorrectiveActionMessages

getLocale

public abstract java.util.Locale getLocale()
An abstract method to get the Locale
Overrides:
getLocale in class java.util.ResourceBundle