Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O R S T U V W _

A

AllTests - class org.mom4j.ostore.AllTests.
 
AllTests() - Constructor for class org.mom4j.ostore.AllTests
 
add(Collection) - Method in class org.mom4j.ostore.FreeSpaceManager
 
add(IndexEntry) - Method in class org.mom4j.ostore.FreeSpaceManager
 
add(IndexEntry, long) - Method in class org.mom4j.ostore.Index
 
add(Collection, long) - Method in class org.mom4j.ostore.Index
 
add(Storable) - Method in class org.mom4j.ostore.ObjectStore
 
addEntry(IndexEntry) - Method in class org.mom4j.ostore.DataIndex
 
addEntry(IndexEntry) - Method in class org.mom4j.ostore.Index
 
addEntry(IndexEntry) - Method in class org.mom4j.ostore.MasterIndex
 
addFromMasterIndex(IndexEntry) - Method in class org.mom4j.ostore.FreeSpaceManager
 

B

BOOLEAN - Static variable in class org.mom4j.ostore.IndexType
 
BooleanIndex - class org.mom4j.ostore.BooleanIndex.
 
BooleanIndex(String) - Constructor for class org.mom4j.ostore.BooleanIndex
 
booleanValue - Variable in class org.mom4j.ostore.TestObjectStore.Foo
 

C

checkIndexEntries(Storable) - Method in class org.mom4j.ostore.ObjectStore
 
checkIndexEntry(IndexEntry) - Method in class org.mom4j.ostore.BooleanIndex
 
checkIndexEntry(IndexEntry) - Method in class org.mom4j.ostore.Index
 
checkIndexEntry(IndexEntry) - Method in class org.mom4j.ostore.IntIndex
 
checkIndexEntry(IndexEntry) - Method in class org.mom4j.ostore.LongIndex
 
checkIndexEntry(IndexEntry) - Method in class org.mom4j.ostore.StringIndex
 
close() - Method in class org.mom4j.ostore.ObjectStore
 
create(Index[], Sequence[]) - Method in class org.mom4j.ostore.HeaderSection
 
create(String, IndexType) - Static method in class org.mom4j.ostore.Index
 
create(File) - Static method in class org.mom4j.ostore.ObjectStoreManager
 
create(File, Index[]) - Static method in class org.mom4j.ostore.ObjectStoreManager
 
create(File, Index[], Sequence[]) - Static method in class org.mom4j.ostore.ObjectStoreManager
 
currentValue(String) - Method in class org.mom4j.ostore.ObjectStore
 
currentValue() - Method in class org.mom4j.ostore.Sequence
 

D

DataIndex - class org.mom4j.ostore.DataIndex.
 
DataIndex(String, IndexType) - Constructor for class org.mom4j.ostore.DataIndex
 
dataSectionStartPtr - Variable in class org.mom4j.ostore.FreeSpaceManager
 
dataSectionStartPtr - Variable in class org.mom4j.ostore.HeaderSection
 

E

entries - Variable in class org.mom4j.ostore.DataIndex
 
entries - Variable in class org.mom4j.ostore.MasterIndex
 
equals(Object) - Method in class org.mom4j.ostore.TestObjectStore.Foo
 
equals(Object) - Method in class org.mom4j.ostore.TestObjectStore.Name
 

F

FREESPACE - Static variable in class org.mom4j.ostore.IndexType
 
FreeSpaceManager - class org.mom4j.ostore.FreeSpaceManager.
 
FreeSpaceManager(RandomAccessFile, long) - Constructor for class org.mom4j.ostore.FreeSpaceManager
 
FreeSpaceManager.FreeSpace - class org.mom4j.ostore.FreeSpaceManager.FreeSpace.
 
FreeSpaceManager.FreeSpace(long, long) - Constructor for class org.mom4j.ostore.FreeSpaceManager.FreeSpace
 
file - Variable in class org.mom4j.ostore.FreeSpaceManager
 
file - Variable in class org.mom4j.ostore.HeaderSection
 
file - Variable in class org.mom4j.ostore.Index
 
file - Variable in class org.mom4j.ostore.ObjectStore
 
file - Variable in class org.mom4j.ostore.Sequence
 
findObject(ObjectStore, String, Object, int) - Method in class org.mom4j.ostore.TestObjectStore
 
firstEntryPtr - Variable in class org.mom4j.ostore.Index
 
firstFreeSpacePtr - Variable in class org.mom4j.ostore.FreeSpaceManager
 
freeIndexSpace - Variable in class org.mom4j.ostore.FreeSpaceManager
 
freeRecordSpace - Variable in class org.mom4j.ostore.FreeSpaceManager
 
