A B C D E F G H I J K L M N O P Q R S T U W X Z

A

ActiveBean - class org.jafer.databeans.ActiveBean.
 
ActiveBean() - Constructor for class org.jafer.databeans.ActiveBean
 
activeBeans - Variable in class org.jafer.databeans.DatabeanManager
 
Adaptor - class org.jafer.databeans.Adaptor.
Super class for adaptors, includes methods to set transforms via templates object and specify source and target schemas - configured via server.xml
Adaptor() - Constructor for class org.jafer.databeans.Adaptor
 
AdaptorFactory - class org.jafer.databeans.AdaptorFactory.
 
AdaptorFactory() - Constructor for class org.jafer.databeans.AdaptorFactory
 
addFixField(ByteArrayOutputStream, ByteArrayOutputStream, int, Node) - Method in class org.jafer.record.MARCRecord
 
addNewLine(Document, String) - Method in class org.jafer.record.SUTRSRecord
 
addVarField(ByteArrayOutputStream, ByteArrayOutputStream, int, Node) - Method in class org.jafer.record.MARCRecord
 
AdminServlet - class org.jafer.zserver.AdminServlet.
Provides servlet server management (via ZServerManager) and reports basic stats via xml/xslt
AdminServlet() - Constructor for class org.jafer.zserver.AdminServlet
 
allDatabases - Variable in class org.jafer.databeans.DatabeanManagerFactory
 
allDatabases - Variable in class org.jafer.databeans.DatabeanManager
 
allowReconnect() - Method in class org.jafer.zclient.ZClient
returns true if ZClient should attempt reconnect
and(Node, Node) - Method in interface org.jafer.interfaces.QueryBuilder
Produces an AND node from 2 nodes, which can be query nodes, or AND, OR or NOT nodes.
and(Node, Node) - Method in class org.jafer.query.QueryBuilder
Produces an AND node from 2 nodes, which can be query nodes, or AND, OR or NOT nodes.
and(Vector, Vector) - Method in class org.jafer.query.QueryBuilder
Produces an AND node from a pair of attributes, or a tree of AND nodes if more than 2 attributes are given.
anonymous - Variable in class org.jafer.zserver.authenticate.BasicAuthenticate
 
ANSEL - Static variable in class org.jafer.record.MARC8Unicode
 
appendMultiByte(int, StringBuffer, StringBuffer) - Method in class org.jafer.record.MARC8Unicode
 
appendSocketInfo(Session, Document, Node) - Method in class org.jafer.zserver.ZServerManager
 
appendSocketInfo(ZServer, Document, Node) - Method in class org.jafer.zserver.ZServerManager
 
appendtStackTrace(Document, Node, StackTraceElement[]) - Static method in class org.jafer.util.xml.DOMFactory
 
ASCII - Static variable in class org.jafer.record.MARC8Unicode
 
ASCII_TYPE_1 - Static variable in class org.jafer.record.MARC8Unicode
 
ASCII_TYPE_2 - Static variable in class org.jafer.record.MARC8Unicode
 
attempts - Variable in class org.jafer.zclient.ZClient
 
attributeSetName - Static variable in class org.jafer.conf.Config
 
attributeSets - Static variable in class org.jafer.conf.Config
 
attributeSetSyntax - Static variable in class org.jafer.conf.Config
 
attributeTypeName - Static variable in class org.jafer.conf.Config
 
attributeTypeValue - Static variable in class org.jafer.conf.Config
 
authenticate - Variable in class org.jafer.zserver.ZServer
 
authenticate - Variable in class org.jafer.zserver.Session
 
Authenticate - class org.jafer.interfaces.Authenticate.
 
Authenticate() - Constructor for class org.jafer.interfaces.Authenticate
 
authenticate(String, String, String, String) - Method in class org.jafer.interfaces.Authenticate
 
authenticate(String, String, String, String) - Method in class org.jafer.zserver.authenticate.BasicAuthenticate
 
authenticated - Variable in class org.jafer.zserver.Session
 
Authentication - interface org.jafer.interfaces.Authentication.
Interface for methods to set user credentials *
AUTO_RECONNECT - Static variable in class org.jafer.zclient.ZClient
int AUTO_RECONNECT
autoReconnect - Variable in class org.jafer.zclient.ZClient
 

B

BASIC_ARABIC - Static variable in class org.jafer.record.MARC8Unicode
 
BASIC_CYRILLIC - Static variable in class org.jafer.record.MARC8Unicode
 
BASIC_GREEK - Static variable in class org.jafer.record.MARC8Unicode
 
BASIC_HEBREW - Static variable in class org.jafer.record.MARC8Unicode
 
BasicAuthenticate - class org.jafer.zserver.authenticate.BasicAuthenticate.
Provides basic authentication via org.jafer.zserver.operations.Init operation within a session.
BasicAuthenticate() - Constructor for class org.jafer.zserver.authenticate.BasicAuthenticate
 
bean - Variable in class org.jafer.databeans.ActiveBean
 
bean - Static variable in class org.jafer.zclient.ZClientFactory
 
ber - Variable in class org.jafer.record.SUTRSRecord
 
ber - Variable in class org.jafer.record.OPACRecord
 
ber - Variable in class org.jafer.record.MARCRecord
 
ber - Variable in class org.jafer.record.GRS1Record
 
ber - Variable in class org.jafer.record.DataObject
 
berCache - Variable in class org.jafer.record.Cache
 
BIB1_ATTRIBUTES_FILE - Static variable in class org.jafer.conf.Config
 
BIB1_DIAGNOSTIC_OID - Static variable in class org.jafer.zserver.operations.Operation
 
BIB1_DIAGNOSTICS_FILE - Static variable in class org.jafer.conf.Config
 
bib1Diagnostic - Static variable in class org.jafer.conf.Config
 
bindingAddress - Variable in class org.jafer.zserver.ZServer
 
bindingPort - Variable in class org.jafer.zserver.ZServer
 
buildBib1AttributeConfig(String) - Static method in class org.jafer.conf.Config
 
buildBib1DiagnosticConfig(String) - Static method in class org.jafer.conf.Config
 
buildConstraintModel(RPNStructure, QueryBuilder) - Method in class org.jafer.query.XMLRPNQuery
 
buildConstraintModelNode(int[], String) - Method in class org.jafer.query.QueryBuilder
 
builder - Variable in class org.jafer.query.QueryParser
 
buildLeader(ByteArrayOutputStream, NamedNodeMap, int, int) - Method in class org.jafer.record.MARCRecord
 
buildLookUpList() - Method in class org.jafer.record.MARC8Unicode
 
buildRecordConfig(String) - Static method in class org.jafer.conf.Config
 
buildSearchProfileConfig(String) - Static method in class org.jafer.conf.Config
 
buildTransformNodes(Node, Node, Vector, Hashtable, Hashtable, String, boolean) - Static method in class org.jafer.conf.Config
 

C

C0_LIMITS_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
C0_LIMITS_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
C1_LIMITS_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
C1_LIMITS_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
cache - Variable in class org.jafer.zclient.ZClient
Cache cache
Cache - interface org.jafer.interfaces.Cache.
Interface for cache configuration methods
Cache - class org.jafer.record.Cache.
 
Cache(RecordFactory, int) - Constructor for class org.jafer.record.Cache
 
cachedXPath - Static variable in class org.jafer.databeans.JDBC
 
CHARACTER_SETS_FILE - Static variable in class org.jafer.conf.Config
 
characterSetsMap - Static variable in class org.jafer.record.MARC8Unicode
 
checkAttributeValues(Element, String[]) - Method in class org.jafer.record.Field
 
checkCacheSize(int) - Method in class org.jafer.record.Cache
 
checkConstraintModel(Node) - Method in class org.jafer.query.QueryParser
 
checkRecordFormat - Variable in class org.jafer.zclient.ZClient
 
className - Variable in class org.jafer.databeans.JDBCFactory
 
cleanUpDatabeans() - Method in class org.jafer.zserver.Session
 
clear - Variable in class org.jafer.record.Cache
 
clear() - Method in class org.jafer.record.Cache
 
client - Variable in class org.jafer.test.ServerTest
 
clientInfo - Variable in class org.jafer.zserver.Session
 
clientInfo - Variable in class org.jafer.zserver.operations.Init
 
clientVersion - Variable in class org.jafer.zserver.Session
 
clientVersion - Variable in class org.jafer.zserver.operations.Init
 
close() - Method in class org.jafer.conf.CompressedXMLDecoder
 
close() - Method in interface org.jafer.interfaces.Connection
Close connection
close() - Method in class org.jafer.zclient.ZClient
close
close() - Method in class org.jafer.zclient.Session
 
close() - Method in class org.jafer.zserver.ZServerThread
 
close() - Method in class org.jafer.zserver.ZServer
 
close() - Method in class org.jafer.zserver.Session
 
close() - Method in class org.jafer.zserver.operations.Operation
 
closeReason - Variable in class org.jafer.util.PDUDriver
 
columnNames - Variable in class org.jafer.databeans.JDBC
 
CompressedXMLDecoder - class org.jafer.conf.CompressedXMLDecoder.
 
CompressedXMLDecoder(InputStream) - Constructor for class org.jafer.conf.CompressedXMLDecoder
 
concurrent - Variable in class org.jafer.zserver.Session
 
config - Static variable in class org.jafer.conf.Config
 
Config - class org.jafer.conf.Config.
Parses XML files used for configuration of client and server and provides static look up methods eg.
CONFIG_FILE - Static variable in class org.jafer.databeans.JDBC
 
Config() - Constructor for class org.jafer.conf.Config
 
configDocument - Variable in class org.jafer.databeans.JDBC
 
configure(String) - Method in class org.jafer.databeans.JDBC
Sets current record template according to schema supplied.
configureDataSource() - Method in class org.jafer.databeans.TDSDatabean
 
configureDataSource() - Method in class org.jafer.databeans.MySQLDatabean
 
configureDataSource() - Method in class org.jafer.databeans.JDBC
 
connect() - Method in class org.jafer.zclient.ZClient
Description of the Method
connect() - Method in class org.jafer.zclient.Session
 
connection - Variable in class org.jafer.databeans.JDBC
 
Connection - interface org.jafer.interfaces.Connection.
Methods for connecting to Z39.50 datasources
ConnectionException - exception org.jafer.util.ConnectionException.
Exception thrown if problems connecting to server
ConnectionException() - Constructor for class org.jafer.util.ConnectionException
 
ConnectionException(String) - Constructor for class org.jafer.util.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for class org.jafer.util.ConnectionException
 
ConnectionException(Throwable) - Constructor for class org.jafer.util.ConnectionException
 
contains(Integer) - Method in class org.jafer.record.Cache
 
containsDatabean(String) - Method in class org.jafer.zserver.Session
 
containsRecord(int) - Method in class org.jafer.databeans.ActiveBean
 
context - Static variable in class org.jafer.zserver.util.ContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.jafer.zserver.util.ContextListener
Record the fact that this web application has been destroyed.
contextInitialized - Static variable in class org.jafer.zserver.util.ContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.jafer.zserver.util.ContextListener
Record the fact that this web application has been initialized.
ContextListener - class org.jafer.zserver.util.ContextListener.
Allows automatic startup/shutdown of ZServerManager and servers by reference to listener in web.xml.
ContextListener() - Constructor for class org.jafer.zserver.util.ContextListener
 
CONTROL - Static variable in class org.jafer.record.MARC8Unicode
 
controlPage - Variable in class org.jafer.record.MARC8Unicode
 
controlPageId - Variable in class org.jafer.record.MARC8Unicode
 
convertSyntax(int[]) - Static method in class org.jafer.conf.Config
 
convertSyntax(String) - Static method in class org.jafer.conf.Config
 
createNodes(DefaultMutableTreeNode, Node) - Method in class org.jafer.util.xml.XMLTree
 
createParamNodeSet(Hashtable, String) - Method in class org.jafer.databeans.JDBC
 
createRecord() - Method in class org.jafer.databeans.JDBC
 
createTemplate(File) - Static method in class org.jafer.util.xml.XMLTransformer
 
createTemplate(String) - Static method in class org.jafer.util.xml.XMLTransformer
 
createTemplate(URL) - Static method in class org.jafer.util.xml.XMLTransformer
 
currentDatabase - Variable in class org.jafer.databeans.JDBC
 
currentG0PageId - Variable in class org.jafer.record.MARC8Unicode
 
currentG1PageId - Variable in class org.jafer.record.MARC8Unicode
 

D

databases - Variable in class org.jafer.zclient.ZClientFactory
 
dataBases - Variable in class org.jafer.zclient.ZClient
String[] dataBases
databean - Variable in class org.jafer.databeans.Adaptor
 
Databean - class org.jafer.interfaces.Databean.
Interface for implementing a Databean
Databean() - Constructor for class org.jafer.interfaces.Databean
 
databeanFactories - Variable in class org.jafer.databeans.DatabeanManagerFactory
 
databeanFactories - Variable in class org.jafer.databeans.DatabeanManager
 
databeanFactory - Variable in class org.jafer.databeans.AdaptorFactory
 
databeanFactory - Variable in class org.jafer.zserver.ZServer
 
databeanFactory - Variable in class org.jafer.zserver.Session
 
DatabeanFactory - class org.jafer.interfaces.DatabeanFactory.
Title: Description: Copyright: Copyright (c) 2001 Company:
DatabeanFactory() - Constructor for class org.jafer.interfaces.DatabeanFactory
 
DatabeanManager - class org.jafer.databeans.DatabeanManager.
 
DatabeanManager() - Constructor for class org.jafer.databeans.DatabeanManager
 
DatabeanManagerFactory - class org.jafer.databeans.DatabeanManagerFactory.
 
DatabeanManagerFactory() - Constructor for class org.jafer.databeans.DatabeanManagerFactory
 
databeans - Variable in class org.jafer.zserver.Session
 
dataCache - Variable in class org.jafer.record.Cache
 
dataCacheSize - Variable in class org.jafer.record.Cache
 
dataCacheSize - Variable in class org.jafer.zclient.ZClient
 
