HEADER

ru.biosoft.access
Interface QuerySystem

All Known Implementing Classes:
DefaultQuerySystem

public interface QuerySystem
extends DataCollectionListener

... Conventions:


Field Summary
 final static StringINDEX_BLOCK_SIZE
           
 final static StringINDEX_LIST
          List of index names delimited by semicolon.
 final static StringQUERY_SYSTEM_CLASS
           

Method Summary
 voidclose()
          Closes all indexes and releases any system resources associated with them stream.
 IndexgetIndex(String name)
           
 Index[]getIndexes()
           

Methods inherited from interface ru.biosoft.access.DataCollectionListener
elementAdded, elementChanged, elementRemoved, elementWillAdd, elementWillChange, elementWillRemove

Field Detail

INDEX_BLOCK_SIZE

public final static String INDEX_BLOCK_SIZE

INDEX_LIST

public final static String INDEX_LIST
List of index names delimited by semicolon.

QUERY_SYSTEM_CLASS

public final static String QUERY_SYSTEM_CLASS
Method Detail

close

public void close()
Closes all indexes and releases any system resources associated with them stream. A closed QuerySystem cannot be reopened.

getIndex

public Index getIndex(String name)
Returns: index by its name

getIndexes

public Index[] getIndexes()
Returns: all indexes supported by this QuerySystem.

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

List of index names delimited by semicolon.

FOOTER

BOTTOM