Serialized Form


Package com.timeindexing.basic

Class com.timeindexing.basic.IllegalIntervalValue extends java.lang.IndexOutOfBoundsException implements Serializable

Class com.timeindexing.basic.SID extends AID implements Serializable

Class com.timeindexing.basic.UID extends AID implements Serializable


Package com.timeindexing.event

Class com.timeindexing.event.IndexAccessEvent extends IndexEvent implements Serializable

Serialized Fields

item

IndexItem item

Class com.timeindexing.event.IndexAddEvent extends IndexEvent implements Serializable

Serialized Fields

item

IndexItem item

Class com.timeindexing.event.IndexEvent extends java.util.EventObject implements Serializable

Serialized Fields

name

java.lang.String name

theID

ID theID

Class com.timeindexing.event.IndexPrimaryEvent extends IndexEvent implements Serializable

Serialized Fields

eventSpecifier

int eventSpecifier

Class com.timeindexing.event.OutputEvent extends IndexEvent implements Serializable

Serialized Fields

bytesOutput

long bytesOutput

Package com.timeindexing.index

Class com.timeindexing.index.AddItemException extends IndexItemException implements Serializable

Class com.timeindexing.index.DataTypeDirectory extends java.lang.Object implements Serializable

serialVersionUID: 789782781860612814L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read in the ID.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the ID.

Throws:
java.io.IOException
Serialized Fields

nextID

int nextID
The next allocatable ID.


loadedID

int loadedID
The read-in loaded ID

Class com.timeindexing.index.DataTypeDirectoryException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.index.GetItemException extends IndexItemException implements Serializable

Class com.timeindexing.index.IndexActivationException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexClosedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexCloseException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexCommitException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexCreateException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexFlushException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexItemException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexOpenException extends TimeIndexException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class com.timeindexing.index.IndexProperties extends CascadingMap implements Serializable

Class com.timeindexing.index.IndexReadOnlyException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexSpecificationException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexTerminatedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexTypeException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexWriteLockedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.PositionOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable

Class com.timeindexing.index.TimeIndexDirectoryException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.index.TimeIndexException extends java.lang.Exception implements Serializable

Class com.timeindexing.index.TimeIndexFactoryException extends TimeIndexException implements Serializable

Class com.timeindexing.index.TimestampOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable


Package com.timeindexing.servlet

Class com.timeindexing.servlet.FlashStreamDownloadServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.MP3DownloadServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.MP3StreamServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.MPEGDownloadServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.NewSelectServlet extends TimeindexingContextServlet implements Serializable

Serialized Fields

properties

IndexProperties properties

response

javax.servlet.http.HttpServletResponse response

Class com.timeindexing.servlet.OctetStreamDownloadServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.SecurityCodeServlet extends SelectServlet implements Serializable

Class com.timeindexing.servlet.SelectServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

repositioryName

java.lang.String repositioryName

downloadLimitString

java.lang.String downloadLimitString

securityCodeString

java.lang.String securityCodeString

securityCodeOn

boolean securityCodeOn

noRepositoryPage

java.lang.String noRepositoryPage

noIndexSpecifiedPage

java.lang.String noIndexSpecifiedPage

noSecurityCodePage

java.lang.String noSecurityCodePage

badSecurityCodePage

java.lang.String badSecurityCodePage

selectExceptionPage

java.lang.String selectExceptionPage

Class com.timeindexing.servlet.TimeindexingContextServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

status

int status

noRepositoryPropertiesPage

java.lang.String noRepositoryPropertiesPage

cantLoadRepositoryPropertiesPage

java.lang.String cantLoadRepositoryPropertiesPage

badRepositoryPropertiesPage

java.lang.String badRepositoryPropertiesPage

badDefaultRepositoryPage

java.lang.String badDefaultRepositoryPage

noErrorPagePropertiesPage

java.lang.String noErrorPagePropertiesPage

cantLoadErrorPagePropertiesPage

java.lang.String cantLoadErrorPagePropertiesPage

noRepositoryPage

java.lang.String noRepositoryPage

noIndexSpecifiedPage

java.lang.String noIndexSpecifiedPage

noSecurityCodePage

java.lang.String noSecurityCodePage

badSecurityCodePage

java.lang.String badSecurityCodePage

selectExceptionPage

java.lang.String selectExceptionPage

repositoryMap

java.util.Map<K,V> repositoryMap

defaultRepositoryName

java.lang.String defaultRepositoryName

securityCodeOn

boolean securityCodeOn

downloadLimitString

java.lang.String downloadLimitString

Package com.timeindexing.time

Class com.timeindexing.time.ElapsedMicrosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedMillisecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedNanosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedSecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.MicrosecondTimestamp extends AbstractAbsoluteTimestamp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

Class com.timeindexing.time.MillisecondTimestamp extends AbstractAbsoluteTimestamp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

Class com.timeindexing.time.MPEGPresentationTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.NanosecondTimestamp extends AbstractAbsoluteTimestamp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

Class com.timeindexing.time.SecondTimestamp extends AbstractAbsoluteTimestamp implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Throws:
java.io.IOException
Serialized Fields

value

long value

Class com.timeindexing.time.TimestampDecoderException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.time.ZeroTimestamp extends MillisecondTimestamp implements Serializable


Package com.timeindexing.util

Class com.timeindexing.util.CascadingMap extends java.util.HashMap implements Serializable

Serialized Fields

submap

CascadingMap submap
A submap

Class com.timeindexing.util.Grouper extends java.util.HashMap implements Serializable



Timeindexing 2008