IBM Branch Transformation Toolkit Javadoc

Package com.ibm.btt.base

Interface Summary
Cache  
Cacheable This interface is used for object caching.
DSECloneable This interface is implemented by any class in the toolkit that needs to be cloned (and therefore that implements the clone() method).
Externalizable All the Framework elements that are to be externalized in XML format must implement this interface.
TypedData This interface is extended by KeyedCollection and implemented by DataElement.
 

Class Summary
BinaryIntegerStringFormat This class formats a numeric String as a byte representation of the Integer represented by this numeric String.
BTTSystemData This class implements the data type of http://btt.ibm.com/base/BTTSystemData defined in BTTSystemData.xsd.
CacheElement This class implements a structure to store elements into the cache table.
CHAEJBHomeFactory  
CHAEJBHomeLocalFactory  
CHAHelper The class is a helper class.
CHAMetaData This class is an entrance to manipulate BTT configuration file and external files.
CodeSetTranslator This class translates the decorated string to the code set specified by its attribute toCodeSet.
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.
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.
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.
MetaData  
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.
ObjectFormat This class should be used only as elements in a HashtableFormat instance.
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
Settings This class holds the values of all the external data.
SortedTable  
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.
TraceWAS This class is implemented to write the trace lines to WAS console.
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.
 

Exception Summary
DSEException The DSEException class is the base class from where all the exceptions raised by the framework are inherited.
DSEInternalErrorException The DSEInternalErrorException class provides an internal error exception, which is raised by the framework when a critical error is found.
DSEInvalidArgumentException The DSEInvalidArgumentException class provides an exception that is raised when an invalid argument has been provided to the invoking method.
DSEInvalidClassException The DSEInvalidClassException class provides an exception that is raised by the framework when an invalid class has been provided as an argument.
DSEInvalidRequestException The DSEInvalidRequestException provides an exception that is raised by the framework when any internal validation fails during the process of a request.
DSEObjectNotFoundException The DSEObjectNotFoundException class provides an exception that is raised by the framework when the corresponding object asked for by the requester is not found.
 


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005