freeSpaceHeaderStartPtr - Variable in class org.mom4j.ostore.FreeSpaceManager
 
freeSpaceManager - Variable in class org.mom4j.ostore.HeaderSection
 
freeSpaceManager - Variable in class org.mom4j.ostore.ObjectStore
 

G

getDataSectionStartPtr() - Method in class org.mom4j.ostore.HeaderSection
 
getFreeIndexSpace(long) - Method in class org.mom4j.ostore.FreeSpaceManager
 
getFreeRecordSpace(long) - Method in class org.mom4j.ostore.FreeSpaceManager
 
getFreeSpaceManager() - Method in class org.mom4j.ostore.HeaderSection
 
getFromInt(int) - Static method in class org.mom4j.ostore.IndexType
 
getFromInt(int) - Static method in class org.mom4j.ostore.RecordType
 
getId() - Method in interface org.mom4j.ostore.Storable
 
getId() - Method in class org.mom4j.ostore.TestObjectStore.Foo
 
getId() - Method in class org.mom4j.ostore.TestObjectStore.Name
 
getIndex(String) - Method in class org.mom4j.ostore.ObjectStore
 
getIndexEntries(String) - Method in interface org.mom4j.ostore.Storable
 
getIndexEntries(String) - Method in class org.mom4j.ostore.TestObjectStore.Foo
 
getIndexEntries(String) - Method in class org.mom4j.ostore.TestObjectStore.Name
 
getIndexEntry() - Method in class org.mom4j.ostore.InvalidIndexEntryException
 
getIndexEntrySize() - Method in class org.mom4j.ostore.BooleanIndex
 
getIndexEntrySize() - Method in class org.mom4j.ostore.Index
 
getIndexEntrySize() - Method in class org.mom4j.ostore.IntIndex
 
getIndexEntrySize() - Method in class org.mom4j.ostore.LongIndex
 
getIndexEntrySize() - Method in class org.mom4j.ostore.MasterIndex
 
getIndexEntrySize() - Method in class org.mom4j.ostore.StringIndex
 
getIndexName() - Method in interface org.mom4j.ostore.IndexQuery
 
getIndexName() - Method in class org.mom4j.ostore.NoSuchIndexException
 
getIndexName() - Method in class org.mom4j.ostore.TestObjectStore.Query
 
getIndices() - Method in class org.mom4j.ostore.HeaderSection
 
getMatch(Long) - Method in class org.mom4j.ostore.MasterIndex
 
getMatches(IndexQuery) - Method in class org.mom4j.ostore.DataIndex
 
getMatches(IndexQuery) - Method in class org.mom4j.ostore.Index
 
getMatches(IndexQuery) - Method in class org.mom4j.ostore.MasterIndex
 
getName() - Method in class org.mom4j.ostore.Index
 
getName() - Method in class org.mom4j.ostore.Sequence
 
getObjectId() - Method in class org.mom4j.ostore.IndexEntry
 
getObjectId() - Method in class org.mom4j.ostore.ObjectNotFoundException
 
getOffset() - Method in class org.mom4j.ostore.IndexEntry
 
getRandomAccessFile() - Method in class org.mom4j.ostore.HeaderSection
 
getSequence(String) - Method in class org.mom4j.ostore.ObjectStore
 
getSequenceName() - Method in class org.mom4j.ostore.NoSuchSequenceException
 
getSequences() - Method in class org.mom4j.ostore.HeaderSection
 
getType() - Method in class org.mom4j.ostore.Index
 
getValue() - Method in class org.mom4j.ostore.IndexEntry
 
getWritableName() - Method in class org.mom4j.ostore.Index
 
getWritableName() - Method in class org.mom4j.ostore.Sequence
 

H

HEADER_LENGTH - Static variable in class org.mom4j.ostore.FreeSpaceManager
 
HEADER_LENGTH - Static variable in class org.mom4j.ostore.Index
 
HeaderSection - class org.mom4j.ostore.HeaderSection.
 
HeaderSection(RandomAccessFile) - Constructor for class org.mom4j.ostore.HeaderSection
 
headerSection - Variable in class org.mom4j.ostore.ObjectStore
 
headerStartPtr - Variable in class org.mom4j.ostore.Index
 

I

ID - Static variable in class org.mom4j.ostore.HeaderSection
 
INDEX_ENTRY - Static variable in class org.mom4j.ostore.RecordType
 
INDEX_FREESPACE - Static variable in class org.mom4j.ostore.RecordType
 
INT - Static variable in class org.mom4j.ostore.IndexType
 
Index - class org.mom4j.ostore.Index.
 
