Package net.sf.xbus.base.core

Contains base classes and interfaces which assure an easy handling during development and productive operation

See:
          Description

Interface Summary
TAResource TAResource is the interface for all classes, that should be managed by a TAManager.
 

Class Summary
ASCIITokenizer A StringTokenizer, that conveniently tokenizes a ASCII-file The main difference to its base class is, that it doesnīt count the delimiters as tokens in method countTokens() and that its methods nextElement() and nextToken() donīt return a delimiter, but an empty Object/String if there are two delimiters next to each other.
Constants Definition of various constants, used by all classes.
MessageHandler A Message is selected from a properties file.
TAManager TAManager manages transactions.
 

Exception Summary
XException All errors that occur while processing a request are handled by throwing a XException.
 

Package net.sf.xbus.base.core Description

Contains base classes and interfaces which assure an easy handling during development and productive operation.