com.sun.enterprise.server.logging.diagnostics
Class MessageIdCatalog
java.lang.Object
com.sun.enterprise.server.logging.diagnostics.MessageIdCatalog
public class MessageIdCatalog
- extends java.lang.Object
Simple catalog class to locate Diagnostic Information based on
message id as the key. resource bundle is located using the module name.
- Author:
- Carla Mott
|
Method Summary |
java.util.ArrayList |
getDiagnosticCausesForMessageId(java.lang.String messageId,
java.lang.String moduleName)
Get all the documented DiagnosticCauses for a given message id. |
java.util.ArrayList |
getDiagnosticChecksForMessageId(java.lang.String messageId,
java.lang.String moduleName)
Get all the documented DiagnosticChecks for a given message id. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageIdCatalog
public MessageIdCatalog()
getDiagnosticCausesForMessageId
public java.util.ArrayList getDiagnosticCausesForMessageId(java.lang.String messageId,
java.lang.String moduleName)
- Get all the documented DiagnosticCauses for a given message id.
The results will be localized based on the current locale of
the AppServer's JVM.
getDiagnosticChecksForMessageId
public java.util.ArrayList getDiagnosticChecksForMessageId(java.lang.String messageId,
java.lang.String moduleName)
- Get all the documented DiagnosticChecks for a given message id.
The results will be localized based on the current locale of
the AppServer's JVM.
Copyright © 2012 GlassFish Community. All Rights Reserved.