Interface | Description |
---|---|
Localizer | |
PRODUCTVERSION |
PRODUCTVERSION defines the version numbers of the current version of the product.
|
ProprietaryOrJCECipherCallbackObject | |
ReadOnlyMap<K,V> | |
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
|
Class | Description |
---|---|
AssertObject | |
BracketParser |
Provides methods for working with bracketed expressions.
|
CollectionTransformer<S1,S2> |
CollectionTransformers use a Transformer to convert collections of objects of one class to collections of objects of another class
|
ConjunctFileNameFilterSet |
ConjunctFileNameFilterSet is a FilenameFilter implementation that filters by (accepts based on) the acceptance by all FilenameFilters specified in a Collection.
|
CRLFInputStream | |
DDLCapture | |
EntityRefs |
Class holding a utility method to replace the entity reference tokens with XML entity refs in XML output
|
HTMLEntityRefs |
Class holding a utility method to replace the <>'"& tokens with XML entity refs in XML output
|
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)
|
JavaHome |
A utility class providing methods relating to the java installation itself
|
JCECipher |
The JCECipher is a wrapper class around a JCE Cipher class.
|
MapEntryKeyTransformer<S1,S2,V> |
MapEntryKeyTransformer is a specialized transformer that transforms Map.Entry objects into other Map.Entry objects, with the Value component of the Entry being unaltered, and the Key component being transformed to another type
|
MapEntryValueTransformer<K,VI,VO> |
MapEntryValueTransformer is a transformer for transforming Map.Entry objects where the Key component is to remain unaltered and the Value component is to be transformed using another transformer
|
MyB32 |
MyB32 provides a utility method relating to Base32/UU encoding
|
MyB64 |
MyB64 provides a utility method relating to Base64/UU encoding
|
MyBigInteger | |
MyByteBuffer |
The MyByteBuffer Class provides some utility methods for ByteBuffers.
|
MyByteBufferInputStream | |
MyCertificate | |
MyCipherInputStream | |
MyCipherOutputStream | |
MyClass | |
MyCommandLineParameters |
Utility class providing a method for turning a String array (e.g.
|
MyConsole |
Provides a Console.format() method targeted at the System console, and that quietly disregards the case where the System console is null, thus avoiding a nullpointerexception
|
MyDataInputStream |
MyDataInputStream defines utility methods for reading Strings in UTF encoding from some given input stream
|
MyDataOutputStream |
MyDataOutputStream defines utility methods for writing Strings in UTF encoding to some given output stream
|
MyException |
MyException contain utility methods relating to Exceptions
|
MyException.LineBreakStyle | |
MyFile | |
MyFixedLengthFormatter |
Utility class with some formatting methods to produce fixed-length character and/or number strings
|
MyHashMap |
MyHashMap provides utility methods relating to HashMaps.
|
MyHashSet |
MyHashSet contains utility methods relating to HashSets
|
MyKeyStore | |
MyLinkedHashSet |
MyLinkedHashSet contains utility methods relating to LinkedHashSets
|
MyLinkedList |
MyLinkedList contains utility methods relating to LinkedLists
|
MyLinkedListBackedByHash<E> | |
MyListSet<E> |
MyListSet is a Set implementation that is backed by a sequential list.
|
MyListSetIterator<E> |
MyListSetIterator is the Iterator class corresponding to the MyListSet Set implementation
|
MyMap |
MyMap provides utility methods relating to Maps.
|
MyMessageFormat |
Provides a MessageFormat.format() method that relieves localizers of having to know whether or not they should be typing single or double quotes in order to obtain a single quote.
|
MyProperties | |
MyProperties.SKIPAUTOLOAD | |
MyPropertiesInInsertionOrder | |
MyReaderInputStream |
Adapts a
Reader as an InputStream . |
MyReadOnlyCollection<V> |
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<K,V> |
MyReadOnlyEntry is a wrapper class around Entry objects.
|
MyReadOnlyEntryIterator<K,V> |
MyReadOnlyEntryIterator is an Iterator implementation to be used in conjuction with read-only views on Maps.
|
MyReadOnlyEntrySet<K,V> |
MyReadOnlyEntrySet is a class in which results from entrySet() method invocations can be wrapped.
|
MyReadOnlyIterator<T> |
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.
|
MyReadOnlyLinkedHashMap<K,V> |
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.
|
MyReadOnlyLinkedList<V> |
MyReadOnlyLinkedList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
|
MyReadOnlyList<V> |
MyReadOnlyList is identical to java's unmodifiable collections, but for the fact that the 'Unmodifiable' property is declared to its users.
|
MyReadOnlyListIterator<V> |
MyReadOnlyListIterator is identical to java's unmodifiable iterators, but for the fact that the class is publicly visible, making it possible for methods that return read-only iterators, to declare to the user that they shouldn't even attempt any update.
|
MyReadOnlyMap<K,V> |
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<E> |
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.
|
MyResource | |
MySimpleDateFormat |
MySimpleDateFormat is a utility class holding a utility method for date formatting.
|
MyString | |
MyTreeMap |
MyTreeMap provides utility methods relating to TreeMaps.
|
MyUniqueID | |
MyZip |
MyZip contains utility methods for creating zip files
|
NameValueResult |
NameValueResults are used by the BracketParser as a container for holding parse results.
|
OrdinalCollectionTransformer<S1,S2> |
CollectionTransformers use a Transformer to convert collections of objects of one class to collections of objects of another class
|
OrdinalTransformer<S1,S2> |
A generic "transformer" class for transforming ordinal appearances of instances of class S1 to instances of class S2
|
PrefixFilter |
A PrefixFilter is a FilenameFilter implementation that filters by prefix.
|
ProprietaryOrJCECipher | |
RegexFilter | |
SPE | |
SPEKey | |
StringToLongTransformer | |
SuffixFilter |
A SuffixFilter is a FilenameFilter implementation that filters by suffix.
|
Transformer<S1,S2> |
A generic "transformer" class for transforming instances of class S1 to instances of class S2
|
UserPrivateKeyProvider | |
Version |
Class to denote SIRA_PRISE versions and/or message type versions.
|
Enum | Description |
---|---|
SnapShotIsolationMode |
Exception | Description |
---|---|
DuplicateException |
DuplicateException
|
DuplicateNameException |
An exception used by the BracketParser to signal duplicate names.
|
EqualKeyUnequalValuesException | |
EvaluationException |
EvaluationException
|
InternalErrorException | |
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
|
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.
|
PrematureEOFException |
Exception thrown by a MyDataInputStream read method
|
SeparatorCommaMissingException |
SeparatorCommaMissingException
|
TruncatedIOException | |
ValidationException |
ValidationExceptions indicate something is wrong in the provided arguments to the invocation
|