Index(String, IndexType) - Constructor for class org.mom4j.ostore.Index
 
IndexEntry - class org.mom4j.ostore.IndexEntry.
 
IndexEntry() - Constructor for class org.mom4j.ostore.IndexEntry
 
IndexEntry(Object) - Constructor for class org.mom4j.ostore.IndexEntry
 
IndexQuery - interface org.mom4j.ostore.IndexQuery.
 
IndexType - class org.mom4j.ostore.IndexType.
 
IndexType(int) - Constructor for class org.mom4j.ostore.IndexType
 
IntIndex - class org.mom4j.ostore.IntIndex.
 
IntIndex(String) - Constructor for class org.mom4j.ostore.IntIndex
 
InvalidFileHeaderException - exception org.mom4j.ostore.InvalidFileHeaderException.
 
InvalidFileHeaderException() - Constructor for class org.mom4j.ostore.InvalidFileHeaderException
 
InvalidIndexEntryException - exception org.mom4j.ostore.InvalidIndexEntryException.
 
InvalidIndexEntryException(Object) - Constructor for class org.mom4j.ostore.InvalidIndexEntryException
 
id - Variable in class org.mom4j.ostore.TestObjectStore.Foo
 
id - Variable in class org.mom4j.ostore.TestObjectStore.Name
 
indexEntry - Variable in class org.mom4j.ostore.InvalidIndexEntryException
 
indexName - Variable in class org.mom4j.ostore.NoSuchIndexException
 
indexName - Variable in class org.mom4j.ostore.TestObjectStore.Query
 
indices - Variable in class org.mom4j.ostore.HeaderSection
 
indices - Variable in class org.mom4j.ostore.ObjectStore
 
init() - Method in class org.mom4j.ostore.FreeSpaceManager
 
init(long) - Method in class org.mom4j.ostore.Index
 
init() - Method in class org.mom4j.ostore.Sequence
 
instances - Static variable in class org.mom4j.ostore.IndexType
 
instances - Static variable in class org.mom4j.ostore.RecordType
 
intValue - Variable in class org.mom4j.ostore.TestObjectStore.Foo
 
isClosed - Variable in class org.mom4j.ostore.ObjectStore
 

L

LCK - Static variable in class org.mom4j.ostore.ObjectStore
 
LONG - Static variable in class org.mom4j.ostore.IndexType
 
LockException - exception org.mom4j.ostore.LockException.
 
LockException(String) - Constructor for class org.mom4j.ostore.LockException
 
LongIndex - class org.mom4j.ostore.LongIndex.
 
LongIndex(String) - Constructor for class org.mom4j.ostore.LongIndex
 
lastEntryPtr - Variable in class org.mom4j.ostore.Index
 
lastFreeSpacePtr - Variable in class org.mom4j.ostore.FreeSpaceManager
 
lock - Variable in class org.mom4j.ostore.ObjectStore
 
longValue - Variable in class org.mom4j.ostore.TestObjectStore.Foo
 

M

MASTER - Static variable in class org.mom4j.ostore.IndexType
 
MAX_NAME_LENGTH - Static variable in class org.mom4j.ostore.Index
 
MAX_NAME_LENGTH - Static variable in class org.mom4j.ostore.Sequence
 
MAX_STRING_LENGTH - Static variable in class org.mom4j.ostore.IndexType
 
MAX_STRING_LENGTH - Static variable in class org.mom4j.ostore.RecordType
 
MasterIndex - class org.mom4j.ostore.MasterIndex.
 
MasterIndex() - Constructor for class org.mom4j.ostore.MasterIndex
 
match(Object) - Method in interface org.mom4j.ostore.IndexQuery
 
match(Object) - Method in class org.mom4j.ostore.TestObjectStore.Query
 

N

NAME - Static variable in class org.mom4j.ostore.MasterIndex
 
NoSuchIndexException - exception org.mom4j.ostore.NoSuchIndexException.
 
NoSuchIndexException(String) - Constructor for class org.mom4j.ostore.NoSuchIndexException
 
NoSuchSequenceException - exception org.mom4j.ostore.NoSuchSequenceException.
 
NoSuchSequenceException(String) - Constructor for class org.mom4j.ostore.NoSuchSequenceException
 
name - Variable in class org.mom4j.ostore.Index
 
name - Variable in class org.mom4j.ostore.Sequence
 
name - Variable in class org.mom4j.ostore.TestObjectStore.Name
 
nextValue(String) - Method in class org.mom4j.ostore.ObjectStore
 
nextValue() - Method in class org.mom4j.ostore.Sequence
 

O

