Interface | Description |
---|---|
Destroyable | |
DirPoll.FileProcessor | |
DirPoll.Processor | |
LogEventWriter |
LogEventWriters allow the customization of how LogListeners write LogEvent data to
output streams.
|
Loggeable | |
LogListener | |
LogProducer | |
LogSource | |
MetricsProvider | |
ThreadPool.Supervised | |
ThreadPoolMBean |
Class | Description |
---|---|
BaseLogEventWriter |
Abstract class for LogEventWriter implementations.
|
BlockingQueue |
implements a blocking queue
|
BufferedExceptionLogListener | |
BufferedLogListener | |
Caller |
Return Caller's short class name, method and line number
|
Chronometer | |
ConcurrentUtil | |
DailyLogListener |
Rotates log daily and compress the previous log.
|
DateUtil | |
DefaultTimer |
Timer accesor singleton
|
DirPoll |
DirPoll 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.FileProcessor
|
Dumpable | |
ExceptionLogFilter |
A specific log listener that filters all LogEvents that doesn't
contain any exception.
|
FilterLogListener |
A specific log listener that filters logs based on
their priorities,
priorities are ordered as follows: TRACE < DEBUG < INFO < WARN < ERROR < FATAL
default priority is Log.INFO
|
FlatLogListener |
A LogListener that uses the RemoveNewLinesMapper to remove newlines from the LogEvent dump output.
|
FrozenLogEvent | |
FSDMsg |
General purpose, Field Separator delimited message.
|
FSDProtectedLogListener |
Protects selected fields from LogEvents.
|
IgnoreLogListener | |
Log |
Represents a LogSource and adds several helpers
|
LogEvent | |
LogEventOutputStream | |
Logger |
Peer class Logger forwards LogEvents generated by LogSources
to LogListeners.
|
LogUtil | |
MappingLogEventWriter |
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.
|
Metrics | |
NameRegistrar |
Allow runtime binding of jPOS's components (ISOChannels, Logger, MUXes, etc)
|
PGPHelper | |
Profiler |
Simple Profiler
|
Profiler.Entry | |
ProtectedLogListener |
Protects selected fields from LogEvents.
|
RealmLogFilter |
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 approximately
maxCycles . |
RotateLogListener |
Rotates logs
|
Serializer | |
SimpleLogListener | |
SimpleLogSource |
LogSources can choose to extends this SimpleLogSource
|
SimpleMsg |
A simple general purpose loggeable message.
|
SpaceLogListener | |
StopWatch | |
SysLogListener |
SysLog Listener
see www.ietf.org/rfc/rfc3164.txt
|
SystemMonitor |
Periodically dumps Thread and memory usage
|
Tags | |
ThreadPool | Deprecated
Used Executor framework
|
ThroughputControl |
ThroughputControl limits the throughput
of a process to a maximum number of transactions in
a given period of time.
|
TPS |
TPS can be used to measure Transactions Per Second (or transactions during
other period of time).
|
WatchDog |
WatchDog will issue a warning message
if not canceled on time
|
ZipUtil |
Uses java.util.zip to compress an input file and store it to the given output.
|
Exception | Description |
---|---|
BlockingQueue.Closed | |
DirPoll.DirPollException | |
NameRegistrar.NotFoundException |