|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
RASIDataStore
to this manager.
RASIEvent
class which this formatter
can process.
RASIEvent
class which this formatter
can process.
Object
from its class name.
RASHandlers
.
Exception
in a non-static method.
Exception
in a non-static method.
Exception
in a non-static method.
Exception
in a static method.
Exception
in a static method.
Exception
in a static method.
SimpleDateFormat
object used to format the date
at which the event was created.
RASIEvent
classes which this formatter
can process.
RASIEvent
classes which this formatter
can process.
RASMessageCatalog
.
RASManager
.
RASManager
.
Strings
to be displayed with
the message text.
Strings
to be displayed with
the message text.
String
used to separate fields in the formatted
output.
SimpleDateFormat
object used to format the time
at which the event was created.
true
when this object is logging data
and false
otherwise.
RASLogServer
application.
String
representation of the trace mask
to its long equivalent.
String
representation of the message mask
to its long equivalent.
RASITraceEvent.TYPE_XXXX
constants to its String
equivalent.
RASIMessageEvent.TYPE_XXXX
constants to its String
equivalent.
RASBaseGroup
is an extension of RASGroup
.RASBaseGroup
.
RASConfig
contains the configuration data for a RAS
object (a logger or handler).RASConfig
.
RASConnectionHandler
processes individual client connections.RASConnectionHandler
.
RASConsoleHandler
implements a RASHandler
that writes to the console (System.out
).RASConsoleHandler
.
RASConsoleHandler
.
RASConsoleHandler
.
RASDefaultDataStore
is a default implementation of the
RASIDataStore
interface.RASDefaultDataStore
.
RASEvent
is the parent of all
RASMessageEvent
and RASTraceEvent
objects.RASEvent
.
RASFileHandler
implements a RASHandler
that writes to a file.RASFileHandler
.
RASFileHandler
.
RASFileHandler
.
RASFileHandler
.
RASFormatter
is the parent of all classes which format
RAS events for display.RASFormatter
.
RASGroup
organizes the configuration data for a related
set of RAS objects (loggers, handlers and formatters).RASGroup
.
RASGroup
.
RASHandler
implements the RASIHandler
interface and is the parent of all classes which process
the output of the RASLogger
classes.RASHandler
.
RASHandler
.
RASHandler
.
RASIDataStore
defines an interface to allow RAS configuration
data to be saved to and restored from persistent storage (such as a
properties file on disk).RASIEvent
defines the methods that must be implemented
to contain RAS message or trace data.RASIFormatter
defines the methods that must be implemented
to format RAS events.RASIHandler
defines the methods that must be implemented
to process RASEvents
generated by a RASLogger
.RASILogger/code> defines the methods which are common to
objects that wish to create RAS message and trace data.- RASIMaskChangeListener - interface com.ibm.ras.RASIMaskChangeListener.
RASIMaskChangeListener
defines the methods that must
be implemented to process changes that occur in the
RASHandler
message and trace masks.- RASIMessageEvent - interface com.ibm.ras.RASIMessageEvent.
RASIMessageEvent
defines a set of constants related to
RASMessageEvents
.- RASIMessageLogger - interface com.ibm.ras.RASIMessageLogger.
RASIMessageLogger
defines a set of methods that must be
implemented to create RAS messages.- RASIObject - interface com.ibm.ras.RASIObject.
RASIObject/code> defines the methods which are common to
the RASILogger, RASIHandler
and RASIFormatter
interfaces.- RASITraceEvent - interface com.ibm.ras.RASITraceEvent.
RASITraceEvent
defines a set of constants related to
RASTraceEvents
.- RASITraceLogger - interface com.ibm.ras.RASITraceLogger.
RASITraceLogger
defines a set of methods that must be
implemented to create RAS trace data.- RASLogger - class com.ibm.ras.RASLogger.
RASLogger
implements the RASILogger
interface and is the parent of all classes which create message and
trace data.- RASLogger() -
Constructor for class com.ibm.ras.RASLogger
- Creates a
RASLogger
.
- RASLogger(String) -
Constructor for class com.ibm.ras.RASLogger
- Creates a
RASLogger
.
- RASLogger(String, String) -
Constructor for class com.ibm.ras.RASLogger
- Creates a
RASLogger
.
- RASLogger(String, String, String, String) -
Constructor for class com.ibm.ras.RASLogger
- Creates a
RASLogger
.
- RASLogServer - class com.ibm.ras.server.RASLogServer.
RASLogServer
works in tandem with the
RASSocketHandler
class.- RASLogServer(int, String) -
Constructor for class com.ibm.ras.server.RASLogServer
- Creates a
RASLogServer
.
- RASManager - class com.ibm.ras.mgr.RASManager.
RASManager
is a manager of RAS objects.- RASMessageCatalog - class com.ibm.ras.RASMessageCatalog.
- The
RASMessageCatalog
class is used within the RAS system
to format messages according to the current locale (that is, in the
desired language). - RASMessageCatalog(ResourceBundle) -
Constructor for class com.ibm.ras.RASMessageCatalog
- Creates a
RASMessageCatalog
using the default locale.
- RASMessageCatalog(ResourceBundle, Locale) -
Constructor for class com.ibm.ras.RASMessageCatalog
- Creates a
RASMessageCatalog
.
- RASMessageCatalog(String) -
Constructor for class com.ibm.ras.RASMessageCatalog
- Creates a
RASMessageCatalog
using the default locale.
- RASMessageCatalog(String, Locale) -
Constructor for class com.ibm.ras.RASMessageCatalog
- Creates a
RASMessageCatalog
.
- RASMessageEvent - class com.ibm.ras.RASMessageEvent.
- A
RASMessageEvent
encapsulates all of the information generated
by a RASMessageLogger
. - RASMessageEvent(long, String, String[], String, String, String, String, String, String, String, String, Exception) -
Constructor for class com.ibm.ras.RASMessageEvent
- Creates a
RASMessageEvent
.
- RASMessageFormatter - class com.ibm.ras.RASMessageFormatter.
- A
RASMessageFormatter
formats a RASMessageEvent
for display. - RASMessageFormatter() -
Constructor for class com.ibm.ras.RASMessageFormatter
- Creates a
RASMessageFormatter
.
- RASMessageLogger - class com.ibm.ras.RASMessageLogger.
- The
RASMessageLogger
is one of two RASLogger
sub-classes provided in this package. - RASMessageLogger() -
Constructor for class com.ibm.ras.RASMessageLogger
- Creates a
RASMessageLogger
.
- RASMessageLogger(String) -
Constructor for class com.ibm.ras.RASMessageLogger
- Creates a
RASMessageLogger
.
- RASMessageLogger(String, String) -
Constructor for class com.ibm.ras.RASMessageLogger
- Creates a
RASMessageLogger
.
- RASMessageLogger(String, String, String, String, String, String, String) -
Constructor for class com.ibm.ras.RASMessageLogger
- Creates a
RASMessageLogger
.
- RASObject - class com.ibm.ras.RASObject.
RASObject
defines the methods which are common to the
RASLogger, RASHandler
and RASFormatter
classes.- RASObject() -
Constructor for class com.ibm.ras.RASObject
- Creates a
RASObject
.
- RASObject(String) -
Constructor for class com.ibm.ras.RASObject
- Creates a
RASObject
.
- RASObject(String, String) -
Constructor for class com.ibm.ras.RASObject
- Creates a
RASObject
.
- RASPropertyDataStore - class com.ibm.ras.mgr.RASPropertyDataStore.
RASPropertyDataStore
is an implementation of the
RASIDataStore
interface which uses a properties file of
a specific format to contain the RAS configuration.- RASPropertyDataStore(Properties) -
Constructor for class com.ibm.ras.mgr.RASPropertyDataStore
- Creates a
RASPropertyDataStore
.
- RASPropertyDataStore(String) -
Constructor for class com.ibm.ras.mgr.RASPropertyDataStore
- Creates a
RASPropertyDataStore
.
- RASSample - class com.ibm.ras.samples.RASSample.
- This sample program demonstrates how one might use the RAS Toolkit
to log messages and trace the flow of a program.
- RASSample() -
Constructor for class com.ibm.ras.samples.RASSample
- Creates a RASSample.
- RASSocketHandler - class com.ibm.ras.RASSocketHandler.
RASSocketHandler
implements a RASHandler
that writes to a TCP socket.- RASSocketHandler() -
Constructor for class com.ibm.ras.RASSocketHandler
- Creates a
RASSocketHandler
.
- RASSocketHandler(String) -
Constructor for class com.ibm.ras.RASSocketHandler
- Creates a
RASSocketHandler
.
- RASSocketHandler(String, String) -
Constructor for class com.ibm.ras.RASSocketHandler
- Creates a
RASSocketHandler
.
- RASSocketHandler(String, String, String, int) -
Constructor for class com.ibm.ras.RASSocketHandler
- Creates a
RASSocketHandler
.
- RASTraceEvent - class com.ibm.ras.RASTraceEvent.
- A
RASTraceEvent
encapsulates all of the information generated by
a RASTraceLogger
. - RASTraceEvent(long, String, String[], String, String, RASITraceLogger, String, String, Exception) -
Constructor for class com.ibm.ras.RASTraceEvent
- Creates a
RASTraceEvent
object.
- RASTraceFormatter - class com.ibm.ras.RASTraceFormatter.
- A
RASTraceFormatter
formats a RASTraceEvent
for display. - RASTraceFormatter() -
Constructor for class com.ibm.ras.RASTraceFormatter
- Creates a
RASTraceFormatter
.
- RASTraceLogger - class com.ibm.ras.RASTraceLogger.
- The
RASTraceLogger
is one of two RASLogger
sub-classes provided in this package. - RASTraceLogger() -
Constructor for class com.ibm.ras.RASTraceLogger
- Creates a
RASTraceLogger
.
- RASTraceLogger(String) -
Constructor for class com.ibm.ras.RASTraceLogger
- Creates a
RASTraceLogger
.
- RASTraceLogger(String, String) -
Constructor for class com.ibm.ras.RASTraceLogger
- Creates a
RASTraceLogger
.
- RASTraceLogger(String, String, String, String) -
Constructor for class com.ibm.ras.RASTraceLogger
- Creates a
RASTraceLogger
.
- RASUtil - class com.ibm.ras.RASUtil.
- This class contains constants and utility methods used by this
package.
- RASUtil() -
Constructor for class com.ibm.ras.RASUtil
-
- removeDataStore(RASIDataStore) -
Method in class com.ibm.ras.mgr.RASManager
- Removes a
RASIDataStore
from this manager.
- removeEventClass(String) -
Method in class com.ibm.ras.RASFormatter
- Removes the name of a
RASIEvent
class from the list of
classes which this formatter can process.
- removeEventClass(String) -
Method in interface com.ibm.ras.RASIFormatter
- Removes the name of a
RASIEvent
class from the list of
classes which this formatter can process.
- removeFormatter(RASIFormatter) -
Method in class com.ibm.ras.RASHandler
- Removes a RAS event formatter from this handler.
- removeFormatter(RASIFormatter) -
Method in interface com.ibm.ras.RASIHandler
- Removes a RAS event formatter from this handler.
- removeFormatterConfig(String) -
Method in class com.ibm.ras.mgr.RASGroup
- Removes a formatter configuration from this group.
- removeGroup(RASGroup) -
Method in class com.ibm.ras.mgr.RASBaseGroup
- Removes a RAS group from this group.
- removeHandler(RASIHandler) -
Method in class com.ibm.ras.RASLogger
- Removes a RAS handler from this logger.
- removeHandler(RASIHandler) -
Method in interface com.ibm.ras.RASILogger
- Removes a RAS handler from this logger.
- removeHandlerConfig(String) -
Method in class com.ibm.ras.mgr.RASGroup
- Removes a handler configuration from this group.
- removeMaskChangeListener(RASIMaskChangeListener) -
Method in class com.ibm.ras.RASHandler
- Removes an object from the list that wishes to be informed of changes
in the handler's message or trace mask configuration.
- removeMaskChangeListener(RASIMaskChangeListener) -
Method in interface com.ibm.ras.RASIHandler
- Removes an object from the list that wishes to be informed of changes
in the handler's message or trace mask configuration.
- removeMessageLoggerConfig(String) -
Method in class com.ibm.ras.mgr.RASGroup
- Removes a message logger configuration from this group.
- removeSuppressedKey(String) -
Method in interface com.ibm.ras.RASIMessageLogger
- Removes a message key from the set of keys which should not be logged.
- removeSuppressedKey(String) -
Method in class com.ibm.ras.RASMessageLogger
- Removes a message key from the set of keys which should not be logged.
- removeTraceLoggerConfig(String) -
Method in class com.ibm.ras.mgr.RASGroup
- Removes a trace logger configuration from this group.
- restoreConfig() -
Method in class com.ibm.ras.mgr.RASManager
- Restores the
RASManager
configuration from persistent
storage.
- restoreConfig(RASBaseGroup) -
Method in interface com.ibm.ras.mgr.RASIDataStore
- Restores the
RASManager
configuration from persistent
storage.
- restoreConfig(RASBaseGroup) -
Method in class com.ibm.ras.mgr.RASPropertyDataStore
- Restores the
RASManager
configuration from persistent
storage.
- restoreConfig(RASBaseGroup) -
Method in class com.ibm.ras.mgr.RASDefaultDataStore
- Restores the
RASManager
configuration from persistent
storage.
- returnFormatter(RASIFormatter) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a formatter to the base group.
- returnFormatter(RASIFormatter, RASGroup) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a formatter to a group.
- returnFormatter(RASIFormatter, String) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a formatter to the named group.
- returnHandler(RASIHandler) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a handler to the base group.
- returnHandler(RASIHandler, RASGroup) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a handler to a group.
- returnHandler(RASIHandler, String) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a handler to the named group.
- returnMessageLogger(RASIMessageLogger) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a message logger to the base group.
- returnMessageLogger(RASIMessageLogger, RASGroup) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a message logger to a group.
- returnMessageLogger(RASIMessageLogger, String) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a message logger to the named group.
- returnTraceLogger(RASITraceLogger) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a trace logger to the base group.
- returnTraceLogger(RASITraceLogger, RASGroup) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a trace logger to a group.
- returnTraceLogger(RASITraceLogger, String) -
Method in class com.ibm.ras.mgr.RASManager
- Returns a trace logger to the named group.
- run() -
Method in class com.ibm.ras.RASHandler
- Processes any log event objects placed on the handler's queue by a
logger.
- run() -
Method in class com.ibm.ras.samples.RASSample
- Demonstrates programming using the RAS Toolkit.
- run() -
Method in class com.ibm.ras.server.RASConnectionHandler
- Starts the
RASConnectionHandler
on its own thread.
- run() -
Method in class com.ibm.ras.server.RASLogServer
- Starts the
RASLogServer
on its own thread.
RASManager
configuration to persistent
storage.
RASManager
configuration to persistent
storage.
RASManager
configuration to persistent
storage.
RASManager
configuration to persistent
storage.
SimpleDateFormat
object used to format the date
at which the event was created.
RASMessageCatalog
.
Strings
to be displayed with
the message text.
Strings
to be displayed with
the message text.
String
used to separate fields in the formatted
output.
SimpleDateFormat
object used to format the time
at which the event was created.
String
of blank-delimited strings to a
Vector
of Strings
.
private
method trace point.
Vector
of Strings
to a single line
with elements separated by a single blank.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |