OSMQ
v2.0.1

Package osmq.util

Interface Summary
ByteArray  
DistributionMode Base class for objects that need a seperate thread to iteratively perform a task.
DurationListener  
EventCounter  
ExceptionListener If a Threaded process detects a serious problem it will inform the Threaded's ExceptionListener if one has been registered.
FilterListener  
Immutable  
KeyedData  
NetConsts  
ObjectWrapper  
Readable  
ShutdownListener If a Threaded process detects a serious problem it will inform the Threaded's ShutdownListener if one has been registered.
SpecialChars  
StateEventListener  
StringListener  
Threadable Base class for objects that need a seperate thread to iteratively perform a task.
TickEventListener  
Writable A listener that is passed an Object.
 

Class Summary
AbstractThreadable Base class for objects that need a seperate thread to iteratively perform a task.
Accumulator Encapsulate a long integer value, and provides thread-save methods to increment, decrement and reference the value.
ByteArrayImpl  
ByteString An object with methods similar to String but handling byte-size character arrays.
CloneableArrayList  
CSVParser Takes a comma delimited string and returns the elements as an enumeration ( nextElement() and hasMoreElements() )
DataLock  
DateConverter  
DateFormatter  
DateStamp  
DecimalConverter  
DelimitedArrayParser Takes a delimited string and returns the elements as an enumeration ( nextElement() and hasMoreElements() )
DelimitedStringParser Takes a delimited string and returns the elements as an enumeration ( nextElement() and hasMoreElements() )
Duration  
DurationClock The clock must be started by calling reset();
DurationTimer Periodically notifies a listener regarding the time duration.
DurationUtil  
DynByteArray A dynamically resizeable byte array onto which bytes may be appended one at a time.
EbcdicTranslator CSTranslator (Character Set Translator) translates ASCII to EBCDIC and EBCDIC to ASCII.
EventCounterImpl  
EventRate  
EventRateBean  
EventRateMgr A class that tracks time duration and number of events.
ExceptionEventBean  
ExceptionListenerBase  
ExceptionListenerImpl  
ExceptionLogger  
FileUtil  
FixedLengthRecord Creates a Message or DataRecord from a string that represents a COBOL data record in display format.
ImmutableImpl  
InputSimDevice  
IntMap  
KeyedOrderedList A collection of objects accessible by position or key.
LongFormatter  
LongWrapper  
Padding  
Pauser  
RateRegulator  
RuntimeInfo  
ShutdownManager  
SimpleEventRate  
StateEvent  
StateEventBean  
Stats  
StopWatch  
StringParser  
TempFile  
ThreadBean Base class for objects that need a seperate thread to iteratively perform a task.
Threaded Base class for objects that need a seperate thread to iteratively perform a task.
ThreadedReader  
TickEvent  
TickEventBean  
Timer  
TokenFinder  
TopicSet  
TopicsListeners Supports differentiating MessageListener instance by topic.
Trace  
TrimFormatter  
 

Exception Summary
ImmutableException Thrown when a method is invoked that would alter the state of an immutable data attribute.
 


(c) 2000 - 2003 MQue Systems
All Rights Reserved