Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
be.SIRAPRISE.server |
This package contains the SIRA_PRISE server implementation.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Class and Description |
---|
DDLCapture |
EvaluationException
EvaluationException
|
MyProperties |
MyReadOnlyCollection
MyReadOnlyCollection is completely identical to java's unmodifiableCollection, except that the class is publicly visible and that the read-only property is thus declared to its users.
|
MyReadOnlyLinkedHashMap
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
NotFoundException
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
|
Signer
Signers are used by clients in two circumstances :
The client needs to establish a connection to a server and wants to authenticate itself
The client needs to start a transaction for a non-anonymous user and wants/needs to authenticate the user identity by computing a signature
|
SnapShotIsolationMode |
Transformer
A generic "transformer" class for transforming instances of class S1 to instances of class S2
|
ValidationException
ValidationExceptions indicate something is wrong in the provided arguments to the invocation
|
Version
Class to denote SIRA_PRISE versions and/or message type versions.
|
Class and Description |
---|
MyProperties |
MyReadOnlyMap
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
NotFoundException
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
|
Signer
Signers are used by clients in two circumstances :
The client needs to establish a connection to a server and wants to authenticate itself
The client needs to start a transaction for a non-anonymous user and wants/needs to authenticate the user identity by computing a signature
|
Transformer
A generic "transformer" class for transforming instances of class S1 to instances of class S2
|
Class and Description |
---|
DDLCapture |
NotFoundException
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
|
ProprietaryOrJCECipher |
Signer
Signers are used by clients in two circumstances :
The client needs to establish a connection to a server and wants to authenticate itself
The client needs to start a transaction for a non-anonymous user and wants/needs to authenticate the user identity by computing a signature
|
SnapShotIsolationMode |
Version
Class to denote SIRA_PRISE versions and/or message type versions.
|
Class and Description |
---|
MyCommandLineParameters
Utility class providing a method for turning a String array (e.g.
|
MyProperties |
Class and Description |
---|
DuplicateNameException
An exception used by the BracketParser to signal duplicate names.
|
EvaluationException
EvaluationException
|
InvalidEscapedCharacterException
An exception used by the BracketParser to signal the detection of an invalid escape sequence.
|
MissingEscapedCharacterException
An exception type used by the BracketParser to signal a string argument ending with the escape token (backslash), with the subsequent escaped character missing
|
MyProperties |
MyReadOnlyCollection
MyReadOnlyCollection is completely identical to java's unmodifiableCollection, except that the class is publicly visible and that the read-only property is thus declared to its users.
|
MyReadOnlyLinkedHashMap
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
MyReadOnlyMap
MyReadOnlyMaps are identical to java's Collections.unmodifiableMap(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlyMap from some method, know they shouldn't even attempt to modify the map's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
MyReadOnlySet
MyReadOnlySets are identical to java's Collections.unmodifiableSet(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlySet from some method, know they shouldn't even attempt to modify the set's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
NoClosingBracketException
An exception used by the BracketParser to signal the absence of a closing bracket corresponding to an opening bracket that was (found to be) present.
|
NotFoundException
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
|
NoValueCorrespondingToNameException
An exception used by the BracketParser to signal the absence of any opening bracket in a string argument to be parsed.
|
ReadOnlyMap |
Transformer
A generic "transformer" class for transforming instances of class S1 to instances of class S2
|
ValidationException
ValidationExceptions indicate something is wrong in the provided arguments to the invocation
|
Class and Description |
---|
DDLCapture |
DuplicateException
DuplicateException
|
DuplicateNameException
An exception used by the BracketParser to signal duplicate names.
|
EqualKeyUnequalValuesException |
HTMLEntityRefs
Class holding a utility method to replace the <>'"& tokens with XML entity refs in XML output
|
InvalidEscapedCharacterException
An exception used by the BracketParser to signal the detection of an invalid escape sequence.
|
ISODateFormat
The DateFormat for the ISO date format (which is the default)
|
ISOTimeFormat
The DateFormat object for the ISO time format (which is the default format for time values)
|
ISOTimeStampFormat
The DateFormat object for the ISO timestamp format (which is the default)
|
MissingEscapedCharacterException
An exception type used by the BracketParser to signal a string argument ending with the escape token (backslash), with the subsequent escaped character missing
|
MyCommandLineParameters
Utility class providing a method for turning a String array (e.g.
|
MyException.LineBreakStyle |
MyListSet
MyListSet is a Set implementation that is backed by a sequential list.
|
MyProperties |
MyProperties.SKIPAUTOLOAD |
MyReadOnlyCollection
MyReadOnlyCollection is completely identical to java's unmodifiableCollection, except that the class is publicly visible and that the read-only property is thus declared to its users.
|
MyReadOnlyEntry
MyReadOnlyEntry is a wrapper class around Entry objects.
|
MyReadOnlyIterator
MyReadOnlyIterator is identical to Java's unmodifiable collections iterator, except for the fact that it is publicly visible, and that the read-only property is therefore declared to the user.
|
MyReadOnlyList
MyReadOnlyList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
|
MyReadOnlySet
MyReadOnlySets are identical to java's Collections.unmodifiableSet(), but for the fact that the read-only property is declared to the user, and users getting back a MyReadOnlySet from some method, know they shouldn't even attempt to modify the set's contents, instead of having to wait for the UnsupportedOperationException to appear at run-time.
|
NameValueResult
NameValueResults are used by the BracketParser as a container for holding parse results.
|
NoClosingBracketException
An exception used by the BracketParser to signal the absence of a closing bracket corresponding to an opening bracket that was (found to be) present.
|
NotFoundException
NotFoundExceptions are thrown in SIRA_PRISE to signal to the caller that some search request did not produce a result (or, put otherwise, that the result set produced is actually empty).
|
NoValueCorrespondingToNameException
An exception used by the BracketParser to signal the absence of any opening bracket in a string argument to be parsed.
|
OrdinalTransformer
A generic "transformer" class for transforming ordinal appearances of instances of class S1 to instances of class S2
|
ProprietaryOrJCECipher |
ProprietaryOrJCECipherCallbackObject |
ReadOnlyMap |
SeparatorCommaMissingException
SeparatorCommaMissingException
|
Signer
Signers are used by clients in two circumstances :
The client needs to establish a connection to a server and wants to authenticate itself
The client needs to start a transaction for a non-anonymous user and wants/needs to authenticate the user identity by computing a signature
|
SnapShotIsolationMode |
Transformer
A generic "transformer" class for transforming instances of class S1 to instances of class S2
|
Version
Class to denote SIRA_PRISE versions and/or message type versions.
|