jPOS 1.6.5 API Documentation

Package org.jpos.util

Interface Summary
Destroyable  
DirPoll.FileProcessor  
DirPoll.Processor  
LockManager  
LockManager.Ticket  
Loggeable  
LogListener  
LogSource  
Modem  
ThreadPool.Supervised  
ThreadPoolMBean  
 

Class Summary
Asserter  
BlockingQueue implements a blocking queue
DailyLogListener Rotates log daily and compress the prevoius log.
DefaultLockManager  
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
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
FSDMsg General purpose, Field Separator delimited message.
FSDProtectedLogListener Protects selected fields from LogEvents.
Log Represents a LogSource and adds several helpers
Log4JListener  
LogEvent  
Logger Peer class Logger forwards LogEvents generated by LogSources to LogListeners.
NameRegistrar Allow runtime binding of jPOS's components (ISOChannels, Logger, MUXes, etc)
Profiler Simple Profiler
ProtectedLogListener Protects selected fields from LogEvents.
RotateLogListener Rotates logs
Serializer  
SimpleLockManager  
SimpleLogListener  
SimpleLogSource LogSources can choose to extends this SimpleLogSource
SimpleMsg A simple general purpose loggeable message.
SysLogListener SysLog Listener
SystemMonitor Periodically dumps Thread and memory usage
ThreadPool Implements a ThreadPool with the ability to run simple Runnable tasks as well as Jobs (supervised Runnable tasks)
ThroughputControl ThroughputControl can be used to limit the throughput of a system to a maximum number of transactions in a given period of time.
WatchDog WatchDog will issue a warning message if not canceled on time
 

Exception Summary
AssertFailedException AssertFailedException
BlockingQueue.Closed  
DirPoll.DirPollException  
NameRegistrar.NotFoundException  
 


jPOS.org