Class Summary |
BinaryIntegerStringFormat |
This class formats a numeric String as a byte representation of the Integer represented
by this numeric String. |
CacheElement |
This class implements a structure to store elements into the cache table.
|
CodeSetTranslator |
This class translates the decorated string to the code set specified
by its attribute toCodeSet. |
CompareAssertion |
This class compares the values of two data elements. |
Compressor |
This decorator compresses its decorated String in order to reduce the decorated
string size. |
ConstantFormat |
This class returns a constant value when it is formatted,
and extracts the same constant value when it is unformatted. |
Constants |
This class contains constants used frequently in the framework. |
Context |
This class is the basic repository of data and services.
|
ContextExternalizer |
The ContextExternalizer class reads contexts. |
ContextExternalizerAccessor |
This class is used to access the context externalizer. |
DataCollection |
The DataCollection class is the abstract parent class for all types of collections. |
DataElement |
The DataElement class is the abstract base class to represent data. |
DataExternalizer |
The DataExternalizer class reads data elements. |
DataExternalizerAccessor |
This class is used to access the data externalizer |
DataField |
The DataField class is the basic unit of the data container.
|
DataMapperConverterFormat |
The DataExternalizer class reads data elements. |
DataMapperFormat |
This class allows to map data elements of one context to new data elements in another context |
DataPointer |
The DataPointer class represents a Pointer to a DataElement. |
DateFormat |
This class formats a Date to a String following
the conditions of its attributes. |
Delimiter |
The Delimiter class adds an delimiter character to its decorated String in
order to provide a mechanism to separate the different data formats. |
DlgBox |
The DlgBox class provides a message box with a text area and a button to
remove the frame. |
DSEClientOperation |
The DSEClientOperation Class derives from DSEOperation and implements the interface ClientOperation.
|
DSEEventObject |
The DSEEventObject class is used by notifiers, the Event Manager,and
handlers to handle events by name. |
DSEExceptionEvent |
The DSEExceptionEvent class is used by the Event Manager to propagate
an exception to a remote workstation. |
DSEHandler |
The DSEHandler class instances process the events generated by Notifier instances.
|
DSENotifier |
The DSENotifier class provides the capability to its objects to send and process event notifications.
|
DSEOperation |
The DSEOperation Class derives from Object and implements the interfaces Externalizable and Operation.
|
DSEOperationBeanInfo |
The bean information class for com.ibm.dse.base.DSEOperation. |
DSEServerOperation |
The DSEServerOperation class derives from DSEOperation and implements the interface ServerOperation.
|
DSEXValidate |
This class is used as a base class for cross-validation
implementations.
|
DynamicRecordFormat |
The DynamicRecordFormat class implements a dynamic format for records.
|
DynamicXMLFormat |
The DynamicXMLFormat class formats a KeyedCollection into an XML compliant format.
|
ErrorInfo |
This class is a Hashtable of errors detected trying to validate an input object. |
EventManager |
This class manages the flow of events between the notifiers (producers of the events) and the handlers (consumers of the events), both when the event
is produced locally or remotelly in a server machine. |
EventManagerClientOperation |
The client side EventManager class creates the EventManagerClientOperation when registering or deregistering remote interest in a specific event from a specific
Notifier.
|
EventManagerServerOperation |
The client server mechanism creates the EventManagerServerOperation when registering or deregistering remote interest in a specific event from a specific Notifier.
|
ExistsAssertion |
This class checks if a data element exists in the
context of an operation. |
Externalizer |
This class manages the externalization of any toolkit objects. |
ExternalizerAccessor |
This class is used to gain access to some externalizers.
|
FieldFormat |
This is the abstract parent class for format elements related to simple data fields. |
FixedLength |
This class ensures that a String has a specified length. |
FloatFormat |
This class formats a Float or a Double into the String used as its internal byte-representation.
|
FormatDecorator |
This is the parent abstact class of the decorators.
|
FormatElement |
This is the abstract parent class of the formats. |
FormatExternalizer |
This class manages the externalization of formatted objects using the tags specified in the
settings.tags.formats path and the formats definition file specified in DSE.INI (in the
settings.files.format path). |
FormatExternalizerAccessor |
This class is used to access the format externalizer. |
GetItemsToSave |
This class creates a dialog box used to add items to a file. |
Hashtable |
This class extends Hashtable by providing additional behaviour such as getting
the key by value, getting the object by a non-case sensitive key, removing all the
elements in the Hashtable, and providing a visual representation of the object. |
HashtableFormat |
This is an special formatter used by the database services. |
HashtableIndexedCollectionFormat |
This class unformats a vector of hashtables in a IndexedCollection of KeyedCollections using
the HashtableFormat. |
Identifier |
This decorator prepends a character to the string
that identifies the data in the receiver. |
IndexedCollection |
This class contains a collection of elements
of the same class ordered by index. |
IndexedCollectionFormat |
This class formats the elements of a IndexedCollection using the same
format for each one. |
IntegerFormat |
This class formats an Integer or a Long into its internal byte-representation
as a String. |
JavaExtensions |
This class contains utility methods. |
KeyedCollection |
Instances of this class contain data elements ordered by insertion or definition.
|
KeyedCollectionFormat |
This abstract class contains a collection of format elements used to format the elements of a KeyedCollection.
|
LinkedList |
This class implements a linked list structure of LinkedListElement objects.
|
LinkedListElement |
This class implements the structure of an element of a linked list.
|
MaximumLength |
This decorator checks that the length of the formatted String does not exceed
the limit defined by its maxLength attribute. |
MirrorHandler |
This class should only be used by the EventManager. |
MirrorNotifier |
This class should only be used by the EventManager. |
NullCheckDecorator |
This decorator checks if the value of the data element is null. |
NumericStringFormat |
This class converts an Integer or Long into a formatted String using the
java.text.DecimalFormat initialized by attributes of this class. |
NumOfElementsAssertion |
This class compares the size of a data element with a given value. |
ObjectFormat |
This class should be used only as elements in a HashtableFormat instance.
|
OperationExternalizer |
This Externalizer reads operations. |
OperationRepliedEvent |
This is the event class launched when an operation has just finished running. |
OperationRepliedEventMulticaster |
This is the event multicaster class to support the com.ibm.dse.base.OperationRepliedListenerinterface. |
OperationStep |
This class enables you to break an operation into a set of operation steps.
|
OperExternalizerAccessor |
This class is used to access the operation externalizer. |
OperField |
OperField derives from DataField.
|
PackedDateFormat |
This class formats a Date as a String representing the packed value of the Date.
|
PackedFormat |
This class formats a number as a String that represents the packed value
of the number (a digit per 4 bits). |
Pointer |
This is the abstract parent class of all pointers. |
ProgressIndicator |
This class shows a progress bar. |
RecordFormat |
This class is an implementation of the KeyedCollectionFormat. |
RemoveExpiredThread |
This class removes the expired objects from the externalizer cache table.
|
SelfLength |
This decorator prepends a String with the byte-representation of the size of the String. |
Semaphore |
This class provides a semaphore with timeOut option.
|
Service |
Abstract parent class of all services. |
ServiceExternalizer |
|
ServiceExternalizerAccessor |
This class is used to access the service externalizer |
SessionEntry |
This class only should be used by the Context class. |
SessionTable |
This class only should be used by the Context class. |
Settings |
This class holds the values of all the external data.
|
StringFormat |
This class formats a String. |
Tag |
Every XML tag, in the files specified in DSE.INI, is converted to an instance of
this class. |
Tag.TagStringReader |
|
TagAttribute |
Instances of this class hold the attributes of XML tags. |
TagInputStream |
This class is a Stream able to deal with individual tags and groups of them.
|
TagOutputStream |
This class is a Stream able to deal with individual tags and groups of tags.
|
TimeFormat |
This class formats a Date as a String conforming to its attributes. |
Trace |
This class is used to write the results of a trace to a window, to a disk, or to both using
the static trace method of this class. |
TraceBuffer |
This class creates an intermediate buffer used in performing a trace.
|
TraceFile |
This class is implemented to write the trace lines to a disk file. |
TraceFrame |
This class is used to write trace lines to a list in a window. |
TraceFrameComponents |
This class provides a interface to configure trace types and levels of all components. |
TraceLine |
This class contains the attributes of each line of trace. |
TraceList |
This class displays the lines of a trace. |
TraceLog |
This servlet sends trace lines to Web Server logs. |
TraceRequester |
This class defines a trace requester or component for the trace system. |
TraceRequesterField |
This class is an extension of DataField to manage new attributes named trace, traceTypes and traceLevels.
|
TracesWindow |
This class controls where the trace lines will be written; to window,
to disk or to both. |
TraceThreadInterruptedNotifier |
This class is created to fix PMR 60309.
|
TypedDataElementFormat |
This is a FormatElement to work with typed DataElements. |
Vector |
This extension provides functions useful for externalization. |
XMLFormat |
This class formats a KeyedCollection to an XML-compliant format. |