Servertec
Persistent Object Store
1.4.1 09/04/2005
A B C D E F G H I K L M N O P R S T U V W

A

add(Object, Object) - Method in class stec.pos.IndexReference
Adds the specified key, value pair to the index.
add(Object, Object) - Method in class stec.xpos.IndexReference
Adds the specified key, value pair to the index.
addIndex(String, String, String, String) - Static method in class stec.pos.IndexedObjectStore
Adds the named Index to the specified indexed persistent object store.
addIndex(String, String, String, String) - Static method in class stec.xpos.IndexedObjectStore
Adds the named Index to the specified indexed persistent object store.
ascending() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the default index is sorted in ascending order.
ascending() - Method in class stec.pos.IndexReference
Returns whether the current Index is sorted in ascending order.
ascending() - Method in interface stec.pos.Iterator
Returns whether the current Index is sorted in ascending order.
ascending() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the default index is sorted in ascending order.
ascending() - Method in class stec.xpos.IndexReference
Returns whether the current Index is sorted in ascending order.
atFirst() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the first key, value pair.
atFirst() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is at the first key, value pair.
atLast() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is at the last key, value pair.
atLast() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is at the last key, value pair.

B

BIGDECIMAL - Static variable in class stec.pos.ByteArray
Specifies a BigDecimal.
BIGINTEGER - Static variable in class stec.pos.ByteArray
Specifies a BigInteger.
Blob - Class in stec.pos
A more efficient way to store byte arrays in persistent object stores and indexes.
Blob(byte[]) - Constructor for class stec.pos.Blob
Constructs a new Blob from the specified byte array.
BLOB - Static variable in class stec.pos.ByteArray
Specifies a Blob.
BOOLEAN - Static variable in class stec.pos.ByteArray
Specifies a boolean.
BYTE - Static variable in class stec.pos.ByteArray
Specifies a byte.
BYTE_ARRAY - Static variable in class stec.pos.ByteArray
Specifies an array of bytes.
ByteArray - Class in stec.pos
Static methods for manipulating byte arrays used by when storing and retrieving key, value pairs from peristent object stores and indexes.
ByteArray() - Constructor for class stec.pos.ByteArray
 

C

CHAR - Static variable in class stec.pos.ByteArray
Specifies a char.
check(String[]) - Static method in class stec.pos.CheckIndex
Normally called by main() to check the specified index.
check(String[], String[]) - Static method in class stec.pos.CheckIndex
Used to check one or more indexes.
check(String[]) - Static method in class stec.pos.CheckIndexedObjectStore
Normally called by main() to check the specified indexed object store.
check(String[], String[]) - Static method in class stec.pos.CheckIndexedObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.pos.CheckObjectStore
Normally called by main() to check the specified object store.
check(String[], String[]) - Static method in class stec.pos.CheckObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.xpos.CheckIndex
Normally called by main() to check the specified index.
check(String[], String[]) - Static method in class stec.xpos.CheckIndex
Used to check one or more indexes.
check(String[]) - Static method in class stec.xpos.CheckIndexedObjectStore
Normally called by main() to check the specified indexed object store.
check(String[], String[]) - Static method in class stec.xpos.CheckIndexedObjectStore
Used to check one or more stores.
check(String[]) - Static method in class stec.xpos.CheckObjectStore
Normally called by main() to check the specified object store.
check(String[], String[]) - Static method in class stec.xpos.CheckObjectStore
Used to check one or more stores.
CheckIndex - Class in stec.pos
Utility used to verify the integrity of the specified index.
CheckIndex() - Constructor for class stec.pos.CheckIndex
 
CheckIndex - Class in stec.xpos
Utility used to verify the integrity of the specified index.
CheckIndex() - Constructor for class stec.xpos.CheckIndex
 
CheckIndexedObjectStore - Class in stec.pos
Utility used to verify the integrity of the specified indexed object store.
CheckIndexedObjectStore() - Constructor for class stec.pos.CheckIndexedObjectStore
 
CheckIndexedObjectStore - Class in stec.xpos
Utility used to verify the integrity of the specified indexed object store.
CheckIndexedObjectStore() - Constructor for class stec.xpos.CheckIndexedObjectStore
 
CheckObjectStore - Class in stec.pos
Utility used to verify the integrity of the specified object store.
CheckObjectStore() - Constructor for class stec.pos.CheckObjectStore
 