dataObject - Variable in class org.jafer.record.RecordException
 
DataObject - class org.jafer.record.DataObject.
 
DataObject() - Constructor for class org.jafer.record.DataObject
 
DataObject(String, BEREncoding) - Constructor for class org.jafer.record.DataObject
 
DataObject(String, Node) - Constructor for class org.jafer.record.DataObject
 
dataSource - Variable in class org.jafer.databeans.TDSDatabean
 
dataSource - Variable in class org.jafer.databeans.MySQLDatabean
 
dataSource - Variable in class org.jafer.databeans.JDBC
 
dataTimeStamp - Variable in class org.jafer.record.Cache
 
dbName - Variable in class org.jafer.record.GRS1Record
 
dbName - Variable in class org.jafer.record.DataObject
 
debug - Variable in class org.jafer.zclient.ZClient
 
DEFAULT_DATABASE_NAME - Static variable in class org.jafer.zclient.ZClient
String DEFAULT_DATABASE_NAME
DEFAULT_DATACACHE_SIZE - Static variable in class org.jafer.zclient.ZClient
int DEFAULT_DATACACHE_SIZE
DEFAULT_ELEMENT_SPEC - Static variable in class org.jafer.zclient.ZClient
String DEFAULT_ELEMENT_SPEC
DEFAULT_FETCH_SIZE - Static variable in class org.jafer.zclient.ZClient
int DEFAULT_FETCH_SIZE
DEFAULT_FETCH_VIEW - Static variable in class org.jafer.zclient.ZClient
double DEFAULT_FETCH_VIEW
DEFAULT_RECORD_SCHEMA - Static variable in class org.jafer.zclient.ZClient
String DEFAULT_RECORD_SCHEMA
DEFAULT_RESULTSET_NAME - Static variable in class org.jafer.zclient.ZClient
String DEFAULT_DATABASE_NAME
DEFAULT_SEARCH_PROFILE - Static variable in class org.jafer.zclient.ZClient
String DEFAULT_ELEMENT_SPEC
defaultAttributes - Variable in class org.jafer.query.QueryBuilder
 
defaultRecordSchema - Variable in class org.jafer.databeans.JDBC
 
Delete - class org.jafer.zserver.operations.Delete.
 
Delete(Session, PDU) - Constructor for class org.jafer.zserver.operations.Delete
 
demo - class org.jafer.test.demo.
 
demo() - Constructor for class org.jafer.test.demo
 
Deprecated - interface org.jafer.interfaces.Deprecated.
Methods deprecated during development
dest - Variable in class org.jafer.util.PDUDriver
 
destroy() - Method in class org.jafer.zserver.AdminServlet
Clean up resources
DIACRITIC_ANSEL_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_ANSEL_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_ARABIC_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_ARABIC_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_GREEK_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_GREEK_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_HEBREW_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_BASIC_HEBREW_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_EXTENDED_ARABIC_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
DIACRITIC_EXTENDED_ARABIC_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
diagnostic - Variable in class org.jafer.exception.JaferException
 
Diagnostic - class org.jafer.record.Diagnostic.
 
Diagnostic(String, BEREncoding) - Constructor for class org.jafer.record.Diagnostic
 
Diagnostic(String, Node) - Constructor for class org.jafer.record.Diagnostic
 
diagnostics - Variable in class org.jafer.zclient.operations.PresentException
 
document - Variable in class org.jafer.query.QueryParser
 
document - Variable in class org.jafer.query.QueryBuilder
 
document - Variable in class org.jafer.zclient.ZClient
Document document
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jafer.zserver.AdminServlet
Process the HTTP Get request
DOMFactory - class org.jafer.util.xml.DOMFactory.
 
DOMFactory() - Constructor for class org.jafer.util.xml.DOMFactory
 
doScan(String) - Method in class org.jafer.test.demo
 
doSearch1(String, String) - Method in class org.jafer.test.demo
 
doSearch2(String, String) - Method in class org.jafer.test.demo
 
dummyNodePresent - Variable in class org.jafer.query.QueryBuilder
 

E

EACC - Static variable in class org.jafer.record.MARC8Unicode
 
elementSpec - Variable in class org.jafer.zclient.ZClient
 
emptyBuffer(StringBuffer, StringBuffer, int) - Method in class org.jafer.record.MARC8Unicode
 
encoding - Variable in class org.jafer.record.MARCRecord
 
esc - Variable in class org.jafer.record.MARC8Unicode
 
ESC - Static variable in class org.jafer.record.MARC8Unicode
 
exceptionalRecordSize - Variable in class org.jafer.zserver.Session
 
EXTENDED_ARABIC - Static variable in class org.jafer.record.MARC8Unicode
 
EXTENDED_CYRILLIC - Static variable in class org.jafer.record.MARC8Unicode
 

F

factory - Static variable in class org.jafer.util.xml.DOMFactory
 
fetchSize - Variable in class org.jafer.databeans.JDBC
 
fetchSize - Variable in class org.jafer.zclient.ZClient
 
fetchView - Variable in class org.jafer.zclient.ZClient
 
field - Variable in class org.jafer.record.RecordException
 
Field - class org.jafer.record.Field.
 
FIELD_DELIMETER - Static variable in class org.jafer.record.MARCRecord
 
Field(Node, Node) - Constructor for class org.jafer.record.Field
 
finalize() - Method in class org.jafer.zclient.ZClient
 
first - Variable in class org.jafer.databeans.ActiveBean
 
freeDatabean(String) - Method in class org.jafer.zserver.Session
 
freeLock(String) - Method in class org.jafer.zserver.util.Lock
 
fromSerializer - Static variable in class org.jafer.record.RecordFactory
 

G

G0_LIMITS_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
G0_LIMITS_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
G0_PAGE_CHAR1 - Static variable in class org.jafer.record.MARC8Unicode
 
G0_PAGE_CHAR2 - Static variable in class org.jafer.record.MARC8Unicode
 
G0Page - Variable in class org.jafer.record.MARC8Unicode
 
G0PageId - Variable in class org.jafer.record.MARC8Unicode
 
G1_LIMITS_LOWER - Static variable in class org.jafer.record.MARC8Unicode
 
G1_LIMITS_UPPER - Static variable in class org.jafer.record.MARC8Unicode
 
G1_PAGE_CHAR1 - Static variable in class org.jafer.record.MARC8Unicode
 
G1_PAGE_CHAR2 - Static variable in class org.jafer.record.MARC8Unicode
 
G1Page - Variable in class org.jafer.record.MARC8Unicode
 
G1PageId - Variable in class org.jafer.record.MARC8Unicode
 
get(String) - Method in class org.jafer.record.Field
 
get(String, String[]) - Method in class org.jafer.record.Field
 
get(String, String, String) - Method in class org.jafer.record.Field
 
getActiveThreads() - Method in class org.jafer.zserver.ZServerThread
 
getAddInfo() - Method in class org.jafer.record.Diagnostic
 
getAllDatabases() - Method in class org.jafer.databeans.DatabeanManager
 
getAllFieldData(String) - Method in class org.jafer.record.Field
Returns the textual content of a field and all its subfields, each separated by the delimiter/s supplied (which can be an empty string.)
getASN1Boolean(String) - Method in class org.jafer.record.GRS1Record
 
getASN1GeneralizedTime(String) - Method in class org.jafer.record.GRS1Record
 
getASN1Integer(String) - Method in class org.jafer.record.GRS1Record
 
getASN1ObjectIdentifier(String) - Method in class org.jafer.record.GRS1Record
 
getAttempts() - Method in class org.jafer.zclient.ZClient
Gets the attempts attribute of the ZClient object
getAttributeSetName() - Static method in class org.jafer.conf.Config
 
getAttributeSetSyntax() - Static method in class org.jafer.conf.Config
 
getAttributeType(int) - Static method in class org.jafer.conf.Config
 
getAttributeType(String) - Static method in class org.jafer.conf.Config
 
getAttributeValue(Node, String) - Method in class org.jafer.databeans.JDBC
 
getAttributeValue(String, String, String) - Static method in class org.jafer.conf.Config
 
getAuthenticate() - Method in class org.jafer.zserver.ZServer
 
getAuthenticated() - Method in class org.jafer.zserver.Session
 
getAutoReconnect() - Method in interface org.jafer.interfaces.Connection
Get autoconnection setting
getAutoReconnect() - Method in class org.jafer.zclient.ZClient
Gets the autoReconnect attribute of the ZClient object
getBER() - Method in class org.jafer.record.SUTRSRecord
 
getBER() - Method in class org.jafer.record.OPACRecord
 
getBER() - Method in class org.jafer.record.MARCRecord
 
getBER() - Method in class org.jafer.record.GRS1Record
 
getBER() - Method in class org.jafer.record.Diagnostic
 
getBER() - Method in class org.jafer.record.DataObject
 
getBER(DataObject, Document, int) - Method in class org.jafer.record.RecordFactory
 
getBER(Document, String, Integer) - Method in class org.jafer.record.Cache
 
getBEREncoding() - Method in class org.jafer.util.PDUDriver
 
getBib1Diagnostic(int) - Static method in class org.jafer.conf.Config
 
getBindingAddress() - Method in class org.jafer.zserver.ZServer
 
getBindingPort() - Method in class org.jafer.zserver.ZServer
 
getCache() - Method in class org.jafer.zclient.ZClient
 
getCharacterSet(String, boolean) - Method in class org.jafer.record.MARC8Unicode
 
getCharacterSetsMap() - Static method in class org.jafer.conf.Config
 
getClassName() - Method in class org.jafer.databeans.JDBCFactory
 
getClientAddress() - Method in class org.jafer.zserver.Session
 
getClientInfo() - Method in class org.jafer.zserver.Session
 
getClientInfo() - Method in class org.jafer.zserver.operations.Init
 
getClientVersion() - Method in class org.jafer.zserver.Session
 
getClientVersion() - Method in class org.jafer.zserver.operations.Init
 
getCloseReason(int) - Method in class org.jafer.util.PDUDriver
 
getCondition() - Method in class org.jafer.record.Diagnostic
 
getConnection() - Method in class org.jafer.databeans.TDSDatabean
 
getConnection() - Method in class org.jafer.databeans.MySQLDatabean
 
getConnection() - Method in class org.jafer.databeans.JDBC
Gets a conection from the DataSource in use.
getContext() - Static method in class org.jafer.zserver.util.ContextListener
 
getControlCharacter(int) - Method in class org.jafer.record.MARC8Unicode
 
getControlPage() - Method in class org.jafer.record.MARC8Unicode
 
getControlPageId() - Method in class org.jafer.record.MARC8Unicode
 
getCurrentDatabase() - Method in class org.jafer.databeans.JDBC
 
getCurrentDatabase() - Method in class org.jafer.databeans.DatabeanManager
 
getCurrentDatabase() - Method in class org.jafer.databeans.Adaptor
 
getCurrentDatabase() - Method in interface org.jafer.interfaces.Present
Get database of current record
getCurrentDatabase() - Method in class org.jafer.zclient.ZClient
Gets the CurrentDataBase attribute of the ZClient object
getCurrentDataObject() - Method in class org.jafer.zclient.ZClient
Gets the CurrentDataObject attribute of the ZClient object
getCurrentG0PageId() - Method in class org.jafer.record.MARC8Unicode
 
getCurrentG1PageId() - Method in class org.jafer.record.MARC8Unicode
 
getCurrentRecord() - Method in class org.jafer.databeans.RecordAdaptor
 
getCurrentRecord() - Method in class org.jafer.databeans.JDBC
Creates record from data in database, following record template layout.
getCurrentRecord() - Method in class org.jafer.databeans.DatabeanManager
 
getCurrentRecord() - Method in class org.jafer.databeans.Adaptor
 
getCurrentRecord() - Method in interface org.jafer.interfaces.Present
Get current record
getCurrentRecord() - Method in class org.jafer.zclient.ZClient
Gets the CurrentRecord attribute of the ZClient object
getCurrentRecordSyntax() - Method in class org.jafer.zclient.ZClient
Gets the CurrentRecordSyntax attribute of the ZClient object
getCurrentRecordSyntaxName() - Method in class org.jafer.zclient.ZClient
Gets the CurrentRecordSyntaxName value of the ZClient object
getData(NodeList) - Method in class org.jafer.record.Field
 
getDatabaseName() - Method in class org.jafer.record.DataObject
 
getDataBaseName() - Method in class org.jafer.record.Field
 
getDatabaseNames() - Method in class org.jafer.zclient.ZClient
getDatabaseNames
getDatabases() - Method in class org.jafer.databeans.JDBCFactory
 
getDatabases() - Method in class org.jafer.databeans.JDBC
Returns an array containing the name of the single database that can be searched.
getDatabases() - Method in class org.jafer.databeans.DatabeanManager
 
getDatabases() - Method in class org.jafer.databeans.Adaptor
 
getDatabases() - Method in interface org.jafer.interfaces.Search
Get databases currently searched
getDatabases() - Method in class org.jafer.zclient.ZClientFactory
 
getDatabases() - Method in class org.jafer.zclient.ZClient
Gets the DataBases attribute of the ZClient object
getDatabean() - Method in class org.jafer.databeans.ActiveBean
 
getDatabean() - Method in class org.jafer.databeans.RecordAdaptorFactory
 
getDatabean() - Method in class org.jafer.databeans.QueryAdaptorFactory
 
getDatabean() - Method in class org.jafer.databeans.JDBCFactory
 
getDatabean() - Method in class org.jafer.databeans.DatabeanManagerFactory
 
getDatabean() - Method in class org.jafer.databeans.Adaptor
 
getDatabean() - Method in class org.jafer.interfaces.DatabeanFactory
 
getDatabean() - Method in class org.jafer.zclient.ZClientFactory
 
getDatabean() - Method in class org.jafer.zserver.Session
 
getDatabean(Adaptor) - Method in class org.jafer.databeans.AdaptorFactory
 
getDatabean(String) - Method in class org.jafer.zserver.Session
 
getDatabean(String) - Method in class org.jafer.zserver.operations.Search
 
