Interface Summary |
RASITraceEvent | RASITraceEvent defines a set of constants related to
. |
RASIMessageEvent | RASIMessageEvent defines a set of constants related to
. |
RASIQueue | The RASIQueue interface describes those methods which
must be implemented in order to be a queue for RAS events. |
RASIMaskChangeListener | RASIMaskChangeListener defines the methods that must
be implemented to process changes that occur in the
and
message and trace masks. |
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 generated by a
. |
RASITraceLogger | RASITraceLogger defines a set of methods that must be
implemented to create RAS trace data. |
RASIMaskChangeGenerator | RASIMaskChangeGenerator defines the methods that must be
implemented to control the message and trace masks and to generate
mask change events. |
RASILogger | RASILogger defines the methods which are common to
objects that wish to create RAS message and trace data. |
RASIMessageLogger | RASIMessageLogger defines a set of methods that must be
implemented to create RAS messages. |
RASIObject | RASIObject defines the methods which are common to
the ,
and interfaces. |
RASConstants | RASConstants defines a set of constants used by the RAS
Toolkit. |
Class Summary |
RASQueue | RASQueue is a buffer for RAS events. |
RASCircularQueue | RASCircularQueue is a circular queue for RAS events. |
RASUtil | RASUtil contains utility methods used by the RAS
Toolkit. |
RASTraceLogger | RASTraceLogger generates trace data and is one of two
sub-classes provided in this package. |
RASTraceEvent | RASTraceEvent encapsulates all of the information generated by
. |
RASMessageLogger | RASMessageLogger generates message data and is one of two
sub-classes provided in this package. |
RASMessageEvent | RASMessageEvent encapsulates all of the information generated
by a . |
RASMessageCatalog | RASMessageCatalog formats messages within the RAS system
according to the current locale (that is, in the
desired language). |
RASLogger | RASLogger is the parent of all classes which create message
and trace data. |
RASEvent | RASEvent is the parent of all
and objects. |
RASCopyright | RASCopyright contains copyright statements which are included
in each class file of this package. |
RASMaskChangeGenerator | RASMaskChangeGenerator implements the
interface. |
RASMaskChangeEvent | RASMaskChangeEvent indicates that a change has occurred
in a message or trace mask. |
RASObject | RASObject defines the methods which are common to the
, RASHandler and
RASFormatter } classes. |