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
          IBM copyright notice field.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CoreSystemMessages()
          Constructor for CoreSystemMessages.
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the messages contents.
  ServerResourceBundleBridge getCorrectiveActionResouce()
          Gets the corrective action resource bridge based on the Locale.
abstract  java.util.Locale getLocale()
          Gets 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
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

CoreSystemMessages

public CoreSystemMessages()
Constructor for CoreSystemMessages.
Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the messages contents.
Specified by:
getContents in class java.util.ListResourceBundle
Returns:
array of messages contents

getCorrectiveActionResouce

public ServerResourceBundleBridge getCorrectiveActionResouce()
Gets the corrective action resource bridge based on the Locale.
Specified by:
getCorrectiveActionResouce in interface CorrectiveActionMessages
Returns:
corrective action resource bundle

getLocale

public abstract java.util.Locale getLocale()
Gets the Locale.
Overrides:
getLocale in class java.util.ResourceBundle
Returns:
system locale