getDatabeanFactories() - Method in class org.jafer.databeans.DatabeanManagerFactory
 
getDatabeanFactories() - Method in class org.jafer.databeans.DatabeanManager
 
getDatabeanFactory() - Method in class org.jafer.databeans.AdaptorFactory
 
getDatabeanFactory() - Method in class org.jafer.zserver.ZServer
 
getDataCacheSize() - Method in interface org.jafer.interfaces.Cache
Get the current size of the cache
getDataCacheSize() - Method in class org.jafer.zclient.ZClient
Gets the DataCacheSize attribute of the ZClient object
getDataObject() - Method in class org.jafer.record.RecordException
 
getDataObject(Integer) - Method in class org.jafer.record.Cache
 
getDefaultDiagFormat() - Method in class org.jafer.record.Diagnostic
 
getDefaultProperties(String) - Static method in class org.jafer.util.xml.XMLSerializer
 
getDefaultProperties(String, boolean) - Static method in class org.jafer.util.xml.XMLSerializer
 
getDiagnostic() - Method in class org.jafer.exception.JaferException
 
getDiagnostic(DefaultDiagFormat, int, String) - Method in class org.jafer.zserver.operations.Operation
 
getDiagnostic(DiagRec, int, String) - Method in class org.jafer.zserver.operations.Operation
 
getDiagnostic(int, String) - Method in class org.jafer.zserver.operations.Search
 
getDiagnostic(NamePlusRecord_record, int, String) - Method in class org.jafer.zserver.operations.Operation
 
getDiagnostics() - Method in class org.jafer.zclient.operations.PresentException
 
getDocument() - Method in class org.jafer.zclient.ZClient
 
getDocumentBuilder() - Static method in class org.jafer.util.xml.DOMFactory
 
getEACCCharacter(String) - Method in class org.jafer.record.MARC8Unicode
 
getElementData(String, String) - Method in class org.jafer.record.GRS1Record
 
getElementSpec() - Method in class org.jafer.databeans.JDBC
 
getElementSpec() - Method in class org.jafer.databeans.DatabeanManager
 
getElementSpec() - Method in class org.jafer.databeans.Adaptor
 
getElementSpec() - Method in interface org.jafer.interfaces.Present
Get current element specification setting
getElementSpec() - Method in class org.jafer.zclient.ZClient
Gets the ElementSpec attribute of the ZClient object
getEncoding() - Method in class org.jafer.record.MARCRecord
 
getEncodingAsString() - Method in class org.jafer.record.MARCRecord
 
getExceptionalRecordSize() - Method in class org.jafer.zserver.Session
 
getExceptionNode(Document, Throwable) - Static method in class org.jafer.util.xml.DOMFactory
 
getExceptionNode(Document, Throwable, StackTraceElement[]) - Static method in class org.jafer.util.xml.DOMFactory
 
getExceptionNode(Document, Throwable, StackTraceElement[], String) - Static method in class org.jafer.util.xml.DOMFactory
 
getExceptionNode(Document, Throwable, String) - Static method in class org.jafer.util.xml.DOMFactory
 
getFetchSize() - Method in class org.jafer.databeans.JDBC
 
getFetchSize() - Method in interface org.jafer.interfaces.Cache
Get the current prefetch buffer size
getFetchSize() - Method in class org.jafer.zclient.ZClient
Gets the fetchSize attribute of the ZClient object
getFetchView() - Method in interface org.jafer.interfaces.Cache
Get the current prefetch buffer behaviour setting
getFetchView() - Method in class org.jafer.zclient.ZClient
Gets the FetchView attribute of the ZClient object
getFieldData(String) - Method in class org.jafer.record.Field
Deprecated. Use get(fieldName) or getFirst(fieldName) with getAllFieldData(delimiter) to produce a more controllable result.
getFieldData(String, String, String) - Method in class org.jafer.record.Field
 
getFileOutputStream(String) - Static method in class org.jafer.util.xml.XMLSerializer
 
getFirst(String) - Method in class org.jafer.record.Field
Returns the first occurrence of the named field.
getFirst(String, String[]) - Method in class org.jafer.record.Field
Returns the first occurrence of the named field with the given attributes and values.
getFirst(String, String, String) - Method in class org.jafer.record.Field
Returns the first occurrence of the named field with the given attribute name and value.
getG0Page() - Method in class org.jafer.record.MARC8Unicode
 
getG0PageId() - Method in class org.jafer.record.MARC8Unicode
 
getG1Page() - Method in class org.jafer.record.MARC8Unicode
 
getG1PageId() - Method in class org.jafer.record.MARC8Unicode
 
getGroup() - Method in interface org.jafer.interfaces.Authentication
Get the group name set for accessing the datasource
getGroup() - Method in class org.jafer.zclient.ZClient
 
getGroup() - Method in class org.jafer.zclient.Session
 
getGroup() - Method in class org.jafer.zserver.authenticate.UserCredentials
 
getHost() - Method in class org.jafer.databeans.JDBCFactory
 
getHost() - Method in class org.jafer.databeans.JDBC
 
getHost() - Method in interface org.jafer.interfaces.Z3950Connection
Get current Z39.50 host
getHost() - Method in class org.jafer.zclient.ZClientFactory
 
getHost() - Method in class org.jafer.zclient.ZClient
Gets the Host attribute of the ZClient object
getId() - Method in class org.jafer.zclient.Session
 
getId() - Method in class org.jafer.zserver.ZServerThread
 
getInfo(Document) - Method in class org.jafer.zserver.ZServerManager
 
getInfo(PrintWriter) - Method in class org.jafer.zserver.AdminServlet
 
getInfo(ZServerThread, Document) - Method in class org.jafer.zserver.ZServerManager
 
getInt(byte[], int, int) - Method in class org.jafer.record.MARCRecord
 
getInternationalString(String) - Method in class org.jafer.record.GRS1Record
 
getIntUnit(String) - Method in class org.jafer.record.GRS1Record
 
getIpAddress() - Method in class org.jafer.zserver.authenticate.UserCredentials
 
getIpAddressMask() - Method in class org.jafer.zserver.authenticate.UserCredentials
 
getJavaIdentifierTag(String) - Method in class org.jafer.record.MARCRecord
 
getLeaderValue(NamedNodeMap, int, char) - Method in class org.jafer.record.MARCRecord
 
getList(String) - Method in class org.jafer.record.Field
 
getLocalPort() - Method in class org.jafer.zserver.Session
 
getLock() - Method in class org.jafer.zserver.util.Lock
 
getLookUpList() - Method in class org.jafer.record.MARC8Unicode
 
getManager() - Static method in class org.jafer.zserver.ZServerManager
 
getMap(File) - Static method in class org.jafer.util.xml.DOMFactory
 
getMap(URL) - Static method in class org.jafer.util.xml.DOMFactory
 
getMARC8Chars(int) - Method in class org.jafer.record.MARC8Unicode
 
getMARC8Value(Node) - Method in class org.jafer.record.MARCRecord
 
getMode() - Method in class org.jafer.databeans.DatabeanManagerFactory
 
getMode() - Method in class org.jafer.databeans.DatabeanManager
 
getName() - Method in class org.jafer.databeans.DatabeanManager
 
getName() - Method in class org.jafer.interfaces.DatabeanFactory
 
getName() - Method in class org.jafer.record.Field
 
getName() - Method in class org.jafer.zclient.Session
 
getNamedChildren(String, String[], Node, boolean) - Method in class org.jafer.record.Field
Returns a NodeList of all ancestor nodes with the name/s and attribute value/s supplied in attributeProfile[].
getNewTemplate() - Method in class org.jafer.databeans.JDBC
 
getNode(int[][], String) - Method in interface org.jafer.interfaces.QueryBuilder
Creates a basic query node incorporating the attributes and term supplied.
getNode(int[][], String) - Method in class org.jafer.query.QueryBuilder
Creates a basic query node incorporating the attributes and term supplied.
getNode(int[], String) - Method in interface org.jafer.interfaces.QueryBuilder
Creates a basic query node incorporating the attributes and term supplied.
getNode(int[], String) - Method in class org.jafer.query.QueryBuilder
Creates a basic query node incorporating the attributes and term supplied.
getNode(int, String) - Method in interface org.jafer.interfaces.QueryBuilder
Creates a basic query node incorporating the attribute and term supplied.
getNode(int, String) - Method in class org.jafer.query.QueryBuilder
Creates a basic query node incorporating the attribute and term supplied.
getNode(String) - Method in class org.jafer.query.QueryBuilder
 
getNode(String, String) - Method in interface org.jafer.interfaces.QueryBuilder
Creates a basic query node incorporating the attribute and term supplied.
getNode(String, String) - Method in class org.jafer.query.QueryBuilder
Creates a basic query node incorporating the attribute and term supplied.
getNumberOfActiveThreads() - Method in class org.jafer.zserver.ZServerThread
 
getNumberOfRecordsReturned() - Method in class org.jafer.zclient.operations.PresentException
 
getNumberOfRequestRecords() - Method in class org.jafer.zclient.ZClient
Gets the numberOfRequestRecords attribute of the ZClient object
getNumberOfResults() - Method in class org.jafer.databeans.JDBC
 
getNumberOfResults() - Method in class org.jafer.databeans.DatabeanManager
 
getNumberOfResults() - Method in class org.jafer.databeans.Adaptor
 
getNumberOfResults() - Method in interface org.jafer.interfaces.Search
Get number of results for last query
getNumberOfResults() - Method in class org.jafer.zclient.ZClient
Gets the NumberOfResults attribute of the ZClient object
getOAIAttributeName(int) - Static method in class org.jafer.record.MARCRecord
 
getPage(String, boolean) - Method in class org.jafer.record.MARC8Unicode
 
getPageESCSequence() - Method in class org.jafer.record.MARC8Unicode
 
getPageId(int) - Method in class org.jafer.record.MARC8Unicode
 
getPassword() - Method in interface org.jafer.interfaces.Authentication
Get the password set for accessing the datasource
getPassword() - Method in class org.jafer.zclient.ZClient
Gets the Password attribute of the ZClient object
getPassword() - Method in class org.jafer.zclient.Session
 
getPassword() - Method in class org.jafer.zserver.authenticate.UserCredentials
 
getPDU() - Method in class org.jafer.util.PDUDriver
 
getPDUDiagnostic() - Method in class org.jafer.zserver.operations.OperationException
 
getPDUDriver() - Method in class org.jafer.zclient.Session
 
getPDUDriver() - Method in class org.jafer.zserver.Session
 
getPort() - Method in class org.jafer.databeans.JDBCFactory
 
getPort() - Method in class org.jafer.databeans.JDBC
 
getPort() - Method in interface org.jafer.interfaces.Z3950Connection
Get Z39.50 datasource IP Port
getPort() - Method in class org.jafer.zclient.ZClientFactory
 
getPort() - Method in class org.jafer.zclient.ZClient
Gets the Port attribute of the ZClient object
getPort() - Method in class org.jafer.zserver.Session
 
getPreferredMessageSize() - Method in class org.jafer.zserver.Session
 
getPresentException(int, int, String, PresentResponse) - Method in class org.jafer.zclient.operations.Present
 
getQuery() - Method in class org.jafer.databeans.ActiveBean
 
getQuery() - Method in class org.jafer.databeans.JDBC
 
getQuery() - Method in class org.jafer.databeans.DatabeanManager
 
getQuery() - Method in class org.jafer.databeans.Adaptor
 
getQuery() - Method in interface org.jafer.interfaces.Search
Get the last submitted query
getQuery() - Method in class org.jafer.zclient.ZClient
Gets the query attribute of the ZClient object
getQueryBuilder() - Method in class org.jafer.zclient.ZClient
Description of the Method
getQueryDocument() - Method in class org.jafer.zclient.ZClient
 
getQueryString() - Method in class org.jafer.databeans.JDBC
 
getRecord() - Method in class org.jafer.record.RecordException
 
getRecord(int, String) - Method in class org.jafer.databeans.ActiveBean
 
getRecordClass(int[]) - Method in class org.jafer.record.RecordFactory
 
getRecordCursor() - Method in class org.jafer.databeans.JDBC
 
getRecordCursor() - Method in class org.jafer.databeans.DatabeanManager
 
getRecordCursor() - Method in class org.jafer.databeans.Adaptor
 
getRecordCursor() - Method in interface org.jafer.interfaces.Present
Get the current record position cursor
getRecordCursor() - Method in class org.jafer.zclient.ZClient
Gets the RecordCursor attribute of the ZClient object
getRecordCursorAsInteger() - Method in class org.jafer.zclient.ZClient
Gets the RecordCursor attribute of the ZClient object
getRecordFactory() - Method in class org.jafer.zclient.ZClient
 
getRecordFormat() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
getRecordMap() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptor
getRecordNameFromSyntax(String) - Static method in class org.jafer.conf.Config
 
getRecordObject(Class, Object[]) - Method in class org.jafer.record.RecordFactory
 
getRecordRoot(Document, Node, int[], String, String, int) - Method in class org.jafer.record.RecordFactory
 
getRecordSchema() - Method in class org.jafer.databeans.JDBCFactory
 
getRecordSchema() - Method in class org.jafer.databeans.JDBC
 
getRecordSchema() - Method in class org.jafer.databeans.DatabeanManager
 
getRecordSchema() - Method in class org.jafer.databeans.Adaptor
 
getRecordSchema() - Method in interface org.jafer.interfaces.Present
Get currently set record schema
getRecordSchema() - Method in class org.jafer.record.Field
 
getRecordSchema() - Method in class org.jafer.record.DataObject
 
getRecordSchema() - Method in class org.jafer.zclient.ZClientFactory
 
getRecordSchema() - Method in class org.jafer.zclient.ZClient
 
getRecordSerializer(String) - Static method in class org.jafer.conf.Config
 
getRecordSerializerTargetSchema(String) - Static method in class org.jafer.conf.Config
 
getRecordSyntax() - Method in class org.jafer.record.Field
 
getRecordSyntax() - Method in class org.jafer.record.DataObject
 
