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

Quick Search    Search Deep

com.k_int.IR.* (74)com.k_int.OpenRequest.* (404)com.k_int.codec.* (141)
com.k_int.gen.* (1315)com.k_int.hss.* (7)com.k_int.jzkit.* (1)
com.k_int.test.* (14)com.k_int.util.* (47)com.k_int.z3950.* (31)

Package Samples:

com.k_int.gen.AsnUseful
com.k_int.codec.comp
com.k_int.codec.util
com.k_int.codec.runtime
com.k_int.IR.Syntaxes.Conversion
com.k_int.IR.Syntaxes
com.k_int.IR
com.k_int.gen.AccessControlFormat_des_1
com.k_int.gen.AccessControlFormat_krb_1
com.k_int.gen.AccessControlFormat_prompt_1
com.k_int.gen.DiagnosticFormatDiag1
com.k_int.gen.ESFormat_ExportInvocation
com.k_int.gen.ESFormat_ExportSpecification
com.k_int.gen.ESFormat_ItemOrder
com.k_int.gen.ESFormat_PeriodicQuerySchedule
com.k_int.gen.ESFormat_PersistentQuery
com.k_int.gen.ESFormat_PersistentResultSet
com.k_int.gen.ESFormat_Update0
com.k_int.gen.ElementSpecificationFormat_eSpec_1
com.k_int.gen.RecordSyntax_ESTaskPackage

Classes:

HeterogeneousSetOfSearchable: HeterogeneousSetOfSearchable is a realisation of the com.k_int.IR.searchable interface that deals with collecting together a Heterogeneous group of objects all themselves implementing the Searchable interface. It is the responsiblilty of this class to distribute a query to each of the Searchable objects that might be identified by the hints parameter in the IRQuery object passed to the evaluateQuery method
IndirectFormatProperty: IndirectFormatProperty: Used when a client wants to ask for (for example) Full records, but is unsure what element set name a rsource uses to identify such records, or when a client is unsure what record syntax to use, for example "default_record_schema" should be resolved as a property into whatever the server actually uses.
ParseException: This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
Searchable: Searchable is the core interface of the IRLayer in JZKit. Objects implementing this interface can take part in search operations and potentially be managed as one of a group of resources against which a query is being evaluated. Search results may themselves implement the searchable interface.
ReadAheadEnumeration: Enumerate the result records from an InformationFragmentSource. As normal FragmentSourceEnumeration, but caches chunks of records as presented by target. E.G. Fetch chunk_size rows, getNext returns 1,2,3,4... on 11, calls fetch again. And don't I wish I called it iterator instead....
InformationFragment: InformationFragment: An interface that describes an object able to participate in a retrieval operation. Ideally, objects implementing this class will make the job of dealing with heterogeneous result items ( XML, GRS & Marc records, SUTRS, etc) eaiser.
DefaultSearchable: DefaultSearchable : A default implementation of the searchable interface that contains reusable code for the event notification framework, leaving the developer just to override the evaluate query and other abstract functons.
iso2709Builder: Send a request message. In this test suite we are creating a new end user request object and adding a single responder to the rota. We then action the end user request to activate the rota and expect the message to be sent.
AssocDestructionTest: Send a request message. In this test suite we are creating a new end user request object and adding a single responder to the rota. We then action the end user request to activate the rota and expect the message to be sent.
AssocTest: Send a request message. In this test suite we are creating a new end user request object and adding a single responder to the rota. We then action the end user request to activate the rota and expect the message to be sent.
CCLToRPNParser: Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation. N.B. This class needs some work... It's still quite clunky and not too intuitive...
AggregateFragmentSource: AggregateFragmentSource. Object used in conunction with HeterogeneousSetOfSearchable object to track the progress of a specific HSS query and provide access to it's results (And component searches)
ProxyFragment: ProxyFragment: A Fragment created when several result sets are merged. This fragment contains information about the original source of the record, and may cache different formats of the record.
HSSSearchTask: HSSSearchTask Object used in conunction with HeterogeneousSetOfSearchable object to track the progress of a specific HSS query and provide access to it's results (And component searches)
SynchronousOriginBean: SynchronousOriginBean : A Z3950 session that trys to behave as a synchronous local resource. IE Z39.50 Requests wait for their corresponding response before returning (Or time out)
ISOForwardNotificationMessageFactory: Create an ISO ILL Shipped Message. This class will construct an iso ill shipped message in a variety of different situations according to the supplied parameters.
ISOShippedMessageFactory: Create an ISO ILL Shipped Message. This class will construct an iso ill shipped message in a variety of different situations according to the supplied parameters.
APDUAdapter: APDUAdapter : Blank implemenration of ADPUListener interface methods allows easier construction of anonymous classes.
TargetAPDUAdapter: APDUAdapter : Blank implemenration of ADPUListener interface methods allows easier construction of anonymous classes.
Filter: Interface implemented by SearchTask objects that are capable of informing a filter process that some object is or is not a part of it's result recordset.
TermIdentifier: TermIdentifier : Interface implemented by an object capable of telling the CCL Lexer if a given term is a CCL qualifier or not.
ASCII_CharStream: An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
CCLHelper: Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation.
CCLTest: Simple test of CCL Parser, extends the Base parser and listens for parse tokens, convert the stream of tokens into prefix notation.
GenericEventToTargetListenerAdapter: GenericEventToTargetListenerAdapter : Adapts the generic Observer/Observable pattern to produce notification messages for a Z Target

Home | Contact Us | Privacy Policy | Terms of Service