CheckObjectStore - Class in stec.xpos
Utility used to verify the integrity of the specified object store.
CheckObjectStore() - Constructor for class stec.xpos.CheckObjectStore
 
clear() - Method in class stec.pos.IndexedObjectStoreReference
Removes all the keys and associated values from the indexed persistent object store.
clear() - Method in class stec.pos.IndexReference
Removes all the keys and associated values from the Index.
clear() - Method in class stec.pos.ObjectStoreReference
Removes all the keys and associated values from the persistent object store.
clear() - Method in class stec.xpos.IndexedObjectStoreReference
Removes all the keys and associated values from the indexed persistent object store.
clear() - Method in class stec.xpos.IndexReference
Removes all the keys and associated values from the Index.
clear() - Method in class stec.xpos.ObjectStoreReference
Removes all the keys and associated values from the persistent object store.
close() - Method in class stec.pos.IndexedObjectStoreReference
Closes this handle to the indexed persistent object store.
close() - Method in class stec.pos.IndexReference
Closes this handle to the Index.
close() - Method in interface stec.pos.ObjectStoreEnumeration
Closes this enumeration.
close() - Method in class stec.pos.ObjectStoreEnumerator
 
close() - Method in class stec.pos.ObjectStoreInputStream
Closes this input stream.
close() - Method in class stec.pos.ObjectStoreOutputStream
Closes this output stream.
close() - Method in class stec.pos.ObjectStoreRandomAccessStream
Closes this random access stream.
close() - Method in class stec.pos.ObjectStoreReference
Closes this handle to the persistent object store.
close() - Method in class stec.pos.VirtualFileHandle
 
close() - Method in class stec.xpos.IndexedObjectStoreReference
Closes this handle to the indexed persistent object store.
close() - Method in class stec.xpos.IndexReference
Closes this handle to the Index.
close() - Method in class stec.xpos.ObjectStoreEnumerator
 
close() - Method in class stec.xpos.ObjectStoreInputStream
Closes this input stream.
close() - Method in class stec.xpos.ObjectStoreOutputStream
Closes this output stream.
close() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Closes this random access stream.
close() - Method in class stec.xpos.ObjectStoreReference
Closes this handle to the persistent object store.
Common - Class in stec.pos
Internal class used by object store, index and indexed object store checkers.
Common() - Constructor for class stec.pos.Common
 
compareTo(Object) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob or which Blob is greater than and which Blob is less than.
compareTo(Blob) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob or which Blob is greater than and which Blob is less than.
compareTo(int, Object, Object) - Static method in class stec.pos.Common
 