getRecordSyntax(String) - Static method in class org.jafer.conf.Config
 
getRecordSyntaxFromName(String) - Static method in class org.jafer.conf.Config
 
getRecordTransformDocument() - Static method in class org.jafer.conf.Config
 
getRemoteAddress() - Method in interface org.jafer.interfaces.Logging
Get ip address recorded in log for this bean
getRemoteAddress() - Method in class org.jafer.zclient.ZClient
Gets the remoteAddress attribute of the ZClient object (for Servlets)
getRemoteAddress() - Method in class org.jafer.zserver.AdminServlet
 
getResource(String) - Static method in class org.jafer.conf.Config
 
getResultSetName() - Method in class org.jafer.databeans.JDBC
 
getResultSetName() - Method in class org.jafer.databeans.DatabeanManager
 
getResultSetName() - Method in class org.jafer.databeans.Adaptor
 
getResultSetName() - Method in interface org.jafer.interfaces.Search
 
getResultSetName() - Method in class org.jafer.zclient.ZClient
Gets the resultSetName attribute of the ZClient object
getRoot() - Method in class org.jafer.record.Field
 
getRPNQuery(Node) - Method in class org.jafer.query.XMLRPNQuery
 
getSearchProfile() - Method in class org.jafer.databeans.JDBC
 
getSearchProfile() - Method in class org.jafer.databeans.DatabeanManager
 
getSearchProfile() - Method in class org.jafer.databeans.Adaptor
 
getSearchProfile() - Method in interface org.jafer.interfaces.Search
 
getSearchProfile() - Method in class org.jafer.zclient.ZClient
Gets SearchProfile attribute of the ZClient object
getSearchProfileNameFromSyntax(String) - Static method in class org.jafer.conf.Config
 
getSearchProfileSyntaxFromName(String) - Static method in class org.jafer.conf.Config
 
getServerConfigDocument() - Static method in class org.jafer.conf.Config
 
getServerDecode() - Static method in class org.jafer.conf.Config
 
getServerEncode() - Static method in class org.jafer.conf.Config
 
getSession() - Method in class org.jafer.zclient.ZClient
 
getSession() - Method in class org.jafer.zserver.operations.Operation
 
getSessionTimeout() - Method in class org.jafer.zserver.ZServer
 
getSourceSchema() - Method in class org.jafer.databeans.AdaptorFactory
 
getSourceSchema() - Method in class org.jafer.databeans.Adaptor
 
getStartRecordNumber() - Method in class org.jafer.zclient.ZClient
Gets setStartRecordNumber record number for Present
getStartTime() - Method in class org.jafer.zserver.ZServerThread
 
getState() - Method in class org.jafer.zserver.ZServerThread
 
getStatement() - Method in class org.jafer.databeans.MySQLDatabean
 
getStatement() - Method in class org.jafer.databeans.JDBC
Gets a new Statement, which can be modified in subclasses.
getStatus() - Method in class org.jafer.zclient.operations.PresentException
 
getString(byte[], int, int) - Method in class org.jafer.record.MARCRecord
 
getString(ByteArrayOutputStream, int) - Method in class org.jafer.record.MARCRecord
 
getString(ByteArrayOutputStream, int, int) - Method in class org.jafer.record.MARCRecord
 
getStringOrNumeric(String) - Method in class org.jafer.record.GRS1Record
 
getStyleSheetMap() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
getSubFieldElement(Document, ByteArrayOutputStream) - Method in class org.jafer.record.MARCRecord
 
getTag(ASN1Integer) - Method in class org.jafer.record.GRS1Record
 
getTag(StringOrNumeric) - Method in class org.jafer.record.GRS1Record
 
getTargetInfo() - Method in class org.jafer.zclient.operations.Init
 
getTargetSchema() - Method in class org.jafer.databeans.AdaptorFactory
 
getTargetSchema() - Method in class org.jafer.databeans.Adaptor
 
getTargetVersion() - Method in class org.jafer.zclient.operations.Init
 
getTemplateColumns(Node) - Method in class org.jafer.databeans.JDBC
 
getTemplatesMap() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
getTerms(int, int, int, Node) - Method in interface org.jafer.interfaces.Scan
Get keywords or terms
getTerms(int, int, int, Node) - Method in class org.jafer.zclient.ZClient
 
getTerms(int, Node) - Method in interface org.jafer.interfaces.Scan
Get keywords or terms
getTerms(int, Node) - Method in class org.jafer.zclient.ZClient
 
getThreads() - Method in class org.jafer.zserver.ZServerThread
 
getTimeout() - Method in interface org.jafer.interfaces.Connection
Get connection timeout
getTimeout() - Method in class org.jafer.zclient.ZClient
Gets the timeout attribute of the ZClient object
getTransform() - Method in class org.jafer.databeans.AdaptorFactory
 
getTransform() - Method in class org.jafer.databeans.Adaptor
 
getTransformer() - Static method in class org.jafer.util.xml.XMLSerializer
 
getTransformer(Properties) - Static method in class org.jafer.util.xml.XMLSerializer
 
getTransformer(URL) - Static method in class org.jafer.util.xml.XMLSerializer
 
getTransformer(URL, Map) - Static method in class org.jafer.util.xml.XMLSerializer
 
getTransforms(boolean, Node, Vector) - Static method in class org.jafer.conf.Config
 
getTransforms(boolean, String, String) - Static method in class org.jafer.conf.Config
 
getUnicodeCharacter(int) - Method in class org.jafer.record.MARC8Unicode
 
getUpTime() - Method in class org.jafer.zserver.ZServerThread
 
getUsername() - Method in interface org.jafer.interfaces.Authentication
Get the username set for accessing the datasource
getUsername() - Method in class org.jafer.zclient.ZClient
Gets the Username attribute of the ZClient object
getUsername() - Method in class org.jafer.zclient.Session
 
getUsername() - Method in class org.jafer.zserver.authenticate.UserCredentials
 
getUsers() - Method in class org.jafer.zserver.authenticate.BasicAuthenticate
 
getValue() - Method in class org.jafer.record.Field
Returns the textual content of the field.
getValue(Node) - Static method in class org.jafer.conf.Config
 
getWaitingCount() - Method in class org.jafer.zserver.util.Lock
 
getXML() - Method in class org.jafer.record.Field
 
getXML(DataObject, Document, String, int) - Method in class org.jafer.record.RecordFactory
 
getXML(Document) - Method in class org.jafer.record.TermRecord
 
getXML(Document) - Method in class org.jafer.record.SUTRSRecord
 
getXML(Document) - Method in class org.jafer.record.OPACRecord
 
getXML(Document) - Method in class org.jafer.record.MARCRecord
 
getXML(Document) - Method in class org.jafer.record.GRS1Record
 
getXML(Document) - Method in class org.jafer.record.Diagnostic
 
getXML(Document) - Method in class org.jafer.record.DataObject
 
getXML(Document, String, Integer) - Method in class org.jafer.record.Cache
 
getXMLCacheSize() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
getXMLConfigValue(String) - Method in class org.jafer.databeans.JDBC
 
getXMLMessage(String) - Method in class org.jafer.zserver.AdminServlet
 
getXMLQuery(RPNQuery) - Method in class org.jafer.query.XMLRPNQuery
 
GREEK_SYMBOL - Static variable in class org.jafer.record.MARC8Unicode
 
group - Variable in class org.jafer.zclient.ZClient
 
group - Variable in class org.jafer.zclient.Session
 
group - Variable in class org.jafer.zserver.authenticate.UserCredentials
 
GROUP_DELIMITER - Static variable in class org.jafer.zserver.authenticate.BasicAuthenticate
 
GRS1Record - class org.jafer.record.GRS1Record.
 
GRS1Record(String, BEREncoding) - Constructor for class org.jafer.record.GRS1Record
 
GRS1Record(String, Node) - Constructor for class org.jafer.record.GRS1Record
 

H

halt(long) - Method in class org.jafer.zserver.ZServerThread
 
handleError(String) - Method in class org.jafer.zclient.ZClient
 
handleError(String, JaferException) - Method in class org.jafer.zclient.ZClient
 
hasDiagnostic() - Method in class org.jafer.exception.JaferException
 
hasDiagnostics() - Method in class org.jafer.zclient.operations.PresentException
 
hasPDUDiagnostic() - Method in class org.jafer.zserver.operations.OperationException
 
hasThreads() - Method in class org.jafer.zserver.ZServerThread
 
host - Variable in class org.jafer.databeans.JDBCFactory
 
host - Variable in class org.jafer.zclient.ZClientFactory
 
host - Variable in class org.jafer.zclient.ZClient
 
host - Variable in class org.jafer.zclient.Session
 
hostName - Variable in class org.jafer.databeans.JDBC
 

I

in - Variable in class org.jafer.conf.CompressedXMLDecoder
 
Init - class org.jafer.zclient.operations.Init.
 
Init - class org.jafer.zserver.operations.Init.
Checks/sets authentication and concurrent operations if requested by client
init() - Method in class org.jafer.zserver.AdminServlet
Initialize global variables
Init(Session) - Constructor for class org.jafer.zclient.operations.Init
 
Init(Session, PDU) - Constructor for class org.jafer.zserver.operations.Init
 
init(String, String, String) - Method in class org.jafer.zclient.Session
 
init(String, String, String) - Method in class org.jafer.zclient.operations.Init
 
initClose(int) - Method in class org.jafer.util.PDUDriver
 
initialise() - Method in class org.jafer.databeans.JDBC
Loads XML config file, sets available schemas (and default schema).
Loads query transform stylesheet.
Loads database name, user name and password for JDBC conection from XML config file.
interrupt() - Method in class org.jafer.zserver.util.Lock
 
ipAddress - Variable in class org.jafer.zserver.authenticate.UserCredentials
 
ipAddressMask - Variable in class org.jafer.zserver.authenticate.UserCredentials
 
isAll(String[]) - Method in class org.jafer.zserver.AdminServlet
 
isAnonymous() - Method in class org.jafer.zserver.authenticate.BasicAuthenticate
 
isBufferEmpty(StringBuffer) - Method in class org.jafer.record.MARC8Unicode
 
isC0Page(int) - Method in class org.jafer.record.MARC8Unicode
 
isC1Page(int) - Method in class org.jafer.record.MARC8Unicode
 
isCheckRecordFormat() - Method in class org.jafer.databeans.JDBC
 
isCheckRecordFormat() - Method in class org.jafer.databeans.DatabeanManager
 
isCheckRecordFormat() - Method in class org.jafer.databeans.Adaptor
 
isCheckRecordFormat() - Method in interface org.jafer.interfaces.Present
Get record schema checking setting
isCheckRecordFormat() - Method in class org.jafer.zclient.ZClient
Gets the checkRecordFormat attribute of the ZClient object
isConcurrent() - Method in class org.jafer.zserver.Session
 
isContextInitialized() - Static method in class org.jafer.zserver.util.ContextListener
 
isControlFunction(int) - Method in class org.jafer.record.MARC8Unicode
 
isDiacritic(int) - Method in class org.jafer.record.MARC8Unicode
 
isDummyNodePresent() - Method in class org.jafer.query.QueryBuilder
Gets the value of the dummyNodePresent flag.
isESC() - Method in class org.jafer.record.MARC8Unicode
 
isESCChar(int) - Method in class org.jafer.record.MARC8Unicode
 
isG0Page(int) - Method in class org.jafer.record.MARC8Unicode
 
isG0PageChar(int) - Method in class org.jafer.record.MARC8Unicode
 
isG1Page(int) - Method in class org.jafer.record.MARC8Unicode
 
isG1PageChar(int) - Method in class org.jafer.record.MARC8Unicode
 
isMultiByte() - Method in class org.jafer.record.MARC8Unicode
 
isMultiByteChar(int) - Method in class org.jafer.record.MARC8Unicode
 
isNewPage() - Method in class org.jafer.record.MARC8Unicode
 
isPageG0() - Method in class org.jafer.record.MARC8Unicode
 
isPageG1() - Method in class org.jafer.record.MARC8Unicode
 
isParseQuery() - Method in class org.jafer.databeans.JDBC
 
isParseQuery() - Method in class org.jafer.databeans.DatabeanManager
 
isParseQuery() - Method in class org.jafer.databeans.Adaptor
 
isParseQuery() - Method in interface org.jafer.interfaces.Search
 
isParseQuery() - Method in class org.jafer.zclient.ZClient
Gets the parseQuery attribute of the ZClient object
isStarted() - Static method in class org.jafer.zserver.ZServerManager
 
isStopped() - Method in class org.jafer.zserver.ZServerThread
 
isStopping() - Method in class org.jafer.zserver.ZServerThread
 
isSyntaxEqual(int[], int[]) - Static method in class org.jafer.conf.Config
 
isSyntaxEqual(String, String) - Static method in class org.jafer.conf.Config
 
isTransformXMLRecords() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
isXMLRecords() - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors

J

JaferException - exception org.jafer.exception.JaferException.
 
JaferException() - Constructor for class org.jafer.exception.JaferException
Creates new JaferException with null as its detail message.
JaferException(String) - Constructor for class org.jafer.exception.JaferException
Creates new JaferException with the specified detail message.
JaferException(String, Diagnostic) - Constructor for class org.jafer.exception.JaferException
 
JaferException(String, Throwable) - Constructor for class org.jafer.exception.JaferException
Creates new JaferException with the specified detail message and cause
JaferException(Throwable) - Constructor for class org.jafer.exception.JaferException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of cause).
javaIdentifierTag(String) - Method in class org.jafer.record.GRS1Record
 
JDBC - class org.jafer.databeans.JDBC.
Superclass with behaviour common to subclasses.
JDBC() - Constructor for class org.jafer.databeans.JDBC
Loads configuration info from config files.
JDBCFactory - class org.jafer.databeans.JDBCFactory.
 
JDBCFactory() - Constructor for class org.jafer.databeans.JDBCFactory
 

K

KILL_TIMEOUT - Static variable in class org.jafer.zserver.ZServerManager
 
killSession() - Method in class org.jafer.zserver.ZServerManager
 
killSession(int) - Method in class org.jafer.zserver.ZServerManager
 

L

last - Variable in class org.jafer.databeans.ActiveBean
 
load(URL) - Static method in class org.jafer.interfaces.DatabeanFactory
 
load(URL) - Static method in class org.jafer.interfaces.Authenticate
 
loadCharacterSetsMap() - Static method in class org.jafer.record.MARC8Unicode
 
loadCloseReason(Hashtable) - Method in class org.jafer.util.PDUDriver
 
loadManager(Document) - Method in class org.jafer.zserver.ZServerManager
 
Lock - class org.jafer.zserver.util.Lock.
 
Lock() - Constructor for class org.jafer.zserver.util.Lock
 
lockDatabean(String) - Method in class org.jafer.zserver.Session
 
locks - Variable in class org.jafer.zserver.Session
 
locks - Variable in class org.jafer.zserver.util.Lock
 
locksCount - Variable in class org.jafer.zserver.util.Lock
 
logger - Variable in class org.jafer.databeans.ActiveBean
 
logger - Static variable in class org.jafer.databeans.JDBC
 
logger - Static variable in class org.jafer.record.RecordFactory
 
logger - Static variable in class org.jafer.record.MARC8Unicode
 
logger - Static variable in class org.jafer.record.Cache
 
logger - Static variable in class org.jafer.util.PDUDriver
 
logger - Static variable in class org.jafer.util.xml.XMLTransformer
 
logger - Static variable in class org.jafer.util.xml.XMLSerializer
 
logger - Static variable in class org.jafer.util.xml.DOMFactory
 
logger - Static variable in class org.jafer.zclient.ZClient
Logger logger
logger - Static variable in class org.jafer.zclient.Session
 
logger - Static variable in class org.jafer.zclient.operations.Present
 
logger - Static variable in class org.jafer.zserver.ZServerThread
 
logger - Static variable in class org.jafer.zserver.ZServerManager
 
logger - Static variable in class org.jafer.zserver.AdminServlet
 
logger - Static variable in class org.jafer.zserver.util.ContextListener
 
Logging - interface org.jafer.interfaces.Logging.
Logging utility functions
lookUpList - Variable in class org.jafer.record.MARC8Unicode
 
lookUpUseAttribute(String) - Method in class org.jafer.query.QueryBuilder
 

M

main(String[]) - Static method in class org.jafer.test.TestClient
 
main(String[]) - Static method in class org.jafer.test.ServerTest
 
main(String[]) - Static method in class org.jafer.test.ServerStart
 
main(String[]) - Static method in class org.jafer.test.demo
 
makeDummyNode() - Method in class org.jafer.query.QueryParser
 
MARC8 - Static variable in class org.jafer.record.MARCRecord
 
MARC8_ENCODING - Static variable in class org.jafer.record.MARCRecord
 
MARC8_UNKNOWN - Static variable in class org.jafer.record.MARC8Unicode
 
marc8Unicode - Variable in class org.jafer.record.MARCRecord
 
MARC8Unicode - class org.jafer.record.MARC8Unicode.
Method toUnicode converts MARC8 character encoding to Unicode (UTF8) - identifies character set and performs lookup using xml file derived from LOC character sets including multibyte characters for EACC.
MARC8Unicode() - Constructor for class org.jafer.record.MARC8Unicode
 
MARC8Unicode(char, char) - Constructor for class org.jafer.record.MARC8Unicode
 
marc8Unknown - Variable in class org.jafer.record.MARC8Unicode
 
marcKeyCharacterSets - Static variable in class org.jafer.record.MARC8Unicode
 
MARCRecord - class org.jafer.record.MARCRecord.
Serializes MARC record to XML (http://www.openarchives.org/OAI/oai_marc schema).
MARCRecord(String, BEREncoding) - Constructor for class org.jafer.record.MARCRecord
 
MARCRecord(String, Node) - Constructor for class org.jafer.record.MARCRecord
 
MAX_DATACACHE_SIZE - Static variable in class org.jafer.zclient.ZClient
int MAX_DATACACHE_SIZE
mode - Variable in class org.jafer.databeans.DatabeanManagerFactory
 
mode - Variable in class org.jafer.databeans.DatabeanManager
 
MODE_PARALLEL - Static variable in class org.jafer.databeans.DatabeanManagerFactory
 
MODE_SERIAL - Static variable in class org.jafer.databeans.DatabeanManagerFactory
 
moveToBack(String, Vector) - Method in class org.jafer.record.MARC8Unicode
 
moveToFront(String, Vector) - Method in class org.jafer.record.MARC8Unicode
 
MULTI_BYTE - Static variable in class org.jafer.record.MARC8Unicode
 
multiByte - Variable in class org.jafer.record.MARC8Unicode
 
MySQLDatabean - class org.jafer.databeans.MySQLDatabean.
 
MySQLDatabean() - Constructor for class org.jafer.databeans.MySQLDatabean
uses settings from superclass:

N

name - Variable in class org.jafer.databeans.DatabeanManager
 
name - Variable in class org.jafer.interfaces.DatabeanFactory
 
name - Variable in class org.jafer.zclient.ZClientFactory
 
name - Variable in class org.jafer.zclient.Session
 
newDocument() - Static method in class org.jafer.util.xml.DOMFactory
 
newQueryBuilder() - Method in class org.jafer.databeans.DatabeanManager
 
newQueryBuilder() - Method in interface org.jafer.interfaces.Queriable
Get a new QueryBuilder object
newQueryBuilder() - Method in class org.jafer.zclient.ZClient
Description of the Method
nodes - Variable in class org.jafer.util.xml.XMLTree
 
normalize(Node) - Method in class org.jafer.query.QueryParser
 
not(Node) - Method in interface org.jafer.interfaces.QueryBuilder
Produces a NOT node from a query node, or an AND or OR node.
not(Node) - Method in class org.jafer.query.QueryBuilder
Produces a NOT node from the supplied node.
nResults - Variable in class org.jafer.databeans.JDBC
 
nResults - Variable in class org.jafer.zclient.ZClient
 
numberOfRecordsReturned - Variable in class org.jafer.zclient.operations.PresentException
 
numberOfRequestRecords - Variable in class org.jafer.zclient.ZClient
 

O

OAI_ATTRIBUTE_NAMES - Static variable in class org.jafer.record.MARCRecord
 
OAI_NAMESPACE - Static variable in class org.jafer.record.MARCRecord
 
OPACRecord - class org.jafer.record.OPACRecord.
 
OPACRecord(String, BEREncoding) - Constructor for class org.jafer.record.OPACRecord
 
OPACRecord(String, Node) - Constructor for class org.jafer.record.OPACRecord
 
Operation - class org.jafer.zserver.operations.Operation.
Each operation runs in it's own thread and either terminates naturally by sending response PDU (or Diagnostic) or can be stopped by session which forces close of socket.
Operation(Session, String) - Constructor for class org.jafer.zserver.operations.Operation
 
OperationException - exception org.jafer.zserver.operations.OperationException.
 
OperationException() - Constructor for class org.jafer.zserver.operations.OperationException
Creates new OperationException with null as its detail message.
OperationException(String) - Constructor for class org.jafer.zserver.operations.OperationException
Creates new OperationException with the specified detail message.
OperationException(String, PDU) - Constructor for class org.jafer.zserver.operations.OperationException
 
OperationException(String, PDU, Throwable) - Constructor for class org.jafer.zserver.operations.OperationException
 
OperationException(String, Throwable) - Constructor for class org.jafer.zserver.operations.OperationException
Creates new OperationException with the specified detail message and cause
OperationException(Throwable) - Constructor for class org.jafer.zserver.operations.OperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) which typically contains the class and detail message of cause).
or(Node, Node) - Method in interface org.jafer.interfaces.QueryBuilder
Produces an OR node from 2 nodes, which can be query nodes, or AND, OR or NOT nodes.
or(Node, Node) - Method in class org.jafer.query.QueryBuilder
Produces an OR node from 2 nodes, which can be query nodes, or AND, OR or NOT nodes.
or(Vector, Vector) - Method in class org.jafer.query.QueryBuilder
Produces an OR node from a pair of attributes, or a tree of OR nodes if more than 2 attributes are given.
org.jafer.conf - package org.jafer.conf
 
org.jafer.databeans - package org.jafer.databeans
 
org.jafer.exception - package org.jafer.exception
 
org.jafer.interfaces - package org.jafer.interfaces
 
org.jafer.query - package org.jafer.query
 
org.jafer.record - package org.jafer.record
 
org.jafer.test - package org.jafer.test
 
org.jafer.util - package org.jafer.util
 
org.jafer.util.xml - package org.jafer.util.xml
 
org.jafer.zclient - package org.jafer.zclient
 
org.jafer.zclient.operations - package org.jafer.zclient.operations
 
org.jafer.zserver - package org.jafer.zserver
 
org.jafer.zserver.authenticate - package org.jafer.zserver.authenticate
 
org.jafer.zserver.operations - package org.jafer.zserver.operations
 
org.jafer.zserver.util - package org.jafer.zserver.util
 
out(Node, boolean, OutputStream) - Static method in class org.jafer.util.xml.XMLSerializer
 
out(Node, boolean, String) - Static method in class org.jafer.util.xml.XMLSerializer
 
out(Node, boolean, Writer) - Static method in class org.jafer.util.xml.XMLSerializer
 
out(Node, String, OutputStream) - Static method in class org.jafer.util.xml.XMLSerializer
 
out(Node, String, String) - Static method in class org.jafer.util.xml.XMLSerializer
 
out(Node, String, Writer) - Static method in class org.jafer.util.xml.XMLSerializer
 

P

pageG0 - Variable in class org.jafer.record.MARC8Unicode
 
pageG1 - Variable in class org.jafer.record.MARC8Unicode
 
paramMap - Variable in class org.jafer.databeans.JDBC
 
parse(File) - Static method in class org.jafer.util.xml.DOMFactory
 
parse(InputStream) - Static method in class org.jafer.util.xml.DOMFactory
 
parse(Node) - Method in class org.jafer.query.QueryBuilder
Parses the query node before submission.
parse(String) - Static method in class org.jafer.util.xml.DOMFactory
 
parse(URL) - Static method in class org.jafer.util.xml.DOMFactory
 
parseDocument(String) - Method in class org.jafer.conf.Config
 
parseQuery - Variable in class org.jafer.zclient.ZClient
 
parseQuery(Node) - Method in class org.jafer.query.QueryParser
Queries are re-structured according to de Morgan's rules, and are checked for overall structure (do this with a schema in future?).
parseRequest(HttpServletRequest, PrintWriter) - Method in class org.jafer.zserver.AdminServlet
 
password - Variable in class org.jafer.databeans.JDBC
 
password - Variable in class org.jafer.zclient.ZClient
 
password - Variable in class org.jafer.zclient.Session
 
password - Variable in class org.jafer.zserver.authenticate.UserCredentials
 
pduDiagnostic - Variable in class org.jafer.zserver.operations.OperationException
 
pduDriver - Variable in class org.jafer.zclient.Session
 
pduDriver - Variable in class org.jafer.zclient.operations.Search
 
pduDriver - Variable in class org.jafer.zclient.operations.Scan
 
pduDriver - Variable in class org.jafer.zclient.operations.Present
 
pduDriver - Variable in class org.jafer.zclient.operations.Init
 
pduDriver - Variable in class org.jafer.zserver.Session
 
pduDriver - Variable in class org.jafer.zserver.operations.Operation
 
PDUDriver - class org.jafer.util.PDUDriver.
Used by ZClient and ZServer Session for Z39.50 input/output - each session has it's own PDUDriver.
PDUDriver(String, Socket, int) - Constructor for class org.jafer.util.PDUDriver
 
pduRequest - Variable in class org.jafer.zserver.operations.Sort
 
pduRequest - Variable in class org.jafer.zserver.operations.Search
 
pduRequest - Variable in class org.jafer.zserver.operations.Scan
 
pduRequest - Variable in class org.jafer.zserver.operations.Present
 
pduRequest - Variable in class org.jafer.zserver.operations.Init
 
pduRequest - Variable in class org.jafer.zserver.operations.Delete
 
pduResponse - Variable in class org.jafer.zserver.operations.Sort
 
pduResponse - Variable in class org.jafer.zserver.operations.Search
 
pduResponse - Variable in class org.jafer.zserver.operations.Scan
 
pduResponse - Variable in class org.jafer.zserver.operations.Present
 
pduResponse - Variable in class org.jafer.zserver.operations.Init
 
pduResponse - Variable in class org.jafer.zserver.operations.Delete
 
port - Variable in class org.jafer.databeans.JDBCFactory
 
port - Variable in class org.jafer.databeans.JDBC
 
port - Variable in class org.jafer.zclient.ZClientFactory
 
port - Variable in class org.jafer.zclient.ZClient
 
port - Variable in class org.jafer.zclient.Session
 
preferredMessageSize - Variable in class org.jafer.zserver.Session
 
Present - interface org.jafer.interfaces.Present.
Methods for record retrieval
Present - class org.jafer.zclient.operations.Present.
 
Present - class org.jafer.zserver.operations.Present.
Runs a Z39.50 Present on requested resultSet stored in associated Session.
present(int, int, int[], String, String) - Method in class org.jafer.zclient.Session
 
present(int, int, int[], String, String) - Method in class org.jafer.zclient.operations.Present
 
Present(PDU, PDU) - Method in class org.jafer.zserver.operations.Present
 
Present(Session) - Constructor for class org.jafer.zclient.operations.Present
 
Present(Session, PDU) - Constructor for class org.jafer.zserver.operations.Present
 
PresentException - exception org.jafer.zclient.operations.PresentException.
Exception thrown if problems retrieving records
PresentException(int, int, Diagnostic[], String) - Constructor for class org.jafer.zclient.operations.PresentException
 
PresentException(int, int, String) - Constructor for class org.jafer.zclient.operations.PresentException
 
PresentException(int, int, String, Throwable) - Constructor for class org.jafer.zclient.operations.PresentException
 
