All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Alignment Enum Alignment specifies alignment within native struct.ArrayField Annotation for arrays.BCDUtil Class TimeUtil converts between bytes with Binary Coded Decimals ant BigDecimal objects.BinaryEditor ByteClient Class ByteClient implement IsamProtocolClient using byte arrays over plain Stream's.ByteServer Class ObjectServer implement IsamProtocolServer using ObjectStream's.CacheIsamSource Class CacheIsamSource is a wrapper adding a cache to an ISAM source.ClientThread Class ClientThread is the server side of single clients connection to a single remote ISAM source.DummyIsamResult<T> Class DummyIsamResult is a "do nothing" implementation of ISAM result.DummyIsamSource Class DummyIsamSource is a "do nothing" implementation of ISAM source.EHCacheWrapper Class StandardIsamCache is a wrapper for EHCache for CacheIsamSource.EmulatedIsamResult<T> Class EmulatedIsamResult is a result from a find operation in an emulated ISAM source.EmulatedIsamSource Class EmulatedIsamSource is emulating an ISAM source by using a relational database.Endian Enum Endian specifies endianess within native struct.FieldInfo Class FieldInfo contains information about a native struct field needed for conversions.FieldType Enum FieldType specifies native struct types.InfoProvider Interface InfoProvider represents something that can provide: - converted selectorIsamCache Interface IsamCache represents a cache to be used by CacheIsamSource.IsamException Class IsamException encapsulates exceptions related to ISAM processing.IsamProtocol Interface IsamSource defines the wire protocol for remote ISAM sources.IsamProtocolClient Interface IsamProtocolClient defines the API for remote ISAM sources clients.IsamProtocolServer Interface IsamProtocolServer defines the API for remote ISAM sources servers.IsamResult<T> Interface IsamResult represents the result from a find operation.IsamSource Interface IsamSource represents an ISAM source.Key<T> Class Key represent a key in the ISAM file.Key0<T> Class Key0 represent a key with index 0 in the ISAM file.Key1<T> Class Key1 represent a key with index 1 in the ISAM file.Key2<T> Class Key2 represent a key with index 2 in the ISAM file.KeyField Annotation for key fields.KeyInfo Class FieldInfo contains information about a ISAM key field needed for access.KeyInfoArrayCache Class KeyInfoArrayCache caches KeyInfo array objects in a singleton cache.LengthProvider Interface LengthProvider represents something that can provide length of a field.LengthProvider2 Interface LengthProvider2 represents something that can provide: - length of a field - maximum length of the entire struct - number of elements in arrayLocalIsamResult<T> Class LocalIsamResult is a result from a find operation in a local ISAM source.LocalIsamResultReverse<T,TK> Class LocalIsamResultReverse is a result from a find operation in a local ISAM source for implementations that does not support reverse.LocalIsamSource Class LocalIsamSource is accessing a local ISAM file using native API.NativeIsam Interface NativeIsamt represents the native implementation of the local ISAM source.ObjectClient Class ObjectClient implement IsamProtocolClient using ObjectStream's.ObjectServer Class ObjectServer implement IsamProtocolServer using ObjectStream's.RecordException Class RecordException encapsulates exceptions related to record processing.RemoteIsamResult<T> Class RemoteIsamResult is a result from a find operation in a remote ISAM source.RemoteIsamSource Class EmulatedIsamSource is a remote ISAM source.Selector Annotation for selection of sub types.Server Serve remote requests for an ISAM source.SourceThread Class SourceThread is the server side of a single remote ISAM source.StandardIsamCache Class StandardIsamCache is default implementation of cache for CacheIsamSource.Struct Annotation for structs.StructField Annotation for fields.StructInfo Class StructInfo contains information about a native struct needed for reading and/or writing.StructInfoCache Class StructInfoCache caches StructInfo objects in a singleton cache.StructReader Class StructReader reads a Java object from a byte array containing a native struct.StructReaderStream Class StructReaderStream reads a Java object from an input stream containing a native struct.StructWriter Class StructWriter writes a Java object to a byte array as a native struct.SubClassAndPad Class SubClassAndPad contains information about class and padding for select field.SubType Annotation for sub types.TimeUtil Class TimeUtil converts between integers in various time formats and Date objects.Util Utility class to find all matching records.Util Utility class to process lists and to work with files instead of byte arrays.Util.ObjectHandler<T> Interface for processing objects read.Util.Transformer<T1,T2> Interface for converting objects read.Util2 Utility class to process lists and to work with files instead of byte arrays trying to work even with variable length structs.Util2.ObjectHandler<T> Interface for processing objects read.Util2.Transformer<T1,T2> Interface for converting objects read.VAXFloatUtil Class VAXFloatUtil converts between VAX floating point and IEEE floating point.