Package org.jpos.util
package org.jpos.util
-
ClassDescriptionAbstract class for LogEventWriter implementations.implements a blocking queueReturn Caller's short class name, method and line numberGeneral purpose Chronometer Measures execution time (in millis) with support for partial durations.Rotates log daily and compress the previous log.Timer accesor singletonDirPoll operates on a set of directories which defaults to request response tmp run bad archive scanning for incoming requests (of varying priorities) on the request directory and processing them by means of DirPoll.Processor or DirPoll.FileProcessorA specific log listener that filters all LogEvents that doesn't contain any exception.A specific log listener that filters logs based on their priorities, priorities are ordered as follows: TRACE invalid input: '<' DEBUG invalid input: '<' INFO invalid input: '<' WARN invalid input: '<' ERROR invalid input: '<' FATAL default priority is Log.INFOA LogListener that uses the RemoveNewLinesMapper to remove newlines from the LogEvent dump output.General purpose, Field Separator delimited message.Protects selected fields from LogEvents.Represents a LogSource and adds several helpersLogEventWriters allow the customization of how LogListeners write LogEvent data to output streams.Peer class Logger forwards LogEvents generated by LogSources to LogListeners.LogEventWriter that can be configured with event and output mappers to modify the events before writing to output stream and modify the output stream before writing to the final destination respectfully.Allow runtime binding of jPOS's components (ISOChannels, Logger, MUXes, etc)Simple ProfilerProtects selected fields from LogEvents.Filters LogEvents by their realm
RealmLogFilter is a filter for Event logs, it should be defined _before_ other standard LogListeners such as SimpleLogListener or RotateLogListeners.Recyclable<T>Caches a supplier's result up to approximatelymaxCycles.Rotates logsLogSources can choose to extends this SimpleLogSourceA simple general purpose loggeable message.A LogListener implementation that allows logging during a configurable time window every configurable period.SysLog Listener see www.ietf.org/rfc/rfc3164.txtPeriodically dumps Thread and memory usageDeprecated.Used Executor frameworkThroughputControl limits the throughput of a process to a maximum number of transactions in a given period of time.TPS can be used to measure Transactions Per Second (or transactions during other period of time).WatchDog will issue a warning message if not canceled on timeUses java.util.zip to compress an input file and store it to the given output.