processAndNode(Node) - Method in class org.jafer.query.QueryParser
 
processAny(Node, ASN1Any) - Method in class org.jafer.record.OPACRecord
 
processConstraintModel(Node) - Method in class org.jafer.query.XMLRPNQuery
 
processElement(NodeList) - Method in class org.jafer.record.GRS1Record
 
processElement(TaggedElement[], Node, Document) - Method in class org.jafer.record.GRS1Record
 
processField(Document, Node, ByteArrayInputStream) - Method in class org.jafer.record.MARCRecord
 
processHoldingsAndCirc(Node, HoldingsAndCircData) - Method in class org.jafer.record.OPACRecord
 
processInsert(String) - Method in class org.jafer.databeans.TDSDatabean
uses settings from superclass:
processInsert(String) - Method in class org.jafer.databeans.JDBC
 
processNode(Node) - Method in class org.jafer.databeans.JDBC
 
processNode(Node) - Method in class org.jafer.query.XMLRPNQuery
 
processNode(Node) - Method in class org.jafer.query.QueryParser
 
processOrNode(Node) - Method in class org.jafer.query.QueryParser
 
processRecord(ByteArrayOutputStream, ByteArrayOutputStream, Node) - Method in class org.jafer.record.MARCRecord
 
processRecord(Document, ASN1External) - Method in class org.jafer.record.SUTRSRecord
 
processRecord(Document, byte[], int, int) - Method in class org.jafer.record.MARCRecord
 
processRecord(Node) - Method in class org.jafer.record.SUTRSRecord
 
processStructure(RPNStructure, QueryBuilder) - Method in class org.jafer.query.XMLRPNQuery
 
purgeThreads() - Method in class org.jafer.zserver.ZServerThread
 
put(Integer, DataObject) - Method in class org.jafer.record.Cache
 

Q

Queriable - interface org.jafer.interfaces.Queriable.
Interface for implementing query building utilities
query - Variable in class org.jafer.databeans.ActiveBean
 
query - Variable in class org.jafer.databeans.JDBC
 
QUERY_XSLT - Static variable in class org.jafer.databeans.JDBC
 
