|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.j2ca.extension.emd.PropertiesResourceBundle
ResourceBundleHelper - Provides access to the adapter specific and the base classes resource bundles.
Constructor Summary | |
---|---|
PropertiesResourceBundle(java.lang.String adapterPackageName,
java.util.Locale initLocale)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getMessage(java.lang.String messageKey)
Returns the value for a key from the resource bundle |
java.lang.String |
getMessageDescription(java.lang.String messageKey)
Returns the description for the message key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertiesResourceBundle(java.lang.String adapterPackageName, java.util.Locale initLocale) throws java.util.MissingResourceException
adapterPackageName
- Adapter specific package name initLocale Locale to use. For
trace messages the Locale will be en_US always.Method Detail |
public java.lang.String getMessage(java.lang.String messageKey)
messageKey
-
public java.lang.String getMessageDescription(java.lang.String messageKey)
messageKey
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |