A B C D F G I L M P S T

A

adapter - Variable in class com.tivoli.jflt.GenericLoggerSupport
The specialization (plug-in) used for writing the logging messages.

B

BasicLogger - interface com.tivoli.jflt.BasicLogger.
This interface contains methods for logging and controlling text messages.

C

catalog - Variable in class com.tivoli.jflt.GenericLoggerSupport
The catalog class used for retrieving messages text from keys.
CircularBuffer - class com.tivoli.jflt.buffering.CircularBuffer.
This CircularBuffer provides a FIFO circular communications pipe.
CircularBuffer() - Constructor for class com.tivoli.jflt.buffering.CircularBuffer
 
CircularBuffer(int) - Constructor for class com.tivoli.jflt.buffering.CircularBuffer
 
CircularBufferAdapter - class com.tivoli.jflt.buffering.CircularBufferAdapter.
This JFLT specialization is used for buffering logging messages into a circular buffer.
CircularBufferAdapter() - Constructor for class com.tivoli.jflt.buffering.CircularBufferAdapter
Creates a new CircularBufferAdapter.
CircularBufferManager - class com.tivoli.jflt.buffering.CircularBufferManager.
The manager of the CircularBufferAdapter plug-in.
CircularBufferManager() - Constructor for class com.tivoli.jflt.buffering.CircularBufferManager
 
com.tivoli.jflt - package com.tivoli.jflt
 
com.tivoli.jflt.buffering - package com.tivoli.jflt.buffering
 
com.tivoli.jflt.standard - package com.tivoli.jflt.standard
 
createLogAdapter(LoggerParameters) - Method in class com.tivoli.jflt.LogManager
This method must be provided by manager specializations.
createLogAdapter(LoggerParameters) - Method in class com.tivoli.jflt.buffering.CircularBufferManager
Returns the CircularBufferAdapter plug-in.
createLogAdapter(LoggerParameters) - Method in class com.tivoli.jflt.standard.StandardManager
Creates a new StandardAdapter object.
createLogCatalog(String) - Method in class com.tivoli.jflt.LogManager
Creates a new LogCatalog instance.
createLogger(String, String, String, String, String) - Method in class com.tivoli.jflt.LogManager
Creates the specified GenericLogger.

D

DEFAULT_SIZE - Static variable in class com.tivoli.jflt.buffering.CircularBuffer
The default circular buffer capacity.
dumpQueue(LogAdapter) - Method in interface com.tivoli.jflt.LogAdapter
Dumps the contents of all buffered log items (if any) to the adapter's output device.
dumpQueue(LogAdapter) - Method in class com.tivoli.jflt.buffering.CircularBufferAdapter
Dumps the contents of the circular buffer writing the log items to the adapter's output device.
dumpQueue(LogAdapter) - Method in class com.tivoli.jflt.standard.StandardAdapter
This method does nothing in this implementation.

F

formatMessage(String, Object[]) - Method in class com.tivoli.jflt.LogCatalogSupport
Formats a message by inserting an array of run-time objects into a pattern, according to the rules of the java.util.MessageFormat class.

G

GenericLogger - interface com.tivoli.jflt.GenericLogger.
Methods of this interface are used to provide message logging to the users of an application.
GenericLoggerSupport - class com.tivoli.jflt.GenericLoggerSupport.
It provides an implemenation of the GenericLogger interface.
GenericLoggerSupport(LoggerParameters, long) - Constructor for class com.tivoli.jflt.GenericLoggerSupport
Creates a new GenericLogger.
get() - Method in class com.tivoli.jflt.buffering.CircularBuffer
 
getCatalogName() - Method in class com.tivoli.jflt.LoggerParameters
Gets the name of the catalog specified for the logger.
getComponent() - Method in class com.tivoli.jflt.LoggerParameters
Gets the name of the component that is using the logger.
getLoggingClass() - Method in class com.tivoli.jflt.LogItem
Returns the class name.
getLoggingMethod() - Method in class com.tivoli.jflt.LogItem
Returns the method name.
getManager() - Static method in class com.tivoli.jflt.LogManager
Gets the LogManager.
getMessage(String) - Method in interface com.tivoli.jflt.LogCatalog
Gets a message with no inserts from the catalog.
getMessage(String) - Method in class com.tivoli.jflt.LogCatalogSupport
Gets a message with no inserts from the catalog.
getMessage(String, Object) - Method in interface com.tivoli.jflt.LogCatalog
Gets a message with one insert from the catalog.
getMessage(String, Object) - Method in class com.tivoli.jflt.LogCatalogSupport
Gets a message with one insert from the catalog.
getMessage(String, Object[]) - Method in interface com.tivoli.jflt.LogCatalog
Gets a message with an array of inserts from the catalog.
getMessage(String, Object[]) - Method in class com.tivoli.jflt.LogCatalogSupport
Gets a message with an array of inserts from the catalog.
getMessage(String, Object, Object) - Method in interface com.tivoli.jflt.LogCatalog
Gets a message with two inserts from the catalog.
getMessage(String, Object, Object) - Method in class com.tivoli.jflt.LogCatalogSupport
Gets a message with two inserts from the catalog.
getMessageCatalog() - Method in interface com.tivoli.jflt.LogCatalog
Gets the message catalog name.
getMessageCatalog() - Method in interface com.tivoli.jflt.GenericLogger
Returns the message logging catalog associated with loggers.
getMessageCatalog() - Method in class com.tivoli.jflt.LogCatalogSupport
Gets the message catalog name.
getMessageCatalog() - Method in class com.tivoli.jflt.GenericLoggerSupport
Returns the message catalog associated with the logger.
getName() - Method in class com.tivoli.jflt.LoggerParameters
Gets the name of logger that was specified when the object was created.
getOrganization() - Method in class com.tivoli.jflt.LoggerParameters
Gets the name of the organization which wrote the application that is using the logger.
getProduct() - Method in class com.tivoli.jflt.LoggerParameters
Gets the name of the product that is using the logger.
getSequenceNumber() - Static method in class com.tivoli.jflt.LogManager
Gets the sequence number that identifies the current logging manager.
getText() - Method in class com.tivoli.jflt.LogItem
Returns the message text.
getTimeStamp() - Method in class com.tivoli.jflt.LogItem
Returns the time stamp.
getType() - Method in class com.tivoli.jflt.LogItem
Returns the logging type.

I

isEmpty() - Method in class com.tivoli.jflt.buffering.CircularBuffer
Returns true if and only if the circular buffer has no values in it.
isLogging() - Method in interface com.tivoli.jflt.BasicLogger
Determines if the logger is logging data (true) or not ( false).
isLogging() - Method in class com.tivoli.jflt.GenericLoggerSupport
Determines if a logger is logging data (true) or not ( false).
isLogging() - Method in class com.tivoli.jflt.buffering.CircularBufferAdapter
Determines if this adapter is logging data (true) or not (false).
isLogging() - Method in class com.tivoli.jflt.standard.StandardAdapter
Determines if a logger is logging data ("on") or not ("off").

L

log(LogItem) - Method in interface com.tivoli.jflt.LogAdapter
Logs the content of a LogItem object.
log(LogItem) - Method in class com.tivoli.jflt.buffering.CircularBufferAdapter
Adds the specified LogItem object in the circular buffer.
log(LogItem) - Method in class com.tivoli.jflt.standard.StandardAdapter
Logs the content of a LogItem object.
log(long, Object, String, String) - Method in interface com.tivoli.jflt.GenericLogger
Logs a text message.
log(long, Object, String, String) - Method in interface com.tivoli.jflt.BasicLogger
Logs a text message.
log(long, Object, String, String) - Method in class com.tivoli.jflt.GenericLoggerSupport
Logs a text message.
log(long, Object, String, String) - Method in class com.tivoli.jflt.buffering.CircularBufferAdapter
Adds the specified text message to the circular buffer.
log(long, Object, String, String) - Method in class com.tivoli.jflt.standard.StandardAdapter
Logs a text message using the Java Standard Library API.
LogAdapter - interface com.tivoli.jflt.LogAdapter.
This is the interface for JFLT logging plug-ins.
LogCatalog - interface com.tivoli.jflt.LogCatalog.
Implementations of this interface provide the mechanism for accessing text strings for a set of messages with keys.
LogCatalogSupport - class com.tivoli.jflt.LogCatalogSupport.
It provides an implemenation of the LogCatalog interface.
LogCatalogSupport() - Constructor for class com.tivoli.jflt.LogCatalogSupport
Creates a LogCatalog.
LoggerParameters - class com.tivoli.jflt.LoggerParameters.
This class provides the logging parameters to configure a generic logger.
LoggerParameters(String, String, String, String, String) - Constructor for class com.tivoli.jflt.LoggerParameters
Creates a new LoggerParameters with the given parameters.
LogItem - class com.tivoli.jflt.LogItem.
LogItem is used within this logging system to encapsulate message data created by an application.
LogItem(long, Object, String, String, long) - Constructor for class com.tivoli.jflt.LogItem
Creates a new LogItem object with the given logging information.
LogManager - class com.tivoli.jflt.LogManager.
LogManager is a JFLT facility from which JFLT-compliant GenericLogger objects are obtained.
LogManager() - Constructor for class com.tivoli.jflt.LogManager
Creates a new LogManger.
LogType - interface com.tivoli.jflt.LogType.
This interface defines the message types for JFLT.

M

message(long, Object, String, String) - Method in interface com.tivoli.jflt.GenericLogger
Logs a message, by key, with no parameters.
message(long, Object, String, String) - Method in class com.tivoli.jflt.GenericLoggerSupport
Logs a message, by key, with no parameters.
message(long, Object, String, String, Object) - Method in interface com.tivoli.jflt.GenericLogger
Logs a message, by key, with one parameter.
message(long, Object, String, String, Object) - Method in class com.tivoli.jflt.GenericLoggerSupport
Logs a message, by key, with one parameter.
message(long, Object, String, String, Object[]) - Method in interface com.tivoli.jflt.GenericLogger
Logs a message, by key, with an array of parameters.
message(long, Object, String, String, Object[]) - Method in class com.tivoli.jflt.GenericLoggerSupport
Logs a message, by key, with an array of parameters.
message(long, Object, String, String, Object, Object) - Method in interface com.tivoli.jflt.GenericLogger
Logs a message, by key, with two parameters.
message(long, Object, String, String, Object, Object) - Method in class com.tivoli.jflt.GenericLoggerSupport
Logs a message, by key, with two parameters.

