Package com.ibm.ras

Interface Summary
RASIEvent RASIEvent defines the methods that must be implemented to contain RAS message or trace data.
RASIFormatter RASIFormatter defines the methods that must be implemented to format RAS events.
RASIHandler RASIHandler defines the methods that must be implemented to process RASEvents generated by a RASLogger.
RASILogger RASILogger/code> defines the methods which are common to objects that wish to create RAS message and trace data.
RASIMaskChangeListener RASIMaskChangeListener defines the methods that must be implemented to process changes that occur in the RASHandler message and trace masks.
RASIMessageEvent RASIMessageEvent defines a set of constants related to RASMessageEvents.
RASIMessageLogger RASIMessageLogger defines a set of methods that must be implemented to create RAS messages.
RASIObject RASIObject/code> defines the methods which are common to the RASILogger, RASIHandler and RASIFormatter interfaces.
RASITraceEvent RASITraceEvent defines a set of constants related to RASTraceEvents.
RASITraceLogger RASITraceLogger defines a set of methods that must be implemented to create RAS trace data.
 

Class Summary
RASConsoleHandler RASConsoleHandler implements a RASHandler that writes to the console (System.out).
RASCopyright This class contains copyright statements which are included in each class file of this package.
RASEvent RASEvent is the parent of all RASMessageEvent and RASTraceEvent objects.
RASFileHandler RASFileHandler implements a RASHandler that writes to a file.
RASFormatter RASFormatter is the parent of all classes which format RAS events for display.
RASHandler RASHandler implements the RASIHandler interface and is the parent of all classes which process the output of the RASLogger classes.
RASLogger RASLogger implements the RASILogger interface and is the parent of all classes which create message and trace data.
RASMessageCatalog The RASMessageCatalog class is used within the RAS system to format messages according to the current locale (that is, in the desired language).
RASMessageEvent A RASMessageEvent encapsulates all of the information generated by a RASMessageLogger.
RASMessageFormatter A RASMessageFormatter formats a RASMessageEvent for display.
RASMessageLogger The RASMessageLogger is one of two RASLogger sub-classes provided in this package.
RASObject RASObject defines the methods which are common to the RASLogger, RASHandler and RASFormatter classes.
RASSocketHandler RASSocketHandler implements a RASHandler that writes to a TCP socket.
RASTraceEvent A RASTraceEvent encapsulates all of the information generated by a RASTraceLogger.
RASTraceFormatter A RASTraceFormatter formats a RASTraceEvent for display.
RASTraceLogger The RASTraceLogger is one of two RASLogger sub-classes provided in this package.
RASUtil This class contains constants and utility methods used by this package.
WsJrasMessageLogger The WsJRasMessageLogger class extends the RASMessageLogger class and implements the RASIMessageLogger interface.
WsJrasTraceLogger The WsJRasTraceLogger class extends the RASTraceLogger class and implements the RASITraceLogger interface.