QueryAdaptor - class org.jafer.databeans.QueryAdaptor.
Transforms a query via submitQuery method using templates object (eg.
QueryAdaptor() - Constructor for class org.jafer.databeans.QueryAdaptor
 
QueryAdaptorFactory - class org.jafer.databeans.QueryAdaptorFactory.
Creates a new configured queryAdaptor object (databean)
QueryAdaptorFactory() - Constructor for class org.jafer.databeans.QueryAdaptorFactory
 
queryBuilder - Variable in class org.jafer.test.ServerTest
 
queryBuilder - Variable in class org.jafer.zclient.ZClient
QueryBuilder queryBuilder
QueryBuilder - interface org.jafer.interfaces.QueryBuilder.
Interface for implementing QueryBuilder utility class.
QueryBuilder - class org.jafer.query.QueryBuilder.
Class for building XML representations of queries.
QueryBuilder() - Constructor for class org.jafer.query.QueryBuilder
 
QueryBuilder(String) - Constructor for class org.jafer.query.QueryBuilder
 
queryDocument - Variable in class org.jafer.zclient.ZClient
Document queryDocument
QueryException - exception org.jafer.query.QueryException.
 
QueryException() - Constructor for class org.jafer.query.QueryException
 
QueryException(String) - Constructor for class org.jafer.query.QueryException
 
QueryException(String, Throwable) - Constructor for class org.jafer.query.QueryException
 
QueryParser - class org.jafer.query.QueryParser.
 
QueryParser(QueryBuilder, Document) - Constructor for class org.jafer.query.QueryParser
 
queryString - Variable in class org.jafer.databeans.JDBC
 
queryXSLT - Variable in class org.jafer.databeans.JDBC
 

R

readObject() - Method in class org.jafer.conf.CompressedXMLDecoder
 
readObject(ObjectInputStream) - Method in class org.jafer.interfaces.DatabeanFactory
 
readObject(ObjectInputStream) - Method in class org.jafer.interfaces.Databean
 
readObject(ObjectInputStream) - Method in class org.jafer.interfaces.Authenticate
 
readObject(ObjectInputStream) - Method in class org.jafer.zserver.ZServer
 
readObject(ObjectInputStream) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
reConnect() - Method in class org.jafer.zclient.ZClient
Description of the Method
RECORD_DELIMETER - Static variable in class org.jafer.record.MARCRecord
 
RECORD_DESCRIPTOR_FILE - Static variable in class org.jafer.conf.Config
 
RecordAdaptor - class org.jafer.databeans.RecordAdaptor.
transforms a record via getCurrentRecord method using templates object (eg.
RecordAdaptor() - Constructor for class org.jafer.databeans.RecordAdaptor
 
RecordAdaptorFactory - class org.jafer.databeans.RecordAdaptorFactory.
Creates a new configured recordAdaptor object (databean)
RecordAdaptorFactory() - Constructor for class org.jafer.databeans.RecordAdaptorFactory
 
recordCursor - Variable in class org.jafer.databeans.JDBC
 
recordCursor - Variable in class org.jafer.databeans.DatabeanManager
 
recordCursor - Variable in class org.jafer.zclient.ZClient
 
recordDocument - Variable in class org.jafer.databeans.JDBC
 
RecordException - exception org.jafer.record.RecordException.
 
RecordException(String) - Constructor for class org.jafer.record.RecordException
 
RecordException(String, DataObject) - Constructor for class org.jafer.record.RecordException
 
RecordException(String, Field) - Constructor for class org.jafer.record.RecordException
 
RecordException(String, Throwable) - Constructor for class org.jafer.record.RecordException
 
recordFactory - Variable in class org.jafer.record.Cache
 
recordFactory - Variable in class org.jafer.zclient.ZClient
RecordFactory recordFactory
recordFactory - Static variable in class org.jafer.zserver.operations.Present
 
RecordFactory - class org.jafer.record.RecordFactory.
getBER returns BER object from XML - if necessary, transforms to schema required by record serializer via lookup in Config class.
RecordFactory() - Constructor for class org.jafer.record.RecordFactory
 
recordFragment - Variable in class org.jafer.record.Field
 
recordName - Static variable in class org.jafer.conf.Config
 
recordRoot - Variable in class org.jafer.record.Field
 
recordSchema - Variable in class org.jafer.databeans.JDBC
 
recordSchema - Variable in class org.jafer.databeans.DatabeanManager
 
recordSchema - Variable in class org.jafer.zclient.ZClientFactory
 
recordSchema - Variable in class org.jafer.zclient.ZClient
 
recordSchemas - Variable in class org.jafer.databeans.JDBC
 
recordSerializer - Static variable in class org.jafer.conf.Config
 
recordSerializerTargetSchema - Static variable in class org.jafer.conf.Config
 
recordSyntax - Static variable in class org.jafer.conf.Config
 
recordSyntax - Variable in class org.jafer.zclient.ZClient
 
recordTemplate - Variable in class org.jafer.databeans.JDBC
 
recordTransformations - Static variable in class org.jafer.conf.Config
 
recordTransformDocument - Static variable in class org.jafer.conf.Config
 
refId - Static variable in class org.jafer.zclient.operations.Search
 
remoteAddress - Variable in class org.jafer.zclient.ZClient
 
remoteAddress - Variable in class org.jafer.zserver.AdminServlet
 
removeAllDatabeans() - Method in class org.jafer.zserver.Session
 
removeDatabean(String) - Method in class org.jafer.zserver.Session
 
respClose(PDU) - Method in class org.jafer.util.PDUDriver
 
reStartServer(long) - Method in class org.jafer.zserver.ZServerManager
 
resultSet - Variable in class org.jafer.databeans.JDBC
 
resultSetName - Variable in class org.jafer.zclient.ZClient
 
root - Variable in class org.jafer.record.TermRecord
 
root - Variable in class org.jafer.record.SUTRSRecord
 
root - Variable in class org.jafer.record.OPACRecord
 
root - Variable in class org.jafer.record.MARCRecord
 
root - Variable in class org.jafer.record.GRS1Record
 
root - Variable in class org.jafer.record.DataObject
 
root - Variable in class org.jafer.test.ServerTest
 
run() - Method in class org.jafer.databeans.ActiveBean
 
run() - Method in class org.jafer.zserver.ZServer
 
run() - Method in class org.jafer.zserver.Session
 
run() - Method in class org.jafer.zserver.operations.Operation
 
runOp() - Method in class org.jafer.zserver.operations.Sort
 
runOp() - Method in class org.jafer.zserver.operations.Search
 
runOp() - Method in class org.jafer.zserver.operations.Scan
 
runOp() - Method in class org.jafer.zserver.operations.Present
 
runOp() - Method in class org.jafer.zserver.operations.Operation
 
runOp() - Method in class org.jafer.zserver.operations.Init
 
runOp() - Method in class org.jafer.zserver.operations.Delete
 

S

save(String) - Method in class org.jafer.zserver.ZServerManager
 
saveQuery(String) - Method in class org.jafer.databeans.JDBC
 
saveQuery(String) - Method in class org.jafer.databeans.DatabeanManager
 
saveQuery(String) - Method in class org.jafer.databeans.Adaptor
 
saveQuery(String) - Method in interface org.jafer.interfaces.Search
 
saveQuery(String) - Method in class org.jafer.zclient.ZClient
Description of the Method
Scan - interface org.jafer.interfaces.Scan.
Methods for implementing keyword and term retrieval
Scan - class org.jafer.zclient.operations.Scan.
 
Scan - class org.jafer.zserver.operations.Scan.
Runs a Z39.50 Scan - not implemented yet - java.lang.UnsupportedOperationException
Scan(Session) - Constructor for class org.jafer.zclient.operations.Scan
 
Scan(Session, PDU) - Constructor for class org.jafer.zserver.operations.Scan
 
scan(String[], int, int, int, Node) - Method in class org.jafer.zclient.Session
 
scan(String[], int, int, int, Node) - Method in class org.jafer.zclient.operations.Scan
 
scan(String[], int, int, int, Object) - Method in class org.jafer.zclient.Session
 
scan(String[], int, int, int, Object) - Method in class org.jafer.zclient.operations.Scan
 
schema - Variable in class org.jafer.databeans.JDBCFactory
 
schema - Variable in class org.jafer.record.DataObject
 
Search - interface org.jafer.interfaces.Search.
Methods for searching
Search - class org.jafer.zclient.operations.Search.
 
Search - class org.jafer.zserver.operations.Search.
Runs a Z39.50 search on database(s) - resultSets stored in associated Session.
SEARCH_PROFILES_FILE - Static variable in class org.jafer.conf.Config
 
search() - Method in class org.jafer.databeans.JDBC
Executes search on database using current query.
search() - Method in class org.jafer.zclient.ZClient
search
search(Node, String[], String) - Method in class org.jafer.zclient.Session
 
search(Node, String[], String) - Method in class org.jafer.zclient.operations.Search
 
search(Object, String[], String) - Method in class org.jafer.zclient.Session
 
search(Object, String[], String) - Method in class org.jafer.zclient.operations.Search
 
search(RPNQuery, String[], String) - Method in class org.jafer.zserver.operations.Search
 
Search(Session) - Constructor for class org.jafer.zclient.operations.Search
 
Search(Session, PDU) - Constructor for class org.jafer.zserver.operations.Search
 
searchProfile - Variable in class org.jafer.zclient.ZClient
 
searchProfileName - Static variable in class org.jafer.conf.Config
 
searchProfileSyntax - Static variable in class org.jafer.conf.Config
 
selectNode(Node, String) - Method in class org.jafer.databeans.JDBC
 
selectNodeList(Node, String) - Static method in class org.jafer.conf.Config
 
selectSingleNode(Node, String) - Static method in class org.jafer.conf.Config
 
sendPDU(PDU) - Method in class org.jafer.util.PDUDriver
 
sendPDU(PDU) - Method in class org.jafer.zserver.operations.Operation
 
SerializationException - exception org.jafer.zclient.SerializationException.
 
SerializationException() - Constructor for class org.jafer.zclient.SerializationException
Creates new SerializationException with null as its detail message.
SerializationException(String) - Constructor for class org.jafer.zclient.SerializationException
Creates new SerializationException with the specified detail message.
SerializationException(String, Throwable) - Constructor for class org.jafer.zclient.SerializationException
Creates new SerializationException with the specified detail message and cause
SerializationException(Throwable) - Constructor for class org.jafer.zclient.SerializationException
Constructs a new exception with the specified cause and a detail message of (cause == null ? null : cause.toString()) which typically contains the class and detail message of cause).
serialize(ZClient) - Method in class org.jafer.zclient.ZClientFactory
Serializes the ZClient object
SERVER_CONFIG_FILE - Static variable in class org.jafer.conf.Config
 
SERVER_DECODE_FILE - Static variable in class org.jafer.conf.Config
 
SERVER_ENCODE_FILE - Static variable in class org.jafer.conf.Config
 
servers - Variable in class org.jafer.zserver.ZServerManager
 
serverSocket - Variable in class org.jafer.zserver.ZServer
 
ServerStart - class org.jafer.test.ServerStart.
Test class for starting server/s without Servlet Admin inteface.
Uses settings in org.jafer.conf.server.xml
ServerStart() - Constructor for class org.jafer.test.ServerStart
 
ServerTest - class org.jafer.test.ServerTest.
Test class for testing server.
Starts server (using settings in org.jafer.conf.server.xml), and uses a client to do a search on "127.0.0.1".
First 10 results are serialized to: user directory/results.xml.

Edit and re-compile to change server settings and other options.
ServerTest() - Constructor for class org.jafer.test.ServerTest
 
session - Variable in class org.jafer.zclient.ZClient
Session session
session - Variable in class org.jafer.zclient.operations.Search
 
session - Variable in class org.jafer.zclient.operations.Scan
 
session - Variable in class org.jafer.zclient.operations.Present
 
session - Variable in class org.jafer.zclient.operations.Init
 
session - Variable in class org.jafer.zserver.operations.Operation
 
Session - class org.jafer.zclient.Session.
Manages a zclient session and sets up connection with zserver using org.jafer.util.PDUDriver.
Session - class org.jafer.zserver.Session.
Sets up session and waits for request PDUs.
SESSION_TIMEOUT - Static variable in class org.jafer.zserver.ZServerManager
 
Session(Socket, int, DatabeanFactory, Authenticate) - Constructor for class org.jafer.zserver.Session
 
Session(String, int, int) - Constructor for class org.jafer.zclient.Session
 
sessionId - Static variable in class org.jafer.zclient.Session
 
sessionName - Variable in class org.jafer.util.PDUDriver
 
sessionTimeout - Variable in class org.jafer.zserver.ZServer
 
setAllDatabases(String[]) - Method in class org.jafer.databeans.DatabeanManager
 
setAnonymous(boolean) - Method in class org.jafer.zserver.authenticate.BasicAuthenticate
 
setAttempts(int) - Method in class org.jafer.zclient.ZClient
Sets the reTry attribute of the ZClient object
setAuthenticate(Authenticate) - Method in class org.jafer.zserver.ZServer
 
setAuthenticated(String, String, String) - Method in class org.jafer.zserver.Session
 
setAutoReconnect(int) - Method in interface org.jafer.interfaces.Connection
Set autoreconnect setting
setAutoReconnect(int) - Method in class org.jafer.zclient.ZClient
Sets the autoReconnect attribute of the ZClient object
setBindingAddress(String) - Method in class org.jafer.zserver.ZServer
 
setBindingPort(int) - Method in class org.jafer.zserver.ZServer
 
setCache(Cache) - Method in class org.jafer.zclient.ZClient
 
setCheckRecordFormat(boolean) - Method in class org.jafer.databeans.JDBC
 
setCheckRecordFormat(boolean) - Method in class org.jafer.databeans.DatabeanManager
 
setCheckRecordFormat(boolean) - Method in class org.jafer.databeans.Adaptor
 
setCheckRecordFormat(boolean) - Method in interface org.jafer.interfaces.Present
Throw exception is record schema not preferred schema
setCheckRecordFormat(boolean) - Method in class org.jafer.zclient.ZClient
Sets the checkRecordFormat attribute of the ZClient object
setClassName(String) - Method in class org.jafer.databeans.JDBCFactory
 
setClientInfo(String) - Method in class org.jafer.zserver.Session
 
setClientVersion(int) - Method in class org.jafer.zserver.Session
 
setColumnName(String) - Method in class org.jafer.databeans.JDBC
 
setConcurrent(boolean) - Method in class org.jafer.zserver.Session
 
setContext(ServletContext) - Method in class org.jafer.zserver.util.ContextListener
 
setContextInitialized(boolean) - Method in class org.jafer.zserver.util.ContextListener
 
setControlPage(String) - Method in class org.jafer.record.MARC8Unicode
 
setControlPageId(String) - Method in class org.jafer.record.MARC8Unicode
 
setCurrentG0PageId(String) - Method in class org.jafer.record.MARC8Unicode
 
setCurrentG1PageId(String) - Method in class org.jafer.record.MARC8Unicode
 
setDatabases(String) - Method in class org.jafer.databeans.JDBC
Method doesn't do anything.
setDatabases(String) - Method in class org.jafer.databeans.DatabeanManager
 
setDatabases(String) - Method in class org.jafer.databeans.Adaptor
 
setDatabases(String) - Method in interface org.jafer.interfaces.Search
Set database to search
setDatabases(String) - Method in class org.jafer.zclient.ZClient
Sets the Databases attribute of the ZClient object
setDatabases(String[]) - Method in class org.jafer.databeans.JDBCFactory
get and setDatabases() properties not used, database name loaded from JDBC XML config.
setDatabases(String[]) - Method in class org.jafer.databeans.JDBC
Method doesn't do anything.
setDatabases(String[]) - Method in class org.jafer.databeans.DatabeanManager
 
setDatabases(String[]) - Method in class org.jafer.databeans.Adaptor
 
setDatabases(String[]) - Method in interface org.jafer.interfaces.Search
Set databases to search
setDatabases(String[]) - Method in class org.jafer.zclient.ZClientFactory
 
setDatabases(String[]) - Method in class org.jafer.zclient.ZClient
Sets the Databases attribute of the ZClient object
setDatabean(Databean) - Method in class org.jafer.databeans.ActiveBean
 
setDatabean(Databean) - Method in class org.jafer.databeans.Adaptor
 
setDatabean(String, Object) - Method in class org.jafer.zserver.Session
 
setDatabeanFactories(DatabeanFactory[]) - Method in class org.jafer.databeans.DatabeanManagerFactory
 
setDatabeanFactories(Hashtable) - Method in class org.jafer.databeans.DatabeanManager
 
setDatabeanFactory(DatabeanFactory) - Method in class org.jafer.databeans.AdaptorFactory
 
setDatabeanFactory(DatabeanFactory) - Method in class org.jafer.zserver.ZServer
 
setDataCacheSize(int) - Method in interface org.jafer.interfaces.Cache
Set the size of the internal cache
setDataCacheSize(int) - Method in class org.jafer.zclient.ZClient
Sets the DataCacheSize attribute of the ZClient object
setDefaults() - Method in class org.jafer.zclient.ZClient
sets/checks default properties of the ZClient object
setDocument(Document) - Method in class org.jafer.zclient.ZClient
 
setElementSpec(String) - Method in class org.jafer.databeans.JDBC
 
setElementSpec(String) - Method in class org.jafer.databeans.DatabeanManager
 
setElementSpec(String) - Method in class org.jafer.databeans.Adaptor
 
setElementSpec(String) - Method in interface org.jafer.interfaces.Present
Set element specification for record retrieval
setElementSpec(String) - Method in class org.jafer.zclient.ZClient
Sets the ElementSpec attribute of the ZClient object
setEncoding(char) - Method in class org.jafer.record.MARCRecord
 
setEncoding(String) - Method in class org.jafer.record.MARCRecord
 
setESC(boolean) - Method in class org.jafer.record.MARC8Unicode
 
setExceptionalRecordSize(int) - Method in class org.jafer.zserver.Session
 
setFetchSize(int) - Method in class org.jafer.databeans.JDBC
 
setFetchSize(int) - Method in interface org.jafer.interfaces.Cache
Set the size of the prefetch buffer
setFetchSize(int) - Method in class org.jafer.zclient.ZClient
Sets the fetchSize attribute of the ZClient object
setFetchSize(String) - Method in class org.jafer.databeans.JDBC
 
setFetchView(double) - Method in interface org.jafer.interfaces.Cache
Set the prefetch buffer behaviour
setFetchView(double) - Method in class org.jafer.zclient.ZClient
Sets the FetchView attribute of the ZClient object
setG0Page(int) - Method in class org.jafer.record.MARC8Unicode
 
setG0Page(String) - Method in class org.jafer.record.MARC8Unicode
 
setG0PageId(String) - Method in class org.jafer.record.MARC8Unicode
 
setG1Page(int) - Method in class org.jafer.record.MARC8Unicode
 
setG1Page(String) - Method in class org.jafer.record.MARC8Unicode
 
setG1PageId(String) - Method in class org.jafer.record.MARC8Unicode
 
setGroup(String) - Method in interface org.jafer.interfaces.Authentication
Set group name for accessing the data source
setGroup(String) - Method in class org.jafer.zclient.ZClient
 
setGroup(String) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
setHost(String) - Method in class org.jafer.databeans.JDBCFactory
 
setHost(String) - Method in class org.jafer.databeans.JDBC
 
setHost(String) - Method in interface org.jafer.interfaces.Z3950Connection
Z39.50 Host address
setHost(String) - Method in class org.jafer.zclient.ZClientFactory
 
setHost(String) - Method in class org.jafer.zclient.ZClient
Sets the Host attribute of the ZClient object
setIpAddress(String) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
setIpAddressMask(String) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
setLimits(int, int) - Method in class org.jafer.databeans.ActiveBean
 
setLoggerLevel(Level) - Method in class org.jafer.zserver.ZServerManager
 
setLoggerLevel(String[]) - Method in class org.jafer.zserver.AdminServlet
 
setManager(ZServerManager) - Static method in class org.jafer.zserver.ZServerManager
 
setMode(String) - Method in class org.jafer.databeans.DatabeanManagerFactory
 
setMode(String) - Method in class org.jafer.databeans.DatabeanManager
 
setMultiByte(boolean) - Method in class org.jafer.record.MARC8Unicode
 
setName(String) - Method in class org.jafer.databeans.DatabeanManager
 
setName(String) - Method in class org.jafer.interfaces.DatabeanFactory
 
setName(String, String, String) - Method in class org.jafer.zclient.Session
 
setNumberOfRequestRecords(int) - Method in class org.jafer.zclient.ZClient
Sets the numberOfRequestRecords attribute of the ZClient object
setNumberOfResults(int) - Method in class org.jafer.zclient.ZClient
Sets the nResults attribute of the ZClient object
setPageG0(boolean) - Method in class org.jafer.record.MARC8Unicode
 
setPageG1(boolean) - Method in class org.jafer.record.MARC8Unicode
 
setParseQuery(boolean) - Method in class org.jafer.databeans.JDBC
 
setParseQuery(boolean) - Method in class org.jafer.databeans.DatabeanManager
 
setParseQuery(boolean) - Method in class org.jafer.databeans.Adaptor
 
setParseQuery(boolean) - Method in interface org.jafer.interfaces.Search
 
setParseQuery(boolean) - Method in class org.jafer.zclient.ZClient
Sets the parseQuery attribute of the ZClient object
setPassword(String) - Method in interface org.jafer.interfaces.Authentication
Set password for accessing the datasource
setPassword(String) - Method in class org.jafer.zclient.ZClient
Sets the password attribute of the ZClient object
setPassword(String) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
setPDUDriver(PDUDriver) - Method in class org.jafer.zclient.Session
 
setPDUDriver(PDUDriver) - Method in class org.jafer.zserver.Session
 
setPort(int) - Method in class org.jafer.databeans.JDBCFactory
 
setPort(int) - Method in class org.jafer.databeans.JDBC
 
setPort(int) - Method in interface org.jafer.interfaces.Z3950Connection
Set Z39.50 datasource IP port
setPort(int) - Method in class org.jafer.zclient.ZClientFactory
 
setPort(int) - Method in class org.jafer.zclient.ZClient
Sets the Port attribute of the ZClient object
setPreferredMessageSize(int) - Method in class org.jafer.zserver.Session
 
setQuery(Node) - Method in class org.jafer.databeans.ActiveBean
 
setQuery(Node) - Method in class org.jafer.zclient.ZClient
Sets the query attribute of the ZClient object
setQueryBuilder(QueryBuilder) - Method in class org.jafer.zclient.ZClient
Description of the Method
setQueryDocument(Document) - Method in class org.jafer.zclient.ZClient
 
setQueryString(boolean) - Method in class org.jafer.databeans.JDBC
Transforms XML query to SQL string via stylesheet.
setRecordCursor(int) - Method in class org.jafer.databeans.JDBC
 
setRecordCursor(int) - Method in class org.jafer.databeans.DatabeanManager
 
setRecordCursor(int) - Method in class org.jafer.databeans.Adaptor
 
setRecordCursor(int) - Method in interface org.jafer.interfaces.Present
Set the current record cursor
setRecordCursor(int) - Method in class org.jafer.zclient.ZClient
Sets the RecordCursor attribute of the ZClient object
setRecordFactory(RecordFactory) - Method in class org.jafer.zclient.ZClient
 
setRecordFormat(int[]) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setRecordFormatName(String) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setRecordMap(Hashtable) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setRecordSchema(String) - Method in class org.jafer.databeans.JDBCFactory
 
setRecordSchema(String) - Method in class org.jafer.databeans.JDBC
Sets record format to produce, using schema name.
If a template is not available, uses default record format set in config.xml, or last schema set successfully.
setRecordSchema(String) - Method in class org.jafer.databeans.DatabeanManager
 
setRecordSchema(String) - Method in class org.jafer.databeans.Adaptor
 
setRecordSchema(String) - Method in interface org.jafer.interfaces.Present
Set current prefered record schema
setRecordSchema(String) - Method in class org.jafer.zclient.ZClientFactory
 
setRecordSchema(String) - Method in class org.jafer.zclient.ZClient
 
setRecordSchemas() - Method in class org.jafer.databeans.JDBC
 
setRecordTemplate(String) - Method in class org.jafer.databeans.JDBC
 
setRemoteAddress(String) - Method in interface org.jafer.interfaces.Logging
Set ip address to record in log for this bean
setRemoteAddress(String) - Method in class org.jafer.zclient.ZClient
Sets the remoteAddress attribute of the ZClient object (for Servlets)
setRemoteAddress(String) - Method in class org.jafer.zserver.AdminServlet
 
setResultSetName(String) - Method in class org.jafer.databeans.JDBC
 
setResultSetName(String) - Method in class org.jafer.databeans.DatabeanManager
 
setResultSetName(String) - Method in class org.jafer.databeans.Adaptor
 
setResultSetName(String) - Method in interface org.jafer.interfaces.Search
 
setResultSetName(String) - Method in class org.jafer.zclient.ZClient
Sets the resultSetName attribute of the ZClient object
setSearchProfile(String) - Method in class org.jafer.databeans.JDBC
 
setSearchProfile(String) - Method in class org.jafer.databeans.DatabeanManager
 
setSearchProfile(String) - Method in class org.jafer.databeans.Adaptor
 
setSearchProfile(String) - Method in interface org.jafer.interfaces.Search
 
setSearchProfile(String) - Method in class org.jafer.zclient.ZClient
Sets the SearchProfile attribute of the ZClient object
setSession(Session) - Method in class org.jafer.zclient.ZClient
 
setSessionTimeout(int) - Method in class org.jafer.zserver.ZServer
 
setSourceSchema(String) - Method in class org.jafer.databeans.AdaptorFactory
 
setSourceSchema(String) - Method in class org.jafer.databeans.Adaptor
 
setStartRecordNumber(int) - Method in class org.jafer.zclient.ZClient
sets startRecordNumber for Present
setStartTime(long) - Method in class org.jafer.zserver.ZServerThread
 
setStopped(boolean) - Method in class org.jafer.zserver.ZServerThread
 
setStopping(boolean) - Method in class org.jafer.zserver.ZServerThread
 
setStyleSheetMap(Hashtable) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setTableName(String) - Method in class org.jafer.databeans.JDBC
 
setTargetSchema(String) - Method in class org.jafer.databeans.AdaptorFactory
 
setTargetSchema(String) - Method in class org.jafer.databeans.Adaptor
 
setThreadName(String) - Method in class org.jafer.zserver.ZServerThread
 
setThreads(Vector) - Method in class org.jafer.zserver.ZServerThread
 
setTimeout(int) - Method in interface org.jafer.interfaces.Connection
Set connection timeout
setTimeout(int) - Method in class org.jafer.zclient.ZClient
Sets the timeout attribute of the ZClient object
setTransform(String) - Method in class org.jafer.databeans.AdaptorFactory
 
setTransform(Templates) - Method in class org.jafer.databeans.Adaptor
 
setTransformParams() - Method in class org.jafer.databeans.JDBC
 
setTransformXMLRecords(boolean) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setUsername(String) - Method in interface org.jafer.interfaces.Authentication
Set username for access to the data source
setUsername(String) - Method in class org.jafer.zclient.ZClient
Sets the username attribute of the ZClient object
setUsername(String) - Method in class org.jafer.zserver.authenticate.UserCredentials
 
setUsers(UserCredentials[]) - Method in class org.jafer.zserver.authenticate.BasicAuthenticate
 
setXMLCacheSize(int) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
setXMLRecords(boolean) - Method in interface org.jafer.interfaces.Deprecated
Deprecated. Replaced by RecordDescriptors
shutDown() - Static method in class org.jafer.zserver.ZServerManager
 
shutDown(long) - Static method in class org.jafer.zserver.ZServerManager
 
socket - Variable in class org.jafer.util.PDUDriver
 
socket - Variable in class org.jafer.zclient.Session
 
socket - Variable in class org.jafer.zserver.Session
 
Sort - interface org.jafer.interfaces.Sort.
Interface implementing Sort methods
Sort - class org.jafer.zserver.operations.Sort.
Runs a Z39.50 Sort - not implemented yet - throws java.lang.UnsupportedOperationException
Sort(Session, PDU) - Constructor for class org.jafer.zserver.operations.Sort
 
sourceSchema - Variable in class org.jafer.databeans.AdaptorFactory
 
sourceSchema - Variable in class org.jafer.databeans.Adaptor
 
src - Variable in class org.jafer.util.PDUDriver
 
start() - Method in class org.jafer.test.ServerTest
 
start() - Method in class org.jafer.zserver.ZServer
 
start() - Method in class org.jafer.zserver.operations.Operation
 
startRecordNumber - Variable in class org.jafer.zclient.ZClient
 
startServer() - Method in class org.jafer.zserver.ZServerManager
 
startServer(int) - Method in class org.jafer.zserver.ZServerManager
 
startServer(String[]) - Method in class org.jafer.zserver.AdminServlet
 
startThread(Thread) - Method in class org.jafer.zserver.ZServerThread
 
startTime - Variable in class org.jafer.zserver.ZServerThread
 
startUp() - Static method in class org.jafer.zserver.ZServerManager
 
state - Variable in class org.jafer.zserver.ZServerThread
 
STATE_RUNNING - Static variable in class org.jafer.zserver.ZServerThread
 
STATE_STOPPED - Static variable in class org.jafer.zserver.ZServerThread
 
STATE_STOPPING - Static variable in class org.jafer.zserver.ZServerThread
 
status - Variable in class org.jafer.zclient.operations.PresentException
 
status - Variable in class org.jafer.zserver.operations.Delete
 
STOP_TIMEOUT - Static variable in class org.jafer.zserver.ZServerManager
 
stopped - Variable in class org.jafer.zserver.ZServerThread
 
stopping - Variable in class org.jafer.zserver.ZServerThread
 
stopServer(long) - Method in class org.jafer.zserver.ZServerManager
 
stopServer(long, int) - Method in class org.jafer.zserver.ZServerManager
 
stopServer(long, String[]) - Method in class org.jafer.zserver.AdminServlet
 
stopSession() - Method in class org.jafer.zserver.ZServerManager
 
stopSession(int) - Method in class org.jafer.zserver.ZServerManager
 
stopSession(long) - Method in class org.jafer.zserver.ZServerManager
 
stopSession(long, int) - Method in class org.jafer.zserver.ZServerManager
 
stopSession(long, String[]) - Method in class org.jafer.zserver.AdminServlet
 
styleSheetPath - Variable in class org.jafer.databeans.AdaptorFactory
 
SUBFIELD_DELIMETER - Static variable in class org.jafer.record.MARCRecord
 
submitQuery(Node) - Method in class org.jafer.databeans.TDSDatabean
 
submitQuery(Node) - Method in class org.jafer.databeans.QueryAdaptor
 
submitQuery(Node) - Method in class org.jafer.databeans.MySQLDatabean
 
submitQuery(Node) - Method in class org.jafer.databeans.JDBC
 
submitQuery(Node) - Method in class org.jafer.databeans.DatabeanManager
 
submitQuery(Node) - Method in class org.jafer.databeans.Adaptor
 
submitQuery(Node) - Method in interface org.jafer.interfaces.Search
Send query in XML form
submitQuery(Node) - Method in class org.jafer.zclient.ZClient
Description of the Method
SUBSCRIPT - Static variable in class org.jafer.record.MARC8Unicode
 
SUPERSCRIPT - Static variable in class org.jafer.record.MARC8Unicode
 
SUTRSRecord - class org.jafer.record.SUTRSRecord.
 
SUTRSRecord(String, BEREncoding) - Constructor for class org.jafer.record.SUTRSRecord
 
SUTRSRecord(String, Node) - Constructor for class org.jafer.record.SUTRSRecord
 
syntax - Variable in class org.jafer.record.DataObject
 

T

tableNames - Variable in class org.jafer.databeans.JDBC
 
targetInfo - Variable in class org.jafer.zclient.Session
 
targetInfo - Variable in class org.jafer.zclient.operations.Init
 
targetSchema - Variable in class org.jafer.databeans.AdaptorFactory
 
targetSchema - Variable in class org.jafer.databeans.Adaptor
 
targetVersion - Variable in class org.jafer.zclient.Session
 
targetVersion - Variable in class org.jafer.zclient.operations.Init
 
TDSDatabean - class org.jafer.databeans.TDSDatabean.
 
TDSDatabean() - Constructor for class org.jafer.databeans.TDSDatabean
 
template - Variable in class org.jafer.databeans.Adaptor
 
templatesMap - Static variable in class org.jafer.record.RecordFactory
 
termInfo - Variable in class org.jafer.record.TermRecord
 
TermRecord - class org.jafer.record.TermRecord.
 
TermRecord(BEREncoding) - Constructor for class org.jafer.record.TermRecord
 
TestClient - class org.jafer.test.TestClient.
Test class which can be used for testing client, or for testing server.
Default setting does a search at "127.0.0.1", port 211 with query:
title = shindig AND (author = Wright OR author = Aldridge)
A maximum of 10 results have name and title displayed.

Edit and re-compile to change server settings and other options.
TestClient() - Constructor for class org.jafer.test.TestClient
 
tFactory - Static variable in class org.jafer.util.xml.XMLTransformer
 
thread - Variable in class org.jafer.zserver.ZServer
 
threads - Variable in class org.jafer.zserver.ZServerThread
 
timeout - Variable in class org.jafer.zclient.ZClient
 
timeout - Variable in class org.jafer.zclient.Session
 
TIMEOUT - Static variable in class org.jafer.zclient.ZClient
int TIMEOUT
toFieldArray(NodeList) - Method in class org.jafer.record.Field
 
toMARC8(String) - Method in class org.jafer.record.MARC8Unicode
 
toMultiByte(String) - Method in class org.jafer.record.MARC8Unicode
 
toSerializer - Static variable in class org.jafer.record.RecordFactory
 
toString() - Method in class org.jafer.record.TermRecord
 
toString() - Method in class org.jafer.record.GRS1Record
 
toString() - Method in class org.jafer.record.Diagnostic
 
totalRecords - Variable in class org.jafer.databeans.DatabeanManager
 
toUnicode(String) - Method in class org.jafer.record.MARC8Unicode
 
transform(Map, Node, File) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Map, Node, String) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Map, Node, URL) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, File) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, String) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, Templates) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, Transformer) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, Transformer, OutputStream) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, Transformer, Writer) - Static method in class org.jafer.util.xml.XMLTransformer
 
