Package org.otfeed.support

Utility and helper classes for the client API.

See:
          Description

Interface Summary
IBufferAllocator Defines contract for ByteBuffer allocation service.
IDataWriter Interface specifying contract for objects that write quote data out.
IFormat<T> Contract for formatters that know how to print to and parse from a string.
 

Class Summary
BufferFormat Converts ByteBuffer type to/from a string.
ByteReverseBufferAllocator Allocates byte-reverse ByteBuffers.
CommandRunner Class that runs a list of commands, then waits for the completion.
CommonDelegate<T> Common delegate implements all delegate intefaces of the org.otfeed API.
ConnectionStateListener A no-op implementation of IConnectionStateListener.
CSVDataWriter Class that provides CSV formatting for Java POJO beans.
DateFormat Date format helper.
DateUtil Utility class: provides misc helper functions to conveniently instantiate Date class.
SimpleConnectionStateListener Implementation of IConnectionStateListener that prints events to the PrintWriter.
SimpleDataWriter Class that writes events to a PrintWriter (defaults to terminal), using Java's toStirng() formatting.
 

Package org.otfeed.support Description

Utility and helper classes for the client API.

These classes are not essential to the functionality of the API. They provide "convenience" functionality that facilitates application programming using the API.



Copyright © 2007 Mike Kroutikov. All Rights Reserved.