compareTo(Object, Object) - Method in interface stec.pos.IndexCollator
Returns whether the objects specified are equal or which object is greater than and which object is less than.
compareTo(Object) - Method in class stec.pos.IndexObject
Returns whether the current IndexObject equals the specified IndexObject or which IndexObject is greater than and which IndexObject is less than.
compareTo(IndexObject) - Method in class stec.pos.IndexObject
Returns whether the current IndexObject equals the specified IndexObject or which IndexObject is greater than and which IndexObject is less than.
contains(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key, value pair.
contains(Object, Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified key, value pair.
contains(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key, value pair.
contains(Object, Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified key, value pair.
containsID(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with the given object store key.
containsID(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with the given object store key.
containsIndex(String, String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified index is associated with the indexed object store.
containsIndex(String) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the IndexedObjectStore contains the specified index.
containsIndex(String, String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified index is associated with the indexed object store.
containsIndex(String) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the IndexedObjectStore contains the specified index.
containsKey(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified key associated with any value.
containsKey(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified key associated with any value.
containsKey(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store contains the specified key associated with any value.
containsValue(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.pos.IndexReference
Returns whether the Index contains the specified value associated with any key.
containsValue(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store contains the specified object associated with any key.
containsValue(Object) - Method in class stec.xpos.IndexReference
Returns whether the Index contains the specified value associated with any key.
containsValue(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store contains the specified object associated with any key.
copy(String, String, boolean) - Static method in class stec.pos.Index
Copies the specified Index.
copy(String, String, boolean, boolean) - Static method in class stec.pos.IndexedObjectStore
Copies the specified indexed object store.
copy(String, String, boolean) - Static method in class stec.pos.IndexedObjectStore
Copies the specified indexed object store
copy(String, String, boolean) - Static method in class stec.pos.ObjectStore
Copies the specified persistent object store.
copy(String, String, boolean) - Static method in class stec.xpos.Index
Copies the specified extended Index.
copy(String, String, boolean, boolean) - Static method in class stec.xpos.IndexedObjectStore
Copies the specified indexed object store.
copy(String, String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Copies the specified indexed object store
copy(String, String, boolean) - Static method in class stec.xpos.ObjectStore
Copies the specified persistent object store.
create(String, String, int, String, int, boolean) - Static method in class stec.pos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, int, String, int, int, String, int, int, String, boolean, boolean, boolean, int, int, String, boolean) - Static method in class stec.pos.Index
Used to create a new index or to overwrite an existing index.
create(String, String, IndexDescriptor[], boolean) - Static method in class stec.pos.IndexedObjectStore
Used to create a new indexed persistent object store or to overwrite an existing indexed persistent object store.
create(String, int, int, int, int, boolean) - Static method in class stec.pos.ObjectStore
Used to create a new persistent object store or to overwrite an existing persistent object store.
create(String, String, int, String, int, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, long, String, int, long, String, int, long, String, boolean, boolean, boolean, int, long, String, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, long, String, int, long, String, int, long, String, boolean, boolean, boolean, int, long, String, boolean, int) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, int, VolumeDescriptor[], String, int, VolumeDescriptor[], String, int, VolumeDescriptor[], String, boolean, boolean, boolean, int, VolumeDescriptor[], String, boolean) - Static method in class stec.xpos.Index
Used to create a new index or to overwrite an existing index.
create(String, String, IndexDescriptor[], boolean) - Static method in class stec.xpos.IndexedObjectStore
Used to create a new indexed persistent object store or to overwrite an existing indexed persistent object store.
create(String, long, long, long, long, int, int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.
create(String, long, long, long, long, int, int, int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.
create(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[], int, VolumeDescriptor[], int, boolean) - Static method in class stec.xpos.ObjectStore
Used to create a new extended persistent object store or to overwrite an existing extended persistent object store.

D

DATE - Static variable in class stec.pos.ByteArray
Specifies a Date.
decodeObject(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Object encoded at the specified offset in the given byte array.
delete(String) - Static method in class stec.pos.Index
Deletes the specified index.
delete(String, boolean) - Static method in class stec.pos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.pos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.pos.ObjectStore
Deletes the specified persistent object store.
delete(String) - Static method in class stec.xpos.Index
Deletes the specified index.
delete(String, boolean) - Static method in class stec.xpos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.xpos.IndexedObjectStore
Deletes the specified indexed persistent object store.
delete(String) - Static method in class stec.xpos.ObjectStore
Deletes the specified extended persistent object store.
displayLogo - Static variable in class stec.pos.Index
 
displayLogo - Static variable in class stec.pos.ObjectStore
 
displayLogo - Static variable in class stec.xpos.Index
 
displayLogo - Static variable in class stec.xpos.ObjectStore
 
DOUBLE - Static variable in class stec.pos.ByteArray
Specifies a double.
DUPLICATES - Static variable in class stec.pos.ByteArray
Specifies duplicates.
duplicates() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the default index supports duplicates.
duplicates() - Method in class stec.pos.IndexReference
Returns whether the current Index supports duplicates.
duplicates() - Method in interface stec.pos.Iterator
Returns whether the current Index supports duplicates.
duplicates() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the default index supports duplicates.
duplicates() - Method in class stec.xpos.IndexReference
Returns whether the current Index supports duplicates.

E

elements() - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements() - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
elements(ObjectStoreEnumerationFilter, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the values in the persistent object store.
encodeObject(byte[], int, Object) - Static method in class stec.pos.ByteArray
Encodes the given Object at the specified offset in the given byte array.
EQUAL_TO - Static variable in class stec.pos.IndexObject
Used when the two objects being compared are the same.
equals(Object) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified object.
equals(Blob) - Method in class stec.pos.Blob
Returns whether the current Blob equals the specified Blob.
equals(Object) - Method in class stec.pos.IndexObject
Returns whether the current object is the same as the specified object.
equals(IndexObject) - Method in class stec.pos.IndexObject
Returns whether the current object is the same as the specified index object.
exists(String) - Static method in class stec.pos.Index
Returns whether the specified index currently exists.
exists(String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified indexed persistent object store currently exists.
exists(String) - Static method in class stec.pos.ObjectStore
Returns whether the specified persistent object store currently exists.
exists(String) - Static method in class stec.xpos.Index
Returns whether the specified index currently exists.
exists(String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified indexed persistent object store currently exists.
exists(String) - Static method in class stec.xpos.ObjectStore
Returns whether the specified extended persistent object store currently exists.
expand(String, int, int, int, int) - Static method in class stec.pos.Index
Changes the maximum number of pages that the support files and/or index can grow to.
expand(String, int, int) - Static method in class stec.pos.ObjectStore
Changes the maximum number of pages that the mapper and/or store can grow to.
expand(String, long, long, long, long) - Static method in class stec.xpos.Index
Changes the maximum number of pages that the support files and/or index can grow to.
expand(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[]) - Static method in class stec.xpos.Index
Appends the specified index, keys store, values store, values index and values store volumes to the specified index.
expand(String, long, long, long) - Static method in class stec.xpos.ObjectStore
Changes the maximum number of pages that the last mapper, keys and values volume can grow to.
expand(String, VolumeDescriptor[], VolumeDescriptor[], VolumeDescriptor[]) - Static method in class stec.xpos.ObjectStore
Appends the specified mapper, keys and values volumes to the specified extended persistent object store.

F

FileNotOpenException - Exception in stec.pos
This exception is thrown when attempting to access a file and the file is no longer open because it has been closed.
FileNotOpenException() - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception.
FileNotOpenException(Throwable) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception wrapping the specified exception or error.
FileNotOpenException(String) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception associated with the specified message.
FileNotOpenException(Throwable, String) - Constructor for exception stec.pos.FileNotOpenException
Constructs a new file not open exception wrapping the specified exception or error and associated message.
first() - Method in class stec.pos.IndexedObjectStoreReference
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.pos.IndexReference
Attempt to set the cursor to the first key, value pair.
first() - Method in interface stec.pos.Iterator
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.xpos.IndexedObjectStoreReference
Attempt to set the cursor to the first key, value pair.
first() - Method in class stec.xpos.IndexReference
Attempt to set the cursor to the first key, value pair.
FLOAT - Static variable in class stec.pos.ByteArray
Specifies a float.

G

get(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the object associated with the specified key from the indexed persistent object store.
get(Object, Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns the object associated with the specified key, id from the indexed persistent object store.
get(Object) - Method in class stec.pos.IndexReference
Returns the first value associated with the specified key and sets the current key, value pair cursor.
get(Object) - Method in class stec.pos.ObjectStoreReference
Returns the object associated with the specified key from the persistent object store.
get(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the object associated with the specified key from the indexed persistent object store.
get(Object, Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns the object associated with the specified key, id from the indexed persistent object store.
get(Object) - Method in class stec.xpos.IndexReference
Returns the first value associated with the specified key and sets the current key, value pair cursor.
get(Object) - Method in class stec.xpos.ObjectStoreReference
Returns the object associated with the specified key from the persistent object store.
getBigDecimal(byte[], int) - Static method in class stec.pos.ByteArray
Returns the java.math.BigDecimal at the specified offset in the given byte array.
getBigInteger(byte[], int) - Static method in class stec.pos.ByteArray
Returns the java.math.BigInteger at the specified offset in the given byte array.
getBlob(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Blob at the specified offset in the given byte array.
getBoolean(byte[], int) - Static method in class stec.pos.ByteArray
Returns the boolean at the specified offset in the given byte array.
getByte(byte[], int) - Static method in class stec.pos.ByteArray
Returns the byte at the specified offset in the given byte array.
getByteArray(byte[], int) - Static method in class stec.pos.ByteArray
Returns the byte array at the specified offset in the given byte array.
getByteAt(int) - Method in class stec.pos.Blob
Returns the byte at the specified index.
getChar(byte[], int) - Static method in class stec.pos.ByteArray
Returns the char at the specified offset in the given byte array.
getCurrentKey() - Method in class stec.pos.IndexedObjectStoreReference
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.pos.IndexReference
Returns the current key or null if none exists.
getCurrentKey() - Method in interface stec.pos.Iterator
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the current key or null if none exists.
getCurrentKey() - Method in class stec.xpos.IndexReference
Returns the current key or null if none exists.
getCurrentValue() - Method in class stec.pos.IndexedObjectStoreReference
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.pos.IndexReference
Returns the current value or null if none exists.
getCurrentValue() - Method in interface stec.pos.Iterator
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the current value or null if none exists.
getCurrentValue() - Method in class stec.xpos.IndexReference
Returns the current value or null if none exists.
getDate(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Date at the specified offset in the given byte array.
getDefaultIndex() - Method in class stec.pos.IndexedObjectStoreReference
Returns the name of the default index.
getDefaultIndex() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the name of the default index.
getDouble(byte[], int) - Static method in class stec.pos.ByteArray
Returns the double at the specified offset in the given byte array.
getEncodedObjectLength(Object) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed Object when converted into an encoded byte array.
getEncodedType(Object) - Static method in class stec.pos.ByteArray
Returns the encoded type.
getFilename() - Method in class stec.pos.IndexDescriptor
Returns the filename of the index.
getFilename() - Method in class stec.pos.IndexedObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.pos.IndexReference
Returns the filename of the index this reference references.
getFilename() - Method in class stec.pos.ObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.xpos.IndexDescriptor
Returns the filename of the index.
getFilename() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the filename of the store this reference references.
getFilename() - Method in class stec.xpos.IndexReference
Returns the filename of the index this reference references.
getFilename() - Method in class stec.xpos.ObjectStoreReference
Returns the filename of the store this reference references.
getFloat(byte[], int) - Static method in class stec.pos.ByteArray
Returns the float at the specified offset in the given byte array.
getID() - Method in class stec.pos.IndexedObjectStoreReference
Returns the persistent object store key associated with the current index cursor.
getID() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the persistent object store key associated with the current index cursor.
getIndexDescriptors(String) - Static method in class stec.pos.IndexedObjectStore
Returns an array of one or more IndexDescriptors for indexes associated with the specified indexed object store.
getIndexDescriptors(String) - Static method in class stec.xpos.IndexedObjectStore
Returns an array of one or more IndexDescriptors for indexes associated with the specified indexed object store.
getIndexer() - Method in class stec.pos.IndexDescriptor
Returns the class name of the indexer.
getIndexer() - Method in class stec.xpos.IndexDescriptor
Returns the class name of the indexer.
getIndexKey(Object, Object) - Method in interface stec.pos.Indexer
Returns the index key using the specified ObjectStore key, value pair.
getInputStream(Object) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreInputStream for the specified key.
getInputStream(Object) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreInputStream for the specified key.
getInt(byte[], int) - Static method in class stec.pos.ByteArray
Returns the int at the specified offset in the given byte array.
getKeysClassName() - Method in class stec.pos.IndexedObjectStoreReference
Returns the keys class name for the default index.
getKeysClassName() - Method in class stec.pos.IndexReference
Returns the keys class name.
getKeysClassName() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the keys class name for the default index.
getKeysClassName() - Method in class stec.xpos.IndexReference
Returns the keys class name.
getKeysIndexCollator() - Method in class stec.pos.IndexedObjectStoreReference
Returns the class name of the keys index collator for the default index.
getKeysIndexCollator() - Method in class stec.pos.IndexReference
Returns the class name of the keys index collator.
getKeysIndexCollator() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the class name of the keys index collator for the default index.
getKeysIndexCollator() - Method in class stec.xpos.IndexReference
Returns the class name of the keys index collator.
getLong(byte[], int) - Static method in class stec.pos.ByteArray
Returns the long at the specified offset in the given byte array.
getMaximumRealFileHandles() - Static method in class stec.pos.VirtualFileHandleManager
Returns the maximum number of real file handles.
getMaximumVirtualFileHandles() - Static method in class stec.pos.VirtualFileHandleManager
Returns the maximum number of virtual file handles.
getName() - Method in class stec.pos.IndexDescriptor
Returns the name of the index.
getName() - Method in class stec.xpos.IndexDescriptor
Returns the name of the index.
getObject(byte[], int) - Static method in class stec.pos.ByteArray
Returns the Object at the specified offset in the given byte array.
getObject() - Method in class stec.pos.IndexObject
Returns the current object.
getObjectLength(Object) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed Object when converted into a byte array.
getObjectStore(String) - Static method in class stec.pos.IndexedObjectStore
Returns the path and base file name of the persistent object store associated with the specified indexed object store.
getObjectStore(String) - Static method in class stec.xpos.IndexedObjectStore
Returns the path and base file name of the persistent object store associated with the specified indexed object store.
getOutputStream(Object, int, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, String, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, int, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object, String, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getOutputStream(Object) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreOutputStream for the specified key.
getRandomAccessStream(Object, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, String, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, int, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, String, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRandomAccessStream(Object, int, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreRandomAccessStream for the specified key.
getRealFileHandleCount() - Static method in class stec.pos.VirtualFileHandleManager
Returns the number of real file handles.
getReference() - Method in class stec.pos.Lock
Returns the reference this locks is for.
getRootCause(Throwable) - Static method in class stec.pos.Common
 
getRootCause() - Method in exception stec.pos.POSException
Returns the wrapped exception or error.
getRootCause() - Method in exception stec.pos.POSRuntimeException
Returns the wrapped exception or error.
getShort(byte[], int) - Static method in class stec.pos.ByteArray
Returns the short at the specified offset in the given byte array.
getString(byte[], int) - Static method in class stec.pos.ByteArray
Returns the String at the specified offset in the given byte array.
getStringLength(String) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed String when converted into an encoded byte array.
getType() - Method in class stec.pos.ObjectStoreInputStream
Returns the input stream type.
getType() - Method in class stec.pos.ObjectStoreOutputStream
Returns the output stream type.
getType() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns the random access stream type.
getType() - Method in class stec.xpos.ObjectStoreInputStream
Returns input stream type.
getType() - Method in class stec.xpos.ObjectStoreOutputStream
Returns the output stream type.
getType() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns the random access stream type.
getUniqueID(String) - Static method in class stec.pos.Common
 
getUtf8String(byte[], int) - Static method in class stec.pos.ByteArray
Returns the UTF-8 encoded String at the specified offset in the given byte array.
getUtf8StringLength(String) - Static method in class stec.pos.ByteArray
Returns the number of bytes needed by the specifed String when converted into a UTF-8 encoded byte array.
getValue() - Method in class stec.pos.Blob
Returns the value of the Blob.
getValuesClassName() - Method in class stec.pos.IndexedObjectStoreReference
Returns the values class name for the default index.
getValuesClassName() - Method in class stec.pos.IndexReference
Returns the values class name.
getValuesClassName() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the values class name for the default index.
getValuesClassName() - Method in class stec.xpos.IndexReference
Returns the values class name.
getValuesIndexCollator() - Method in class stec.pos.IndexedObjectStoreReference
Returns the class name of the values index collator for the default index.
getValuesIndexCollator() - Method in class stec.pos.IndexReference
Returns the class name of the values index collator.
getValuesIndexCollator() - Method in class stec.xpos.IndexedObjectStoreReference
Returns the class name of the values index collator for the default index.
getValuesIndexCollator() - Method in class stec.xpos.IndexReference
Returns the class name of the values index collator.
getVirtualFileHandleCount() - Static method in class stec.pos.VirtualFileHandleManager
Returns the number of virtual file handles.
GREATER_THAN - Static variable in class stec.pos.IndexObject
Used when the current object is greater than the specified object.

H

hasMoreElements() - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether the current enumeration contains any more keys or values.
hasMoreElements(long) - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether the current enumeration contains any more keys or values.
hasMoreElements() - Method in class stec.pos.ObjectStoreEnumerator
 
hasMoreElements(long) - Method in class stec.pos.ObjectStoreEnumerator
 
hasMoreElements() - Method in class stec.xpos.ObjectStoreEnumerator
 
hasMoreElements(long) - Method in class stec.xpos.ObjectStoreEnumerator
 

I

iLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has locked the specified key.
iLocked(Object, Object) - Method in class stec.pos.Locker
 
iLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has locked the specified key.
iLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has locked the specified key.
Index - Class in stec.pos
Contains static methods used to create, delete, open, expand and pack indexes.
Index() - Constructor for class stec.pos.Index
 
Index - Class in stec.xpos
Contains static methods used to create, delete, open, expand and pack indexes.
Index() - Constructor for class stec.xpos.Index
 
IndexCollator - Interface in stec.pos
Interface used to define compare method used by indexes when ordering keys and duplicate values.
IndexDescriptor - Class in stec.pos
Reference to existing Index used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor(String, String, String) - Constructor for class stec.pos.IndexDescriptor
Constructor used to create an index descriptor used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor - Class in stec.xpos
Reference to existing Index used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexDescriptor(String, String, String) - Constructor for class stec.xpos.IndexDescriptor
Constructor used to create an index descriptor used by IndexedObjectStore when associating one or more existing indexes with an existing persistant object store.
IndexedObjectStore - Class in stec.pos
Contains static methods used to create, delete, open and pack indexed persistent object stores.
IndexedObjectStore() - Constructor for class stec.pos.IndexedObjectStore
 
IndexedObjectStore - Class in stec.xpos
Contains static methods used to create, delete, open and pack indexed persistent object stores.
IndexedObjectStore() - Constructor for class stec.xpos.IndexedObjectStore
 
IndexedObjectStoreReference - Class in stec.pos
Handle to the indexed persistent object store returned by IndexedObjectStore.open() used to interface with the opened indexed persistent object store.
IndexedObjectStoreReference - Class in stec.xpos
Handle to the indexed persistent object store returned by IndexedObjectStore.open() used to interface with the opened indexed persistent object store.
Indexer - Interface in stec.pos
Interface used to define method used by IndexedObjectStore in indexing key, value pairs.
IndexFilter - Interface in stec.pos
Interface defining method for limiting the key, value pairs that are returned when transversing an Index.
IndexObject - Class in stec.pos
Convenience wrapper class for object stored in Indexes as key or value.
IndexObject() - Constructor for class stec.pos.IndexObject
Default constructor used to construct a new null object.
IndexObject(Object) - Constructor for class stec.pos.IndexObject
Constracts a new IndexObject for the specified object.
IndexReference - Class in stec.pos
Handle to the persistent Index returned by Index.open() used to interface with the opened Index.
IndexReference - Class in stec.xpos
Handle to the persistent Index returned by Index.open() used to interface with the opened Index.
IndexUtils - Class in stec.pos
Static methods commonly used when working with indexes.
IndexUtils() - Constructor for class stec.pos.IndexUtils
 
IndexUtils - Class in stec.xpos
Static methods commonly used when working with indexes.
IndexUtils() - Constructor for class stec.xpos.IndexUtils
 
INT - Static variable in class stec.pos.ByteArray
Specifies an int.
inUse(String) - Static method in class stec.pos.Index
Returns whether the specified Index is being used.
inUse(String) - Static method in class stec.pos.IndexedObjectStore
Returns whether the specified indexed persistent object store is being used.
inUse(String) - Static method in class stec.pos.ObjectStore
Returns whether the specified persistent object store is being used.
inUse(String) - Static method in class stec.xpos.Index
Returns whether the specified Index is being used.
inUse(String) - Static method in class stec.xpos.IndexedObjectStore
Returns whether the specified indexed persistent object store is being used.
inUse(String) - Static method in class stec.xpos.ObjectStore
Returns whether the specified extended persistent object store is being used.
iReadLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has read locked the specified key.
iReadLocked(Object, Object) - Method in class stec.pos.Locker
 
iReadLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has read locked the specified key.
iReadLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has read locked the specified key.
isEmpty() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the indexed persistent object store is empty.
isEmpty() - Method in class stec.pos.IndexReference
Returns whether the Index is empty.
isEmpty() - Method in interface stec.pos.Iterator
Returns whether the Index is empty.
isEmpty() - Method in class stec.pos.ObjectStoreReference
Returns whether the persistent object store is empty.
isEmpty() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the indexed persistent object store is empty.
isEmpty() - Method in class stec.xpos.IndexReference
Returns whether the Index is empty.
isEmpty() - Method in class stec.xpos.ObjectStoreReference
Returns whether the persistent object store is empty.
isLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.pos.Locker
 
isLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is locked.
isLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is locked.
isOpen() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference is still open.
isOpen() - Method in class stec.pos.IndexReference
Returns whether the current IndexReference is still open.
isOpen() - Method in interface stec.pos.Iterator
Returns whether the current IndexReference is still open.
isOpen() - Method in interface stec.pos.ObjectStoreEnumeration
Returns whether this enumeration is still open.
isOpen() - Method in class stec.pos.ObjectStoreEnumerator
 
isOpen() - Method in class stec.pos.ObjectStoreInputStream
Returns whether this input stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreOutputStream
Returns whether this output stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns whether this random access stream is still open.
isOpen() - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference is still open.
isOpen() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference is still open.
isOpen() - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference is still open.
isOpen() - Method in class stec.xpos.ObjectStoreEnumerator
 
isOpen() - Method in class stec.xpos.ObjectStoreInputStream
Returns whether this input stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreOutputStream
Returns whether this output stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns whether this random access stream is still open.
isOpen() - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference is still open.
isPrime(int) - Static method in class stec.pos.ObjectStoreUtils
Returns whether the specified number is a prime number.
isPrime(long) - Static method in class stec.xpos.ObjectStoreUtils
Returns whether the specified number is a prime number.
isReadLock() - Method in class stec.pos.Lock
Returns whether this lock represents a read lock.
isReadLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified read key is locked.
isReadLocked(Object) - Method in class stec.pos.Locker
 
isReadLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is read locked.
isReadLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is read locked.
isSet() - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.pos.IndexReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in interface stec.pos.Iterator
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the key, value pair cursor is set to a key, value pair.
isSet() - Method in class stec.xpos.IndexReference
Returns whether the key, value pair cursor is set to a key, value pair.
isWriteLock() - Method in class stec.pos.Lock
Returns whether this lock represents a write lock.
isWriteLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.pos.Locker
 
isWriteLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the specified key is write locked.
isWriteLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the specified key is write locked.
Iterator - Interface in stec.pos
Interface defining methods used to transverse Indexes and IndexedObjectStores.
iWriteLocked(Object) - Method in class stec.pos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.pos.IndexReference
Returns whether the current IndexReference has write locked the specified key.
iWriteLocked(Object, Object) - Method in class stec.pos.Locker
 
iWriteLocked(Object) - Method in class stec.pos.ObjectStoreReference
Returns whether the current ObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.IndexedObjectStoreReference
Returns whether the current IndexedObjectStoreReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.IndexReference
Returns whether the current IndexReference has write locked the specified key.
iWriteLocked(Object) - Method in class stec.xpos.ObjectStoreReference
Returns whether the current ObjectStoreReference has write locked the specified key.

K

keys() - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter, boolean) - Method in class stec.pos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys() - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.
keys(ObjectStoreEnumerationFilter, boolean) - Method in class stec.xpos.ObjectStoreReference
Returns an ObjectStoreEnumeration of the keys in the persistent object store.

L

last() - Method in class stec.pos.IndexedObjectStoreReference
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.pos.IndexReference
Attempt to set the cursor to the last key, value pair.
last() - Method in interface stec.pos.Iterator
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.xpos.IndexedObjectStoreReference
Attempt to set the cursor to the last key, value pair.
last() - Method in class stec.xpos.IndexReference
Attempt to set the cursor to the last key, value pair.
length() - Method in class stec.pos.Blob
Returns the number of bytes in the Blob.
length() - Method in class stec.pos.ObjectStoreInputStream
Returns the size in bytes of the input stream.
length() - Method in class stec.pos.ObjectStoreOutputStream
Returns the size in bytes of the output stream.
length() - Method in class stec.pos.ObjectStoreRandomAccessStream
Returns the size in bytes of the random access stream.
length() - Method in class stec.pos.VirtualFileHandle
 
length() - Method in class stec.xpos.ObjectStoreInputStream
Returns the size in bytes of the input stream.
length() - Method in class stec.xpos.ObjectStoreOutputStream
Returns the size in bytes of the output stream.
length() - Method in class stec.xpos.ObjectStoreRandomAccessStream
Returns the size in bytes of the random access stream.
LESS_THAN - Static variable in class stec.pos.IndexObject
Used when the current object is less than the specified object.
lock(Object) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.IndexedObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.IndexReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
Lock - Class in stec.pos
Represents an item lock.
lock(Object) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked.
lock(Object, long) - Method in class stec.pos.ObjectStoreReference
Write locks the specified key or waits until it can be write locked or the specified timeout is reached.
lock(Object) - Method in class stec.xpos