transform(Node, URL) - Static method in class org.jafer.util.xml.XMLTransformer
 
transformOutput(Node, URL, Map, OutputStream) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformOutput(Node, URL, Map, String) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformOutput(Node, URL, Map, Writer) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformOutput(Node, URL, OutputStream) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformOutput(Node, URL, String) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformOutput(Node, URL, Writer) - Static method in class org.jafer.util.xml.XMLSerializer
 
transformRecord(Element, String) - Method in class org.jafer.databeans.RecordAdaptor
 
transformRecord(Node, int[], String, boolean) - Method in class org.jafer.record.RecordFactory
 
tree - Variable in class org.jafer.util.xml.XMLTree
 
tryGetLock() - Method in class org.jafer.zserver.util.Lock
 

U

UNICODE_UNKNOWN - Static variable in class org.jafer.record.MARC8Unicode
 
unicodeKeyCharacterSets - Static variable in class org.jafer.record.MARC8Unicode
 
unicodeUnknown - Variable in class org.jafer.record.MARC8Unicode
 
UserCredentials - class org.jafer.zserver.authenticate.UserCredentials.
 
UserCredentials() - Constructor for class org.jafer.zserver.authenticate.UserCredentials
 
userIP - Variable in class org.jafer.zclient.ZClient
 
userLookup - Variable in class org.jafer.zserver.authenticate.BasicAuthenticate
 
username - Variable in class org.jafer.databeans.JDBC
 
username - Variable in class org.jafer.zclient.ZClient
 
username - Variable in class org.jafer.zclient.Session
 
username - Variable in class org.jafer.zserver.authenticate.UserCredentials
 
users - Variable in class org.jafer.zserver.authenticate.BasicAuthenticate
 
UTF8 - Static variable in class org.jafer.record.MARCRecord
 
UTF8_ENCODING - Static variable in class org.jafer.record.MARCRecord
 

W

waitClosePDU() - Method in class org.jafer.util.PDUDriver
 
waitForPDU() - Method in class org.jafer.util.PDUDriver
 
waitForThreads(long) - Method in class org.jafer.zserver.ZServerThread
 
waiting - Variable in class org.jafer.zserver.util.Lock
 
windowClosing(WindowEvent) - Method in class org.jafer.util.xml.XMLTree.WindowCloser
 
write(ByteArrayOutputStream, int, int) - Method in class org.jafer.record.MARCRecord
 
write(ByteArrayOutputStream, String) - Method in class org.jafer.record.MARCRecord
 
writeObject(ObjectOutputStream) - Method in class org.jafer.interfaces.DatabeanFactory
 
writeObject(ObjectOutputStream) - Method in class org.jafer.interfaces.Databean
 
writeObject(ObjectOutputStream) - Method in class org.jafer.interfaces.Authenticate
 
writeObject(ObjectOutputStream) - Method in class org.jafer.zserver.ZServer
 
writeObject(ObjectOutputStream) - Method in class org.jafer.zserver.authenticate.UserCredentials
 

X

xmlCache - Variable in class org.jafer.record.Cache
 
XMLRPNQuery - class org.jafer.query.XMLRPNQuery.
 
XMLRPNQuery() - Constructor for class org.jafer.query.XMLRPNQuery
 
XMLSerializer - class org.jafer.util.xml.XMLSerializer.
Provides methods for serializing xml to a file, stream or writer.
XMLSerializer() - Constructor for class org.jafer.util.xml.XMLSerializer
 
XMLTransformer - class org.jafer.util.xml.XMLTransformer.
Provides methods for transforming xml using a templates object or by specifying a file, or URL for the styleSheet.
XMLTransformer() - Constructor for class org.jafer.util.xml.XMLTransformer
 
XMLTree - class org.jafer.util.xml.XMLTree.
 
XMLTree.WindowCloser - class org.jafer.util.xml.XMLTree.WindowCloser.
 
XMLTree.WindowCloser() - Constructor for class org.jafer.util.xml.XMLTree.WindowCloser
 
XMLTree(Node) - Constructor for class org.jafer.util.xml.XMLTree
 
xPathAPI - Static variable in class org.jafer.conf.Config
 

Z

Z3950Connection - interface org.jafer.interfaces.Z3950Connection.
Methods for connecting to Z39.50 datasources
ZClient - class org.jafer.zclient.ZClient.
 
ZClient() - Constructor for class org.jafer.zclient.ZClient
Empty Constructor for the ZClient object
ZClientFactory - class org.jafer.zclient.ZClientFactory.
 
ZClientFactory() - Constructor for class org.jafer.zclient.ZClientFactory
Constructor for the ZClient object
ZServer - class org.jafer.zserver.ZServer.
Creates serverSocket and waits for connections.
ZServer() - Constructor for class org.jafer.zserver.ZServer
 
zServerManager - Static variable in class org.jafer.zserver.ZServerManager
 
ZServerManager - class org.jafer.zserver.ZServerManager.
Sets up and manages servers (configured via org.jafer.conf.server.xml).
ZServerManager() - Constructor for class org.jafer.zserver.ZServerManager
 
ZServerThread - class org.jafer.zserver.ZServerThread.
Enables thread management (live threads stored in vector) and recursive halt of childThreads
ZServerThread(String) - Constructor for class org.jafer.zserver.ZServerThread
 

A B C D E F G H I J K L M N O P Q R S T U W X Z