ObjectNotFoundException - exception org.mom4j.ostore.ObjectNotFoundException.
 
ObjectNotFoundException(Long) - Constructor for class org.mom4j.ostore.ObjectNotFoundException
 
ObjectStore - class org.mom4j.ostore.ObjectStore.
 
ObjectStore(HeaderSection, File) - Constructor for class org.mom4j.ostore.ObjectStore
 
ObjectStoreManager - class org.mom4j.ostore.ObjectStoreManager.
 
ObjectStoreManager() - Constructor for class org.mom4j.ostore.ObjectStoreManager
 
objectId - Variable in class org.mom4j.ostore.IndexEntry
 
objectId - Variable in class org.mom4j.ostore.ObjectNotFoundException
 
offset - Variable in class org.mom4j.ostore.FreeSpaceManager.FreeSpace
 
offset - Variable in class org.mom4j.ostore.IndexEntry
 
open(File) - Static method in class org.mom4j.ostore.ObjectStoreManager
 
org.mom4j.ostore - package org.mom4j.ostore
 

R

RECORD - Static variable in class org.mom4j.ostore.RecordType
 
RECORD_FREESPACE - Static variable in class org.mom4j.ostore.RecordType
 
RecordType - class org.mom4j.ostore.RecordType.
 
RecordType(int) - Constructor for class org.mom4j.ostore.RecordType
 
read() - Method in class org.mom4j.ostore.HeaderSection
 
read(RandomAccessFile, long) - Static method in class org.mom4j.ostore.Index
 
read(Long) - Method in class org.mom4j.ostore.ObjectStore
 
read(IndexQuery) - Method in class org.mom4j.ostore.ObjectStore
 
read(RandomAccessFile) - Static method in class org.mom4j.ostore.Sequence
 
readIndexEntry(long, IndexEntry) - Method in class org.mom4j.ostore.Index
 
readIndexValue() - Method in class org.mom4j.ostore.BooleanIndex
 
readIndexValue() - Method in class org.mom4j.ostore.Index
 
readIndexValue() - Method in class org.mom4j.ostore.IntIndex
 
readIndexValue() - Method in class org.mom4j.ostore.LongIndex
 
readIndexValue() - Method in class org.mom4j.ostore.MasterIndex
 
readIndexValue() - Method in class org.mom4j.ostore.StringIndex
 
readRecord(long) - Method in class org.mom4j.ostore.ObjectStore
 
readResolve() - Method in class org.mom4j.ostore.IndexType
 
readResolve() - Method in class org.mom4j.ostore.RecordType
 
remove(Long, long) - Method in class org.mom4j.ostore.Index
 
remove(Long) - Method in class org.mom4j.ostore.ObjectStore
 
removeIndexEntries(Long) - Method in class org.mom4j.ostore.DataIndex
 
removeIndexEntries(Long) - Method in class org.mom4j.ostore.Index
 
removeIndexEntries(Long) - Method in class org.mom4j.ostore.MasterIndex
 

S

STRING - Static variable in class org.mom4j.ostore.IndexType
 
Sequence - class org.mom4j.ostore.Sequence.
 
Sequence(String, long, RandomAccessFile) - Constructor for class org.mom4j.ostore.Sequence
 
Sequence(String) - Constructor for class org.mom4j.ostore.Sequence
 
Storable - interface org.mom4j.ostore.Storable.
 
StringIndex - class org.mom4j.ostore.StringIndex.
 
StringIndex(String) - Constructor for class org.mom4j.ostore.StringIndex
 
seqName - Variable in class org.mom4j.ostore.NoSuchSequenceException
 
seqStartPtr - Variable in class org.mom4j.ostore.Sequence
 
sequences - Variable in class org.mom4j.ostore.HeaderSection
 
sequences - Variable in class org.mom4j.ostore.ObjectStore
 
setDataSectionStartPtr(long) - Method in class org.mom4j.ostore.FreeSpaceManager
 
setDataSectionStartPtr(long) - Method in class org.mom4j.ostore.HeaderSection
 
setHeaderStartPtr(long) - Method in class org.mom4j.ostore.Index
 
setObjectId(Long) - Method in class org.mom4j.ostore.IndexEntry
 
setOffset(long) - Method in class org.mom4j.ostore.IndexEntry
 
setRandomAccessFile(RandomAccessFile) - Method in class org.mom4j.ostore.Index
 
setRandomAccessFile(RandomAccessFile) - Method in class org.mom4j.ostore.Sequence
 
setValue(Object) - Method in class org.mom4j.ostore.IndexEntry
 
size - Variable in class org.mom4j.ostore.FreeSpaceManager.FreeSpace
 