P

put(LogItem) - Method in class com.tivoli.jflt.buffering.CircularBuffer
 

S

setLogging(boolean) - Method in interface com.tivoli.jflt.BasicLogger
Sets a flag that indicates whether the logger is logging data (true ) or not (false).
setLogging(boolean) - Method in class com.tivoli.jflt.GenericLoggerSupport
Sets a flag that indicates whether the logger is logging data (true ) or not (false).
setLogging(boolean) - Method in class com.tivoli.jflt.buffering.CircularBufferAdapter
Sets a flag that indicates whether this adapter is logging data (true ) or not (false).
setLogging(boolean) - Method in class com.tivoli.jflt.standard.StandardAdapter
Sets a flag that indicates whether the logger is logging data ("on") or not ("off").
setManager(LogManager, Class) - Static method in class com.tivoli.jflt.LogManager
Configures the LogManager class for using the specified manager specialization and message catalog implementation.
setMessageCatalog(String) - Method in interface com.tivoli.jflt.LogCatalog
Sets the message catalog name for this catalog.
setMessageCatalog(String) - Method in class com.tivoli.jflt.LogCatalogSupport
Sets the message catalog name for this catalog.
StandardAdapter - class com.tivoli.jflt.standard.StandardAdapter.
This is a JFLT specialization that logs text messages using the Java Standard Library API.
StandardAdapter(String) - Constructor for class com.tivoli.jflt.standard.StandardAdapter
Creates a new StandardAdapter object.
StandardManager - class com.tivoli.jflt.standard.StandardManager.
The manager of the StandardAdapter plug-in.
StandardManager() - Constructor for class com.tivoli.jflt.standard.StandardManager
Creates a new manager configured for writing logging messages on the screen.
StandardManager(String) - Constructor for class com.tivoli.jflt.standard.StandardManager
Creates a new manager to be used for writing logging messages on the given logfile name.

T

TYPE_ALL - Static variable in interface com.tivoli.jflt.LogType
Defines a mask containing all of the possible types.
TYPE_API - Static variable in interface com.tivoli.jflt.LogType
Defines an application programming interface (API) trace point.
TYPE_CALLBACK - Static variable in interface com.tivoli.jflt.LogType
Defines a callback method trace point.
TYPE_ENTRY - Static variable in interface com.tivoli.jflt.LogType
Defines method entry trace points.
TYPE_ERR - Static variable in interface com.tivoli.jflt.LogType
Defines an error message.
TYPE_ERROR - Static variable in interface com.tivoli.jflt.LogType
Defines an error message.
TYPE_ERROR_EXC - Static variable in interface com.tivoli.jflt.LogType
Defines an error or exception condition trace point.
TYPE_EXIT - Static variable in interface com.tivoli.jflt.LogType
Defines method exit trace points.
TYPE_FATAL - Static variable in interface com.tivoli.jflt.LogType
Defines a fatal message.
TYPE_INFO - Static variable in interface com.tivoli.jflt.LogType
Defines an informational message.
TYPE_INFORMATION - Static variable in interface com.tivoli.jflt.LogType
Defines a warning message.
TYPE_LEVEL1 - Static variable in interface com.tivoli.jflt.LogType
Defines a "low-detail" trace point.
TYPE_LEVEL2 - Static variable in interface com.tivoli.jflt.LogType
Defines a "medium-detail" trace point.
TYPE_LEVEL3 - Static variable in interface com.tivoli.jflt.LogType
Defines a "high-detail" trace point.
TYPE_MISC_DATA - Static variable in interface com.tivoli.jflt.LogType
Defines a miscellaneous data trace point.
TYPE_NONE - Static variable in interface com.tivoli.jflt.LogType
Defines a "null" type.
TYPE_OBJ_CREATE - Static variable in interface com.tivoli.jflt.LogType
Defines an object creation (constructor) trace point.
TYPE_OBJ_DELETE - Static variable in interface com.tivoli.jflt.LogType
Defines an object deletion (destructor) trace point.
TYPE_PERF - Static variable in interface com.tivoli.jflt.LogType
Defines a performance-monitoring trace point.
TYPE_PRIVATE - Static variable in interface com.tivoli.jflt.LogType
Defines a private method trace point.
TYPE_PUBLIC - Static variable in interface com.tivoli.jflt.LogType
Defines a public method trace point.
TYPE_STATIC - Static variable in interface com.tivoli.jflt.LogType
Defines a static method trace point.
TYPE_SVC - Static variable in interface com.tivoli.jflt.LogType
Defines a service code trace point.
TYPE_WARN - Static variable in interface com.tivoli.jflt.LogType
Defines a warning message.
TYPE_WARNING - Static variable in interface com.tivoli.jflt.LogType
Defines a warning message.

A B C D F G I L M P S T