store(Storable) - Method in class org.mom4j.ostore.ObjectStore
 
stringValue - Variable in class org.mom4j.ostore.TestObjectStore.Foo
 
suite() - Static method in class org.mom4j.ostore.AllTests
 

T

TestObjectStore - class org.mom4j.ostore.TestObjectStore.
 
TestObjectStore(String) - Constructor for class org.mom4j.ostore.TestObjectStore
 
TestObjectStore.Foo - class org.mom4j.ostore.TestObjectStore.Foo.
 
TestObjectStore.Foo(long, String, Long, Integer, Boolean) - Constructor for class org.mom4j.ostore.TestObjectStore.Foo
 
TestObjectStore.Foo(String, Long, Integer, Boolean) - Constructor for class org.mom4j.ostore.TestObjectStore.Foo
 
TestObjectStore.Name - class org.mom4j.ostore.TestObjectStore.Name.
 
TestObjectStore.Name(long, String) - Constructor for class org.mom4j.ostore.TestObjectStore.Name
 
TestObjectStore.Name(String) - Constructor for class org.mom4j.ostore.TestObjectStore.Name
 
TestObjectStore.Query - class org.mom4j.ostore.TestObjectStore.Query.
 
TestObjectStore.Query(String, Object) - Constructor for class org.mom4j.ostore.TestObjectStore.Query
 
testIndex() - Method in class org.mom4j.ostore.TestObjectStore
 
testIndexAndSequence() - Method in class org.mom4j.ostore.TestObjectStore
 
testLock() - Method in class org.mom4j.ostore.TestObjectStore
 
testOpenEmpty() - Method in class org.mom4j.ostore.TestObjectStore
 
testRemove() - Method in class org.mom4j.ostore.TestObjectStore
 
testReuseFreespace() - Method in class org.mom4j.ostore.TestObjectStore
 
testSequence() - Method in class org.mom4j.ostore.TestObjectStore
 
testStoreAndRead() - Method in class org.mom4j.ostore.TestObjectStore
 
testUpdate() - Method in class org.mom4j.ostore.TestObjectStore
 
toInt() - Method in class org.mom4j.ostore.IndexType
 
toInt() - Method in class org.mom4j.ostore.RecordType
 
toString() - Method in class org.mom4j.ostore.HeaderSection
 
toString() - Method in class org.mom4j.ostore.Index
 
toString() - Method in class org.mom4j.ostore.IndexType
 
toString() - Method in class org.mom4j.ostore.RecordType
 
toString() - Method in class org.mom4j.ostore.Sequence
 
toString() - Method in class org.mom4j.ostore.TestObjectStore.Foo
 
toString() - Method in class org.mom4j.ostore.TestObjectStore.Name
 
type - Variable in class org.mom4j.ostore.Index
 
type - Variable in class org.mom4j.ostore.IndexType
 
type - Variable in class org.mom4j.ostore.RecordType
 
typeMatch(Object) - Method in class org.mom4j.ostore.IndexType
 

U

unlink(FreeSpaceManager.FreeSpace) - Method in class org.mom4j.ostore.FreeSpaceManager
 
unlinkIndexEntry(IndexEntry, long) - Method in class org.mom4j.ostore.Index
 
update(Storable) - Method in class org.mom4j.ostore.ObjectStore
 
updateFirstEntryPtr() - Method in class org.mom4j.ostore.Index
 
updateFirstFreeSpacePtr() - Method in class org.mom4j.ostore.FreeSpaceManager
 
updateLastEntryPtr() - Method in class org.mom4j.ostore.Index
 
updateLastFreeSpacePtr() - Method in class org.mom4j.ostore.FreeSpaceManager
 

V

value - Variable in class org.mom4j.ostore.IndexEntry
 
value - Variable in class org.mom4j.ostore.Sequence
 
value - Variable in class org.mom4j.ostore.TestObjectStore.Query
 

W

writeHeader() - Method in class org.mom4j.ostore.FreeSpaceManager
 
writeHeader() - Method in class org.mom4j.ostore.Index
 
writeHeader() - Method in class org.mom4j.ostore.Sequence
 
writeIndexEntry(IndexEntry, long) - Method in class org.mom4j.ostore.Index
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.BooleanIndex
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.Index
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.IntIndex
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.LongIndex
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.MasterIndex
 
writeIndexValue(IndexEntry) - Method in class org.mom4j.ostore.StringIndex
 
writeRecord(Storable) - Method in class org.mom4j.ostore.ObjectStore
 

_

_testMass() - Method in class org.mom4j.ostore.TestObjectStore
 

A B C D E F G H I L M N O R S T U V W _