A B C D E F G H I J K L M N O P Q R S T U V W X

A

accept(File, String) - Method in class net.sf.xbus.base.xbussystem.FileAcceptor
Tests whether or not the specified file should be included in a file list.
accept(File, String) - Method in class net.sf.xbus.test.FileAcceptor
Tests whether or not the specified file should be included in a file list.
Adapter - Class in net.sf.xbus.application
The Adapter is called from receivers.
Adapter() - Constructor for class net.sf.xbus.application.Adapter
 
add(byte[]) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
Appends the specified byte array to the end of this list.
addAll(ByteArrayList) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
 
AdditionalAddress - Interface in net.sf.xbus.base.xbussystem
TODO Kommentierung
AdminDispatcherServlet - Class in net.sf.xbus.admin.html
The AdminDispatcherServlet determines the Workflow.
AdminDispatcherServlet() - Constructor for class net.sf.xbus.admin.html.AdminDispatcherServlet
 
AdminDispatcherServlet - Class in net.sf.xbus.bootstrap
The AdminDispatcherServlet determines the Workflow.
AdminDispatcherServlet() - Constructor for class net.sf.xbus.bootstrap.AdminDispatcherServlet
 
AdministrationBean - Class in net.sf.xbus.admin.html
Administration for xBus servers.
AdministrationBean() - Constructor for class net.sf.xbus.admin.html.AdministrationBean
 
Administrator - Class in net.sf.xbus.admin
Provides several services to administrate the xBus.
Administrator() - Constructor for class net.sf.xbus.admin.Administrator
 
Administrator - Class in net.sf.xbus.admin.jmx
Provides several services to administrate the xBus.
Administrator() - Constructor for class net.sf.xbus.admin.jmx.Administrator
 
AdministratorJMXConnector - Class in net.sf.xbus.admin.jmx
Provides several services to administrate the xBus via a JMX connection.
AdministratorJMXConnector() - Constructor for class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
AdministratorMBean - Interface in net.sf.xbus.admin.jmx
Provides several services to administrate the xBus.
ALWAYS - Static variable in class net.sf.xbus.base.core.trace.Trace
 
always(Object) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the ALWAYS priority.
ApplicationFactory - Class in net.sf.xbus.application
The class ApplicationFactory is used to dynamically create an application object and calls a method of this application object, which processes the incoming Message.
ApplicationFactory() - Constructor for class net.sf.xbus.application.ApplicationFactory
 
AS400_CALL_DATE_FORMAT - Static variable in class net.sf.xbus.base.core.Constants
 
AS400_DATE_FORMAT - Static variable in class net.sf.xbus.base.core.Constants
 
AS400ByteArrayListReceiver - Class in net.sf.xbus.technical.as400
AS400ByteArrayListReceiver serves for reading files from an AS400 and putting the file content into a byte array list.
AS400ByteArrayListReceiver() - Constructor for class net.sf.xbus.technical.as400.AS400ByteArrayListReceiver
 
AS400ByteArrayListSender - Class in net.sf.xbus.technical.as400
AS400AS400ByteArrayListSender manages writing a file on the iSeries integrated file System.
AS400ByteArrayListSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.as400.AS400ByteArrayListSender
Constructs a AS400ByteArrayListSender object giving all necessary data from the standard configuration, connecting to the iSeries and registering current resource by the TAManager.
AS400Connection - Class in net.sf.xbus.technical.as400
AS400Connection manages connections to AS400 machines.
AS400FileBase - Class in net.sf.xbus.technical.as400
Class AS400FileBase is the abstract base class for the AS400FileReceiver and AS400FileSender classes.
AS400FileBase() - Constructor for class net.sf.xbus.technical.as400.AS400FileBase
 
AS400FileReceiver - Class in net.sf.xbus.technical.as400
The AS400FileReceiver receives a request, reads the files on the AS400 machines into tstrings and calls the application layer.
AS400FileReceiver() - Constructor for class net.sf.xbus.technical.as400.AS400FileReceiver
 
AS400FileSender - Class in net.sf.xbus.technical.as400
AS400AS400FileSender manages writing a file on the iSeries integrated file System.
AS400FileSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.as400.AS400FileSender
Constructs a AS400FileSender object giving all necessary data from the standard configuration, connecting to the iSeries and registering current resource by the TAManager.
AS400LineReader - Class in net.sf.xbus.technical.as400
LineReader to read/send a character stream from/to an AS/400.
AS400LineReader(AS400, QSYSObjectPathName, SequentialFile, String) - Constructor for class net.sf.xbus.technical.as400.AS400LineReader
Constructor an AS400LineReader.
AS400LineReaderReceiver - Class in net.sf.xbus.technical.as400
AS400LineReaderReceiver receives data from a AS400 file but instead of reading them in passing the data itself through the xBus it only opens the file and passes a refernce to it to the application layer.
AS400LineReaderReceiver() - Constructor for class net.sf.xbus.technical.as400.AS400LineReaderReceiver
 
AS400ProgramCaller - Class in net.sf.xbus.technical.as400
Used by AS400ProgramSender.execute(String, Object) together with TimedCallable to be able to stop the execution of the program after a timeout.
AS400ProgramCaller(AS400, String, ProgramParameter[], CharConverter) - Constructor for class net.sf.xbus.technical.as400.AS400ProgramCaller
 
AS400ProgramMessage - Class in net.sf.xbus.protocol.as400
AS400ProgramMessage represents a message for calling an AS400 program.
AS400ProgramMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.as400.AS400ProgramMessage
This constructor stores the source, creates an unique identifier for the message and initializes the requestTimestamp.
AS400ProgramMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.as400.AS400ProgramMessage
Initializes the new AS400ProgramMessage with the given parameters.
AS400ProgramSender - Class in net.sf.xbus.technical.as400
The AS400ProgramSender calls a program on an AS400 and gives back the result.
AS400ProgramSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.as400.AS400ProgramSender
Constructs an AS400ProgramSender for a given XBUSSystem
ASCIITokenizer - Class in net.sf.xbus.base.core
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.
ASCIITokenizer(String, String) - Constructor for class net.sf.xbus.base.core.ASCIITokenizer
Creates a new instance of ASCIIOfferTokenizer

B

BACKUP_SUFFIX - Static variable in class net.sf.xbus.base.core.Constants
 
begin() - Method in class net.sf.xbus.base.core.TAManager
Initializes a transaction.
bind(Object, int, String) - Method in class net.sf.xbus.technical.database.DBConnection
Binds a string value to a parameter in a stored prepared statement.
bind(Object, int, int) - Method in class net.sf.xbus.technical.database.DBConnection
Binds an integer value to a parameter in a stored prepared statement.
bindNull(Object, int, int) - Method in class net.sf.xbus.technical.database.DBConnection
Binds a null value to a parameter in a stored prepared statement.
BLKSIZ - Static variable in class net.sf.xbus.base.core.Constants
 
ByteArrayConverter - Interface in net.sf.xbus.base.bytearraylist
 
ByteArrayConverterAS400 - Class in net.sf.xbus.base.bytearraylist
 
ByteArrayConverterAS400(String) - Constructor for class net.sf.xbus.base.bytearraylist.ByteArrayConverterAS400
 
ByteArrayConverterFactory - Class in net.sf.xbus.base.bytearraylist
 
ByteArrayConverterFactory() - Constructor for class net.sf.xbus.base.bytearraylist.ByteArrayConverterFactory
 
ByteArrayConverterFile - Class in net.sf.xbus.base.bytearraylist
 
ByteArrayConverterFile(String) - Constructor for class net.sf.xbus.base.bytearraylist.ByteArrayConverterFile
 
ByteArrayList - Class in net.sf.xbus.base.bytearraylist
Manages a list of byte arrays.
ByteArrayList() - Constructor for class net.sf.xbus.base.bytearraylist.ByteArrayList
 
ByteArrayList2StreamTransformer - Class in net.sf.xbus.protocol.bytearraylist
The ByteArrayList2StreamTransformer returns a ByteArrayInputStream to read its content.
ByteArrayList2StreamTransformer() - Constructor for class net.sf.xbus.protocol.bytearraylist.ByteArrayList2StreamTransformer
 
ByteArrayListMessage - Class in net.sf.xbus.protocol.bytearraylist
ByteArrayListMessageByteArrayListMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
Constructor for ByteArrayListMessage.
ByteArrayListMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
Constructor for ByteArrayListMessage.
byteArrayToString(byte[]) - Method in interface net.sf.xbus.base.bytearraylist.ByteArrayConverter
 
byteArrayToString(byte[]) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterAS400
 
byteArrayToString(byte[]) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterFile
 

C

calculateLength(long, int) - Static method in class net.sf.xbus.base.core.arithmetic.XIntSupport
calculateLength computes the length of an integer in respect to a given radix.
call() - Method in interface net.sf.xbus.base.core.timeoutcall.Callable
Performs some action that returns a result or throws an exception
call() - Method in class net.sf.xbus.base.core.timeoutcall.TimedCallable
 
call() - Method in class net.sf.xbus.technical.as400.AS400ProgramCaller
Calling the AS400 program.
call() - Method in class net.sf.xbus.technical.java.JavaCaller
Calling the Java method.
call() - Method in class net.sf.xbus.technical.misc.ProgramCaller
Calls an external program.
Callable - Interface in net.sf.xbus.base.core.timeoutcall
Interface for runnable actions that bear results and/or throw Exceptions.
callApplication(XBUSSystem, Object, String) - Method in class net.sf.xbus.application.Adapter
Creates the appropriate Message object by calling the MessageFactory and calls the appropriate object and method of the application layer by calling the ApplicationFactory.
callApplication(Message) - Static method in class net.sf.xbus.application.ApplicationFactory
Creates an application object and calls a method of this application object, which processes the incoming Message object.
callAS400Program(AS400, String, ProgramParameter[], int) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Calls an AS400 program.
callMethod(String, Object, Class[], Object[]) - Static method in class net.sf.xbus.base.core.reflection.ReflectionSupport
Calls a method with the help of the reflection API.
callSender(Message, XBUSSystem) - Static method in class net.sf.xbus.application.Adapter
Sends a message to a sender (which was generated by the SenderFactory).
CALLTYPE_MULTI - Static variable in class net.sf.xbus.technical.as400.AS400ProgramSender
 
CALLTYPE_SINGLE - Static variable in class net.sf.xbus.technical.as400.AS400ProgramSender
 
CardinalityStrings - Class in net.sf.xbus.base.core.strings
CardinalityStrings offers some methods for treating cardinality strings like "1..*".
CardinalityStrings() - Constructor for class net.sf.xbus.base.core.strings.CardinalityStrings
 
CARRIAGE_RETURN - Static variable in class net.sf.xbus.base.core.Constants
 
CHAPTER - Static variable in class net.sf.xbus.application.Router
 
CHAPTER_BASE - Static variable in class net.sf.xbus.base.core.Constants
 
CHAPTER_SYSTEM - Static variable in class net.sf.xbus.base.core.Constants
 
checkClientTrusted(X509Certificate[], String) - Method in class net.sf.xbus.technical.http.EasyX509TrustManager
 
checkProceed() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns a boolean value that indicates whether the thread shall continue to process messages.
checkServerTrusted(X509Certificate[], String) - Method in class net.sf.xbus.technical.http.EasyX509TrustManager
 
classForName(String) - Static method in class net.sf.xbus.base.core.reflection.ReflectionSupport
Returns the Class object associated with the class or interface with the given string name.
clear() - Static method in class net.sf.xbus.base.core.TAManager
 
clear() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Clear the value and exception and set to not-ready, allowing this FutureResult to be reused.
clear() - Static method in class net.sf.xbus.technical.as400.AS400Connection
 
clear() - Static method in class net.sf.xbus.technical.database.DBConnection
 
clear() - Static method in class net.sf.xbus.technical.mq.MQConnection
 
clearExceptionInformation() - Static method in exception net.sf.xbus.base.core.XException
Removes information about previous exceptions.
clearManager() - Method in class net.sf.xbus.base.core.TAManager
 
ClearServers - Class in net.sf.xbus.test
Deletes all messages from MQ and mail servers.
ClearServers() - Constructor for class net.sf.xbus.test.ClearServers
 
ClearServersBootstrap - Class in net.sf.xbus.bootstrap
Deletes all messages on MQ and mail servers.
ClearServersBootstrap() - Constructor for class net.sf.xbus.bootstrap.ClearServersBootstrap
 
clearStoppedHTTPReceivers() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Clears the list of all stopped HTTPReceivers.
CloneTransformer - Class in net.sf.xbus.protocol
The CloneTransformer simply returns the given Object.
CloneTransformer() - Constructor for class net.sf.xbus.protocol.CloneTransformer
 
close() - Method in class net.sf.xbus.base.core.TAManager
Closes all registered resources.
close() - Method in interface net.sf.xbus.base.core.TAResource
Closes a resource.
close() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Not implemented for the iSeries integrated file system
close() - Method in class net.sf.xbus.technical.as400.AS400FileSender
Is not implemented for iSeries integrated file system
close() - Method in class net.sf.xbus.technical.database.DBConnection
 
close() - Method in class net.sf.xbus.technical.file.FileReceiver
Is not implemented for file system
close() - Method in class net.sf.xbus.technical.file.FileSender
Is not implemented for file system
close() - Method in class net.sf.xbus.technical.ftp.FTPConnection
Closes the connection to the FTP server
close() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
Closes the connection to the FTP server.
close() - Method in class net.sf.xbus.technical.ftp.FTPSender
Closes the connection to the FTP server.
close() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Closes the connection to the LDAP server
close() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
This method will close the connection with the POP3 server
close() - Method in class net.sf.xbus.technical.mq.MQConnection
Closes the connection.
closeFolder() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
commit() - Method in class net.sf.xbus.base.core.TAManager
Commits all actions on the registered resources and closes the resources.
commit() - Method in interface net.sf.xbus.base.core.TAResource
Performs a commit on the resource.
commit() - Method in class net.sf.xbus.base.journal.DBJournal
Commits the database.
commit() - Method in class net.sf.xbus.base.journal.FileJournal
Committing files is not necessary.
commit() - Method in class net.sf.xbus.base.journal.Journal
Commits the database.
commit() - Method in interface net.sf.xbus.base.journal.JournalInterface
Commits the entry.
commit() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Implemented method commit from the TAResource interface.
commit() - Method in class net.sf.xbus.technical.as400.AS400FileSender
 
commit() - Method in class net.sf.xbus.technical.database.DBConnection
Commits all actions on the database.
commit() - Method in class net.sf.xbus.technical.file.FileReceiver
Implemented method commit from TAResource interface.
commit() - Method in class net.sf.xbus.technical.file.FileSender
Implemented method commit from TAResource interface.
commit() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
Depending on the parameter FinalResolution, the file previously read will either be renamed, deleted or will not be touched.
commit() - Method in class net.sf.xbus.technical.ftp.FTPSender
Renames the temporary file to the original file name.
commit() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Empty method, LDAP connections are not transacted.
commit() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
Implemented method commit from TAResource interface.
commit() - Method in class net.sf.xbus.technical.mq.MQConnection
Commits all actions on the queues associated with this MQConnection (normally all queues of the current thread).
ConfigSearcher - Class in net.sf.xbus.tools
TODO: short description of the purpose of this class
ConfigSearcher() - Constructor for class net.sf.xbus.tools.ConfigSearcher
 
ConfigSource - Interface in net.sf.xbus.base.core.config
If a class should be used by the Configuration to read entries from a source, it has to implement the interface ConfigSource.
Configuration - Class in net.sf.xbus.base.core.config
This class reads program parameters from different sources and makes them accessible.
CONFIGURATION_FALSE - Static variable in class net.sf.xbus.base.core.Constants
 
CONFIGURATION_TRUE - Static variable in class net.sf.xbus.base.core.Constants
 
ConfigurationBean - Class in net.sf.xbus.admin.html
The ConfigurationBean stored instance from Configurationand comprises this configuration in the form of the opened/disclosed three-level menu: The chapter is the top level.
ConfigurationBean() - Constructor for class net.sf.xbus.admin.html.ConfigurationBean
Deafulst constructor.
ConsoleTrace - Class in net.sf.xbus.base.core.trace
This implementation of TraceTarget writes the trace to the console (stdout).
ConsoleTrace() - Constructor for class net.sf.xbus.base.core.trace.ConsoleTrace
 
Constants - Class in net.sf.xbus.base.core
Definition of various constants, used by all classes.
Constants() - Constructor for class net.sf.xbus.base.core.Constants
 
contextDestroyed(ServletContextEvent) - Method in class net.sf.xbus.bootstrap.ReceiverServiceServletListener
Stops the ReceiverService on shutdown of the servlet container.
contextInitialized(ServletContextEvent) - Method in class net.sf.xbus.bootstrap.ReceiverServiceServletListener
Starts the ReceiverService on startup of the servlet container.
controlEvent(int) - Method in class net.sf.xbus.bootstrap.ReceiverServiceWrapper
Called whenever the native wrapper code traps a system control signal against the Java process.
copyFile(AS400, String, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
This method uses the installable file system classes to copy a file from one directory to another on the server.
copyFile(String, String) - Method in class net.sf.xbus.technical.file.FileBase
Copies data by opening FileInput/OutputStreams from the one file to another denoted by these abstract pathnames
countTokens() - Method in class net.sf.xbus.base.core.ASCIITokenizer
Counts the number of tokens in the string to be tokenized The delimiters are not counted unlike in class StringTokenizer
createApplicationMessage(XBUSSystem) - Static method in class net.sf.xbus.protocol.MessageFactory
The appropriate Message -object for the given source will be created.
createByteArrayList(byte[], int) - Static method in class net.sf.xbus.base.bytearraylist.ByteArrayList
 
createMessage(XBUSSystem, XMLMessageAbstract) - Method in class net.sf.xbus.protocol.xml.XSLTTransformer
Creates an object which is suitable for sending data to the given system.
createObject(String) - Static method in class net.sf.xbus.base.core.reflection.ReflectionSupport
Create an object of the class with the given name.
createObject(String, Class[], Object[]) - Static method in class net.sf.xbus.base.core.reflection.ReflectionSupport
Creates an object of the class with the given name.
createReceiver() - Method in class net.sf.xbus.technical.file.FileByteArrayListReceiverThread
Creates an instance of FileByteArrayListReceiver used to read from a file.
createReceiver() - Method in class net.sf.xbus.technical.file.FileLineReaderReceiverThread
Creates an instance of FileLineReaderReceiver used to read from a file.
createReceiver() - Method in class net.sf.xbus.technical.file.FileReceiverThread
Creates an instance of FileReceiver used to read from a file.
createReceiver() - Method in class net.sf.xbus.technical.file.FileStreamReceiverThread
Creates an instance of FileStreamReceiver used to read from a file.
createReceiver() - Method in class net.sf.xbus.technical.mail.POP3ReceiverThread
Creates an instance of POP3Receiver used to read from a mailbox.
createReceiver() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Creates an instance of POP3XMLReceiver used to read from a mailbox.
createReceiverSingle(String) - Static method in class net.sf.xbus.technical.ReceiverFactory
The appropriate ReceiverSingle for the given system will be created.
createReceiverThread(String, String) - Static method in class net.sf.xbus.technical.ReceiverFactory
The appropriate ReceiverThread for the given system will be created.
createSender(XBUSSystem) - Static method in class net.sf.xbus.technical.SenderFactory
The appropriate Sender for the given destination will be created.
createSenderMessage(XBUSSystem, Message, int) - Static method in class net.sf.xbus.protocol.MessageFactory
The appropriate Message object which is needed to send a message to the given destination will be created.
createSocket(String, int, InetAddress, int) - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
 
createTextMessage() - Method in class net.sf.xbus.technical.mq.MQConnection
Creates and returns a JMS- TextMessage.
createTransformer(XBUSSystem, XBUSSystem, Message, Message) - Static method in class net.sf.xbus.protocol.TransformerFactory
The appropriate Transformer object which is needed to transform the request or response of one Message to the request or response of another Message will be created.
CSV_FILENAME - Static variable in class net.sf.xbus.tools.ConfigSearcher
 
CSVMessage - Class in net.sf.xbus.protocol.csv
CSVMessage is helping the xBus transporting and converting data structured in CSV format As CSV is not a standardized, the authors have decided to base the implementation on an existing definition (@see -> CSV Definition).
CSVMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.csv.CSVMessage
This constructor stores the source, creates an unique identifier for the message and initializes the requestTimestamp.
CSVMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.csv.CSVMessage
This constructor initializes the new CSVMessage with the given parameters.
CSVParser - Class in net.sf.xbus.protocol.csv
The CSVParser class contains all methods necessary for parsing CSV format into an XML representation.
CSVParser(String) - Constructor for class net.sf.xbus.protocol.csv.CSVParser
Constructor of the parser.
CSVSerializer - Class in net.sf.xbus.protocol.csv
CSVSerializer serves for serializing records stored in a DOM tree according to a CSV type message The DOM tree structure is described in the CSVParser documentation.
CSVSerializer(String) - Constructor for class net.sf.xbus.protocol.csv.CSVSerializer
 

D

DatabaseSender - Class in net.sf.xbus.technical.database
The DatabaseSender sends SQL-statements to a database and returns the results.
DatabaseSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.database.DatabaseSender
The constructor stores the destination.
DATE_FORMAT - Static variable in class net.sf.xbus.base.core.Constants
 
DBConnection - Class in net.sf.xbus.technical.database
DBConnection manages connections to databases.
DBJournal - Class in net.sf.xbus.base.journal
DBJournal writes information about the activities of the middleware into the database.
DBJournal() - Constructor for class net.sf.xbus.base.journal.DBJournal
 
Dealer - Class in net.sf.xbus.sample
Specific data about dealers is stored in the standard configuration.
Dealer() - Constructor for class net.sf.xbus.sample.Dealer
 
DEBUG - Static variable in class net.sf.xbus.base.core.trace.Trace
 
DEFAULT_ERROR_TIMEOUT - Static variable in class net.sf.xbus.technical.ReceiverThreadBase
Default for the time to wait after an error has occured.
DEFAULT_STOP_AFTER_ERRORS - Static variable in class net.sf.xbus.technical.ReceiverThreadManager
Default for the amount of errors, after them a receiver will be stopped.
DEFAULT_TIMEOUT - Static variable in class net.sf.xbus.technical.ReceiverThreadBase
Default for the time to wait after the successful processing of a message.
DelayedStart - Class in net.sf.xbus.base.core.tools
Starts a Java application after a given amount of time.
delete(String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Deletes a file on the FTP server.
DeletedMessageStore - Class in net.sf.xbus.base.deletedMessageStore
DeletedMessageStore manages the saving of messages before they are deleted in case of an error.
DeletedMessageStoreBean - Class in net.sf.xbus.admin.html
TODO Kommentierung
DeletedMessageStoreBean() - Constructor for class net.sf.xbus.admin.html.DeletedMessageStoreBean
 
deleteFile(AS400, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
deleteFile deletes a file on the AS400 file system.
deleteFile(String) - Method in class net.sf.xbus.technical.file.FileBase
Deletes the file or directory denoted by this abstract pathname.
deleteMail() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
Do the action of deleting the message from the pop3 inbox account
deleteMember(AS400, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Deletes a member of a sequential file on the AS/400 file system.
deleteMessages() - Method in class net.sf.xbus.test.ClearServers
Cleaning some servers
deleteTag(Document, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Deletes the first occurance of the tag in the given org.w3c.dom.Document.
deleteWhitespaceTextInElementNodes(Document) - Static method in class net.sf.xbus.base.xml.XDomSupport
deleteWhitespaceTextInElementNodes deletes all text nodes containing only whitespace within xml tags.
deleteWhitespaceTextInElementNodesAndComments(Document) - Static method in class net.sf.xbus.base.xml.XDomSupport
deleteWhitespaceTextInElementNodesAndComments deletes all text nodes containing only whitespace within xml tags and all comment nodes.
demandStopBackgroundReceiver(String) - Method in class net.sf.xbus.admin.Administrator
Demands the stop of a background receiver.
demandStopBackgroundReceiver(String) - Method in class net.sf.xbus.admin.jmx.Administrator
 
demandStopBackgroundReceiver(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
demandStopBackgroundReceiver(String) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
demandStopReceiverThread(String) - Method in class net.sf.xbus.technical.ReceiverThreadManager
Demands the stop of the ReceiverThread for the given system.
diff(String, String, String) - Static method in class net.sf.xbus.test.XDiff
Compares InFile or OutFile vs.
distribute(Message) - Method in class net.sf.xbus.application.Router
The Message is distributed to one or more systens.
doGet() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
internal utility: either get the value or throw the exception *
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.bootstrap.AdminDispatcherServlet
doGet is called in response to an HTTP GET request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.bootstrap.HTTPReceiverBootstrap
 
doPost(HttpServlet, HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.admin.html.AdminDispatcherServlet
doPost is called in response to an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.bootstrap.AdminDispatcherServlet
doPost is called in response to an HTTP POST request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.bootstrap.HTTPReceiverBootstrap
Handles the HTTP-request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.xbus.technical.http.HTTPReceiver
Handles the HTTP-request.
doReceive(XBUSSystem) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Manages the process of receipt for a specifc XBUSSystem.
doReceive(XBUSSystem) - Method in class net.sf.xbus.technical.file.FileReceiver
Manages the process of receipt for several XBUSSystems.
doReceive(XBUSSystem) - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
doSomething(Object) - Method in class net.sf.xbus.sample.JavaWorker
 
duration - Variable in exception net.sf.xbus.base.core.timeoutcall.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.

E

EasySSLProtocolSocketFactory - Class in net.sf.xbus.technical.http
EasySSLProtocolSocketFactory can be used to creats SSL Sockets that accept self-signed certificates.
EasySSLProtocolSocketFactory() - Constructor for class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
Constructor for EasySSLProtocolSocketFactory.
EasyX509TrustManager - Class in net.sf.xbus.technical.http
EasyX509TrustManager unlike default X509TrustManager accepts self-signed certificates.
EasyX509TrustManager(KeyStore) - Constructor for class net.sf.xbus.technical.http.EasyX509TrustManager
Constructor for EasyX509TrustManager.
Email - Class in net.sf.xbus.technical.mail
Description: An instance of that class will store an manupulate the email receive by the POP3XMLReceiver.
Email(String) - Constructor for class net.sf.xbus.technical.mail.Email
 
EmptyMessage - Class in net.sf.xbus.protocol.simple
EmptyMessage is a message with content null, which is compatible with all message types (text, object, XML).
EmptyMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.simple.EmptyMessage
 
EmptyMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.simple.EmptyMessage
 
equals(Object) - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
 
ERROR - Static variable in class net.sf.xbus.base.core.trace.Trace
 
error(Object) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the ERROR priority.
error(Throwable) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the ERROR priority including the message and the stack trace of the Throwable t passed as parameter.
error(Object, Throwable) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the ERROR priority including the stack trace of the Throwable t passed as parameter.
error(SAXParseException) - Method in class net.sf.xbus.base.xml.XParserErrorHandler
 
ERROR_FILE - Static variable in class net.sf.xbus.test.TestxBusNotOK
 
exception_ - Variable in class net.sf.xbus.base.core.timeoutcall.FutureResult
the exception encountered by operation producing result *
execute(String, Object) - Method in class net.sf.xbus.technical.as400.AS400ByteArrayListSender
Implemented method execute from ObjectSender sends the given object callData to the AS400-system.
execute(String, String) - Method in class net.sf.xbus.technical.as400.AS400FileSender
Implemented method execute from TextSender sends the given string callData to the AS400-system.
execute(String, Object) - Method in class net.sf.xbus.technical.as400.AS400ProgramSender
Performs the program call on the AS400.
execute(String, Object) - Method in class net.sf.xbus.technical.database.DatabaseSender
Sends SQL statements to the database and return the results.
execute(String, Object) - Method in class net.sf.xbus.technical.file.FileByteArrayListSender
execute sends the given ByteArrayList callData to the neighbor-system.
execute(String, Object) - Method in class net.sf.xbus.technical.file.FileLineWriterSender
 
execute(String, String) - Method in class net.sf.xbus.technical.file.FileSender
Implemented method execute from TextSender sends the given string callData to the neighbor-system.
execute(String, Object) - Method in class net.sf.xbus.technical.file.FileStreamSender
 
execute(String, String) - Method in class net.sf.xbus.technical.file.SimpleFileSender
 
execute(String, String) - Method in class net.sf.xbus.technical.ftp.FTPSender
Writes the data to the FTP server.
execute(String, Object) - Method in class net.sf.xbus.technical.http.HTTPByteArrayListSender
Sends the callData to the system.
execute(String, Object) - Method in class net.sf.xbus.technical.http.HTTPParameterSender
 
execute(String, String) - Method in class net.sf.xbus.technical.http.HTTPSender
Sends the callData to the system.
execute(String, Object) - Method in class net.sf.xbus.technical.http.HTTPStreamSender
 
execute(String, Object) - Method in class net.sf.xbus.technical.java.JavaSender
The given object will be sent to the neighbor-system.
execute(String, Object) - Method in class net.sf.xbus.technical.ldap.LDAPSender
Sends requests to the LDAP server and return the results.
execute(String, String) - Method in class net.sf.xbus.technical.mail.SMTPSender
Sends the callData.
execute(String, Object) - Method in class net.sf.xbus.technical.misc.PingSender
The given object callData will be returned.
execute(String, String) - Method in class net.sf.xbus.technical.misc.ProgramSender
Calls an external program.
execute(String, String) - Method in class net.sf.xbus.technical.misc.SimpleProgramSender
 
execute(String, String) - Method in class net.sf.xbus.technical.mq.MQSender
Sends the callData to the message-queue.
execute(String, Object) - Method in interface net.sf.xbus.technical.ObjectSender
The given object will be send to the neighbor system.
execute(String, String) - Method in class net.sf.xbus.technical.socket.SocketSender
 
execute(String, String) - Method in interface net.sf.xbus.technical.TextSender
The given string will be send to the neighbor system.
executeRead(String) - Method in class net.sf.xbus.technical.database.DBConnection
Executes a SQL statement to read data.
executeReadPrepared(Object) - Method in class net.sf.xbus.technical.database.DBConnection
Executes a stored prepared statement.
executeUpdate(String) - Method in class net.sf.xbus.technical.database.DBConnection
Executes an update, insert or delete statement.
executeUpdatePrepared(Object) - Method in class net.sf.xbus.technical.database.DBConnection
Executes a stored prepared statement.
existsFile(String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Checks if a file exists on the FTP server.
existsPrepared(Object) - Method in class net.sf.xbus.technical.database.DBConnection
Tests if a prepared statement is stored.
explainErrorcode(String) - Method in class net.sf.xbus.admin.Administrator
Explains an errorcode.
explainErrorcode(String) - Method in class net.sf.xbus.admin.jmx.Administrator
 
explainErrorcode(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
explainErrorcode(String) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
extractSubString(byte[], int, int) - Method in class net.sf.xbus.protocol.records.RecordTypeParser
extractSubString extracts a field value as string from a specific position in a byte array.

F

fatalError(SAXParseException) - Method in class net.sf.xbus.base.xml.XParserErrorHandler
 
FILE_NAME_DATE_FORMAT - Static variable in class net.sf.xbus.base.core.Constants
 
FILE_SEPERATOR - Static variable in class net.sf.xbus.base.core.Constants
 
FileAcceptor - Class in net.sf.xbus.base.xbussystem
Class FileAcceptor implements FilenameFilter interface to filter filenames.
FileAcceptor(String) - Constructor for class net.sf.xbus.base.xbussystem.FileAcceptor
Initializes new Filename filter for the given abstract pathname with checking it on observance of a Separator(WILDCARD) and storing the prefix and postfix of this filename in to class variables.
FileAcceptor - Class in net.sf.xbus.test
Class FileAcceptor implements FilenameFilter interface to filter filenames.
FileAcceptor(String) - Constructor for class net.sf.xbus.test.FileAcceptor
Initializes new Filename filter for the given abstract pathname with checking it on observance of a Separator(WILDCARD) and storing the prefix and postfix of this filename in to class variables.
FileBase - Class in net.sf.xbus.technical.file
Class FileBase is the abstract base class for the FileReceiverand FileSenderclasses.
FileBase() - Constructor for class net.sf.xbus.technical.file.FileBase
 
FileByteArrayListReceiver - Class in net.sf.xbus.technical.file
 
FileByteArrayListReceiver() - Constructor for class net.sf.xbus.technical.file.FileByteArrayListReceiver
 
FileByteArrayListReceiverThread - Class in net.sf.xbus.technical.file
The FileByteArrayListReceiverThread runs in the background and receives data from files when they exist.
FileByteArrayListReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileByteArrayListReceiverThread
The constructor stores the name of the system, which is processed by this thread.
FileByteArrayListSender - Class in net.sf.xbus.technical.file
FileByteArrayListSender manages writing a ByteArrayList on a mounted file system.
FileByteArrayListSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileByteArrayListSender
Constructs a FileByteArrayListSender object giving all necessary data from the standard configuration, checking file permissions and registering current resource by the TAManager.
FileJournal - Class in net.sf.xbus.base.journal
FileJournal writes information about the activities of the middleware into a file.
FileJournal() - Constructor for class net.sf.xbus.base.journal.FileJournal
 
FileLineReader - Class in net.sf.xbus.technical.file
LineReader to read/send a character stream from/to a file.
FileLineReader(File, String) - Constructor for class net.sf.xbus.technical.file.FileLineReader
 
FileLineReaderReceiver - Class in net.sf.xbus.technical.file
FileLineReaderReceiver is a receiver class which only opens the input file and send a reference to it through the integration layer.
FileLineReaderReceiver() - Constructor for class net.sf.xbus.technical.file.FileLineReaderReceiver
 
FileLineReaderReceiverThread - Class in net.sf.xbus.technical.file
The FileLineReaderReceiverThread runs in the background and receives data from files when they exist.
FileLineReaderReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileLineReaderReceiverThread
The constructor stores the name of the system, which is processed by this thread.
FileLineWriterSender - Class in net.sf.xbus.technical.file
FileLineWriterSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileLineWriterSender
Constructor for FileLineWriterSender.
FILENAME_WILDCARD - Static variable in class net.sf.xbus.base.xbussystem.XBUSSystem
 
FILENAME_WILDCARD_XML - Static variable in class net.sf.xbus.base.xbussystem.XBUSSystem
 
FileReceiver - Class in net.sf.xbus.technical.file
When the FileReceiver receives a request it reads the files into a String and calls the application layer.
FileReceiver() - Constructor for class net.sf.xbus.technical.file.FileReceiver
 
FileReceiverConfiguration - Class in net.sf.xbus.technical.file
Makes some configuration parameters accessible to different Receivers dealing with files.
FileReceiverConfiguration(String) - Constructor for class net.sf.xbus.technical.file.FileReceiverConfiguration
Reads some configuration entries and stores them in class variables.
FileReceiverThread - Class in net.sf.xbus.technical.file
The FileReceiverThread runs in the background and receives data from files when they exist.
FileReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileReceiverThread
Stores the interface name
FileSender - Class in net.sf.xbus.technical.file
FileSender manages writing a text file on a mounted file system.
FileSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileSender
Constructs a FileSender object giving all necessary data from the standard configuration, checking file permissions and registering current resource by the TAManager.
FileSenderConfiguration - Class in net.sf.xbus.technical.file
TODO Kommentierung
FileSenderConfiguration(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileSenderConfiguration
Reads some configuration entries and stores them in class variables.
FileStreamReceiver - Class in net.sf.xbus.technical.file
FileStreamReceiver is a receiver class which opens an InputStream of the input file and sends a reference to it through the xBus.
FileStreamReceiver() - Constructor for class net.sf.xbus.technical.file.FileStreamReceiver
 
FileStreamReceiverThread - Class in net.sf.xbus.technical.file
The FileStreamReceiverThread runs in the background and receives data from files when they exist.
FileStreamReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileStreamReceiverThread
The constructor stores the name of the system, which is processed by this thread.
FileStreamSender - Class in net.sf.xbus.technical.file
FileStreamSender gets an InputStream and writes it into a file.
FileStreamSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.FileStreamSender
Stores the given system.
FileTrace - Class in net.sf.xbus.base.core.trace
This implementation of TraceTarget writes the trace to a file.
FileTrace() - Constructor for class net.sf.xbus.base.core.trace.FileTrace
The constructor builds the name of the trace-file.
FixedTextTransformer - Class in net.sf.xbus.protocol.simple
The FixedTextTransformer serves for sending fix text.
FixedTextTransformer() - Constructor for class net.sf.xbus.protocol.simple.FixedTextTransformer
 
format(String, int) - Static method in class net.sf.xbus.base.core.trace.Formatter
Formats a trace-line: Timestamp | Priority | Threadname | Message
formatDate(Date) - Static method in class net.sf.xbus.base.journal.Journal
The given Date is converted to a string.
Formatter - Class in net.sf.xbus.base.core.trace
The Formatter ensures, that every line in the trace-protocol has an equal format.
Formatter() - Constructor for class net.sf.xbus.base.core.trace.Formatter
 
formatText(Message, XBUSSystem, boolean) - Static method in class net.sf.xbus.base.journal.Journal
Shortens either the request-message or the response-message to a length specified in the Configuration.
FTPConnection - Class in net.sf.xbus.technical.ftp
FTPConnection manages connections to FTP servers and provide methods for read and write access of files via FTP.
FTPException - Exception in net.sf.xbus.technical.ftp
 
FTPException() - Constructor for exception net.sf.xbus.technical.ftp.FTPException
 
FTPReceiver - Class in net.sf.xbus.technical.ftp
The class FTPReceiver receives data by reading a file on a FTP server.
FTPReceiver() - Constructor for class net.sf.xbus.technical.ftp.FTPReceiver
 
FTPSender - Class in net.sf.xbus.technical.ftp
FTPSender sends data to neighbor systems by accessing a FTP server and writing the data onto this server.
FTPSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.ftp.FTPSender
The constructor stores the destination, registers the FTPSender at the TAManager and opens the connection to the FTP server.
FutureResult - Class in net.sf.xbus.base.core.timeoutcall
A class maintaining a single reference variable serving as the result of an operation.
FutureResult() - Constructor for class net.sf.xbus.base.core.timeoutcall.FutureResult
Create an initially unset FutureResult

G

generateNOK(Message) - Method in class net.sf.xbus.test.NOKRouter
Sets the returncode of the message to RC_NOK.
get(int) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
 
get() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Access the reference, waiting if necessary until it is ready.
getAcceptedIssuers() - Method in class net.sf.xbus.technical.http.EasyX509TrustManager
 
getAdditionalAddressImplementation(String) - Static method in class net.sf.xbus.base.xbussystem.XBUSSystem
Gets the address implementation (AdditionalAddress) for the given system name.
getAdditionalInfo() - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
Returns the additionalInfo.
getAddress() - Method in class net.sf.xbus.technical.file.FileReceiverThread
Returns the file name of the received message.
getAddress() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
 
getAddress() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
getAddress() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Returns a concatenation of the mailbox name and the server name.
getAddress() - Method in class net.sf.xbus.technical.mq.MQReceiverThread
Returns the name of the message queue.
getAddress() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns the address of a received message, used for example in the tracing.
getAddresses() - Method in interface net.sf.xbus.base.xbussystem.AdditionalAddress
Returns a list of all configured addresses.
getAddresses() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Returns all address informations of the neighbor-system.
getAddresses() - Method in class net.sf.xbus.sample.Dealer
Returns a list of all dealernumbers.
getAllReceiverThreads() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all ReceiverThreads found in the Configuration.
getAllSystems() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all background receivers (ReceiverThreads and HTTPReceivers) found in the Configuration.
getAS400DateFormat() - Static method in class net.sf.xbus.base.core.Constants
Constructs a SimpleDateFormat using the default pattern using the given Constants.AS400_DATE_FORMAT and gets it into a String
getAttribute(Node, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Returns the value of the attribute.
getBCCAddresses() - Method in class net.sf.xbus.technical.mail.Email
 
getBroadcast() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Is a braodcast requested for all recorded addtional addresses when sending data to this system?
getBroadcastData(String) - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Check if the given address string does contain a reference to addtional address information.
getBrowser(XBUSSystem) - Method in class net.sf.xbus.technical.mq.MQConnection
Creates and returns a JMS- QueueBrowser for the given queue.
getByteArrayConverter() - Method in class net.sf.xbus.protocol.records.RecordTypeParser
getByteArrayConverter retrieves a byte array converter object which is convenient for the interface from which the records are to parse.
getByteArrayConverter() - Method in class net.sf.xbus.protocol.records.RecordTypeSerializer
Method getByteArrayConverter.
getCardinalityHigh(String, boolean) - Static method in class net.sf.xbus.base.core.strings.CardinalityStrings
getCardinalityHigh extracts the upper bound from a cardinality string like "1..*".
getCardinalityLow(String, boolean) - Static method in class net.sf.xbus.base.core.strings.CardinalityStrings
getCardinalityLow extracts the lower bound from a cardinality string like "1..*".
getCCAddresses() - Method in class net.sf.xbus.technical.mail.Email
 
getChapters() - Method in class net.sf.xbus.base.core.config.Configuration
Returns a list of all chapters.
getChildElementsByValue(Node, String, String) - Static method in class net.sf.xbus.base.xml.XDomSupport
getChildElementsByValue retrieves child nodes of type element selected by a certain for the value stored with them.
getChildNodesByAttrValue(Node, String, String, String) - Static method in class net.sf.xbus.base.xml.XDomSupport
getChildNodesByAttrValue retrieves child nodes selected by a certain value of a certain attribute.
getClass(String, String) - Static method in class net.sf.xbus.base.core.config.Configuration
Returns an entry of the class table.
getClassName() - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
Returns the className.
getCollumnsAsTableRows() - Method in class net.sf.xbus.admin.html.JournalBean
getCollumnsAsTableRows() composes String with the names of the collumns.
getCompleteName() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Returns the concatenation of name and all addresses of the neighbor-system by "_" separated.
getConfigFilename() - Method in class net.sf.xbus.technical.file.FileReceiver
 
getConfigurationAsTableRows() - Method in class net.sf.xbus.admin.html.ConfigurationBean
Gets property configurationAsTableRows .
getContent() - Method in class net.sf.xbus.technical.mail.Email
 
getContentAsString(String) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
getContentAsString returns the content of the ByteArrayList as string.
getContentType() - Method in class net.sf.xbus.technical.mail.Email
 
getContext() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Returns the Context of the current connection to the LDAP server.
getConverter(String) - Static method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterFactory
 
getDataAsTableRows() - Method in class net.sf.xbus.admin.html.JournalBean
getDataAsTableRows() invokes the static method ReadJournal.readSelected(HashMap, String, String)and returns all selected data int the Html tages as String.
getDateAsString() - Static method in class net.sf.xbus.base.core.Constants
Constructs a SimpleDateFormat using the default pattern using the given Constants.FILE_NAME_DATE_FORMAT and gets it into a String
getDateFormat() - Static method in class net.sf.xbus.base.core.Constants
Constructs and gets a SimpleDateFormat using the default pattern using the given Constants.DATE_FORMAT
getDealerName(String) - Method in class net.sf.xbus.sample.Dealer
Returns the name of the dealer.
getDeletedMessageFilenames() - Method in class net.sf.xbus.admin.Administrator
Reads the filenames that are currently in the Deleted Message Store.
getDeletedMessageFilenames() - Method in class net.sf.xbus.admin.html.DeletedMessageStoreBean
 
getDeletedMessageFilenames() - Method in class net.sf.xbus.admin.jmx.Administrator
 
getDeletedMessageFilenames() - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
getDeletedMessageFilenames() - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
getDeletedMessageFilenames() - Static method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Reads the name of all files containing deleted messages.
getDelimiters() - Method in class net.sf.xbus.base.core.ASCIITokenizer
Returns the delimiters of this tokenizer
getDescriptionTree() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
getDetailsAsTable() - Method in class net.sf.xbus.admin.html.JournalBean
Depending on the obtained parameters, getDetailsAsTable() composes String with the request/response/error message or with the detail liste.
getDirectory() - Static method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Reads the name of the directory of the deleted messages out of the configuration.
getDocumentBuilder(String, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Returns a DocumentBuilder needed for parsing.
getDocumentBuilder(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Returns an adequate DocumentBuilder for this message
getEncoding(AS400, String) - Static method in class net.sf.xbus.technical.as400.AS400FileBase
Returns the encoding of the data type from the Configuration.
getEncoding(String) - Static method in class net.sf.xbus.technical.file.FileBase
Reads the file encoding for the given system name from the Configuration.
getEncoding() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter Encoding.
getEncoding() - Method in class net.sf.xbus.technical.file.FileSenderConfiguration
 
getEntriesFromDirectory(File) - Method in class net.sf.xbus.tools.ConfigSearcher
 
getErrorcode() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the error code from the journal
getErrorcode() - Method in class net.sf.xbus.protocol.Message
Gets the errorcode.
getErrormessage() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the error message from the journal
getErrormessage() - Method in class net.sf.xbus.application.Adapter
After calling the application layer, the receiver can query the resulting error message.
getErrorMessage() - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
Returns the errorMessage.
getErrorRequest() - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
Returns the errorRequest.
getErrortext() - Method in class net.sf.xbus.protocol.Message
Gets the errortext.
getErrorTimeout() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns the time to wait after an error has occured.
getException() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Get the exception, or null if there isn't one (yet).
getExceptionInformation() - Static method in exception net.sf.xbus.base.core.XException
 
getFieldNames() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
getFieldSeparator() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
getFileLength(String) - Method in class net.sf.xbus.technical.file.FileBase
 
getFileName() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter FileName.
getFileName(String) - Static method in class net.sf.xbus.technical.ftp.FTPConnection
Extracts the name of the file itself from a complete file name.
getFileNames() - Method in class net.sf.xbus.technical.file.FileSenderConfiguration
 
getFromAddress() - Method in class net.sf.xbus.technical.mail.Email
 
getFTPName(String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Returns a string containing host, port, working directory and name of the file, mainly used for tracing.
getFunction() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the function from the journal
getFunction() - Method in class net.sf.xbus.protocol.Message
Gets the name of the function.
getId() - Method in class net.sf.xbus.protocol.Message
Gets the unique id.
getInstance() - Static method in class net.sf.xbus.base.core.config.Configuration
Returns an instance of the standard Configuration.
getInstance(String) - Static method in class net.sf.xbus.base.core.config.Configuration
Returns a named instance of the Configuration.
getInstance(String) - Static method in class net.sf.xbus.base.core.MessageHandler
Returns a named instance of the Message.
getInstance(ClassLoader) - Static method in class net.sf.xbus.base.core.reflection.XBUSClassLoader
Returns an instance of the URLClassLoader, that loads all jar files under XBUS_HOME/lib, XBUS_HOME/lib/runtime and XBUS_HOME/plugin/lib.
getInstance() - Static method in class net.sf.xbus.base.core.TAManager
Delivers an instance of TAManager.
getInstance() - Static method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Returns an instance of the DeletedMessageStore.
getInstance() - Static method in class net.sf.xbus.bootstrap.ReceiverServiceBootstrap
 
getInstance(String) - Static method in class net.sf.xbus.protocol.csv.CSVParser
Returns an instance of CSVParser
getInstance(String) - Static method in class net.sf.xbus.protocol.csv.CSVSerializer
 
getInstance(String, int) - Static method in class net.sf.xbus.protocol.records.RecordTypeParser
getInstance() retrieves the an instance of RecordTypeParser.
getInstance(String, int) - Static method in class net.sf.xbus.protocol.records.RecordTypeSerializer
getInstance() retrieves the an instance of RecordTypeSerializer.
getInstance(String) - Static method in class net.sf.xbus.technical.as400.AS400Connection
Delivers an instance of AS400Connection.
getInstance(String) - Static method in class net.sf.xbus.technical.database.DBConnection
Delivers an instance of DBConnection.
getInstance(String) - Static method in class net.sf.xbus.technical.ftp.FTPConnection
Delivers an open instance of FTPConnection.
getInstance(String) - Static method in class net.sf.xbus.technical.ldap.LDAPConnection
Delivers an open instance of LDAPConnection.
getInstance() - Static method in class net.sf.xbus.technical.mq.MQConnection
Delivers an instance of MQConnection.
getInstance() - Static method in class net.sf.xbus.technical.ReceiverService
Returns the one and only instance of the ReceiverService, which implements the Singleton pattern.
getInstance() - Static method in class net.sf.xbus.technical.ReceiverThreadManager
Returns the one and only object of class ReceiverThreadManager.
getJournalAsTableRows(ReadJournal, int) - Method in class net.sf.xbus.admin.html.JournalBean
getJournalAsTableRows(ReadJournal, int) composes String with the values from the data base.
getJVMStatus() - Method in class net.sf.xbus.admin.Administrator
Returns some information about the state of the Java Virtual Machine, containing memory consumption and information about the environment.
getJvmStatus() - Method in class net.sf.xbus.admin.html.AdministrationBean
Returns the status of the JVM.
getJVMStatus() - Method in class net.sf.xbus.admin.jmx.Administrator
 
getJVMStatus() - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
getJVMStatus() - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
getKeysAndValues(String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns a map of all keys and their values for the given chapter and section.
getLastByteOfFile(String) - Method in class net.sf.xbus.technical.file.FileBase
 
getLineLength() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter RecordLineLength.
getLineSeparator() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
getLineSeparator() - Method in class net.sf.xbus.protocol.csv.CSVSerializer
 
getLineSeperator(String) - Static method in class net.sf.xbus.base.core.Constants
getLineSeperator returns the line break representation for a specified platform.
getMapping(String, String) - Static method in class net.sf.xbus.base.core.config.Configuration
Returns an entry of the mapping table.
getMappingDefault(String) - Static method in class net.sf.xbus.base.core.config.Configuration
 
getMappingOptional(String, String) - Static method in class net.sf.xbus.base.core.config.Configuration
Returns an entry of the mapping table or null if it doesn't exist.
getMaxAge() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Get the maximal age of the data source.
getMaxLineLength() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter MaxLineLength.
getMessage(String, List) - Method in class net.sf.xbus.base.core.MessageHandler
On the basis of the key get the message of the properties file.
getMessage() - Method in exception net.sf.xbus.base.core.XException
 
getMessageId() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the message id from the journal
getMessageOptional(String, List) - Method in class net.sf.xbus.base.core.MessageHandler
On the basis of the key get the message of the properties file.
getMinAge() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Get the minimal age of the data source.
getName() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Returns the name of the neighbor-system.
getNavigationAsTableRows() - Method in class net.sf.xbus.admin.html.NavigationBean
Depending on the presence in clickedNavigateVector, getNavigationAsTableRows() composes and returnes String with the currently menu to the NavigationPage.
getNextNodeIndexIgnoringFormatingText(NodeList, int) - Static method in class net.sf.xbus.base.xml.XDomSupport
getNextNodeIndexIgnoringFormatingText retrieves the position of the next node after the position startPos within the list nodes which is not a text node only containing whitespace.
getNodeText(Node) - Static method in class net.sf.xbus.base.xml.XDomSupport
 
getNodeText(Node) - Static method in class net.sf.xbus.base.xml.XMLHelper
 
getNotRunningReceiverThreads() - Method in class net.sf.xbus.admin.html.ReceiverThreadBean
 
getNumber() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the number from the journal
getNumberString(int, int) - Static method in class net.sf.xbus.base.core.strings.XStringSupport
getNumberString constructs a string out of an integer value.
getOnError(Configuration, String) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Determines the action which should happen in case of an error from the standard configuration and checks its conformity with the allowed ones: Preserve -the source file remains without modifications Rename   - the source file member is renamed Delete or DeleteFile   - the source file is deleted DeleteMember   - the source file member is deleted
getOnError() - Method in class net.sf.xbus.technical.file.FileReceiver
 
getOnError() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter OnError.
getOnError() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
Returns the onError.
getPhysQueuename(XBUSSystem) - Method in class net.sf.xbus.technical.mq.MQConnection
Reads the name of the message queue from the configuration.
getQuoteChar() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
getReceiver(XBUSSystem) - Method in class net.sf.xbus.technical.mq.MQConnection
Creates and returns a JMS- QueueReceiver for the given queue.
getReceiverClassName() - Method in class net.sf.xbus.technical.file.FileReceiverThread
 
getReceiverClassName() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
 
getReceiverClassName() - Method in class net.sf.xbus.technical.mq.MQReceiverThread
 
getReceiverClassName() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns the name of the receiver class, used for example to determine values in the configuration.
getReceiverServiceStatus() - Method in class net.sf.xbus.admin.Administrator
Returns lists of running, stopped and killed ReceiverThreads.
getReceiverServiceStatus() - Method in class net.sf.xbus.admin.html.AdministrationBean
Returns the status of the ReceiverThreads.
getReceiverServiceStatus() - Method in class net.sf.xbus.admin.jmx.Administrator
 
getReceiverServiceStatus() - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
getReceiverServiceStatus() - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
getRefreshMQ() - Method in class net.sf.xbus.admin.html.AdministrationBean
Returns a string for the JSP, which indicates, wether the configuration has been refreshed or not.
getRenamedMember(QSYSObjectPathName, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Return a path name with a new member name.
getReplacements() - Method in class net.sf.xbus.base.xbussystem.FileAcceptor
Returns the list with all replacements (WILDCARDS)
getReplacements() - Method in class net.sf.xbus.test.FileAcceptor
Returns the list with all replacements (WILDCARDS)
getRequestContent() - Method in class net.sf.xbus.technical.as400.AS400ByteArrayListReceiver
Reads the integrated file system object specified by the path name into a ByteArrayList.
getRequestContent() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
getRequestContent delivers the content of the request.
getRequestContent() - Method in class net.sf.xbus.technical.as400.AS400LineReaderReceiver
Opens the interface file on the AS400 and returns an AS400LineReader object as reference to the opened file.
getRequestContent() - Method in class net.sf.xbus.technical.file.FileByteArrayListReceiver
 
getRequestContent() - Method in class net.sf.xbus.technical.file.FileLineReaderReceiver
 
getRequestContent() - Method in class net.sf.xbus.technical.file.FileReceiver
getRequestContent delivers the content of the request.
getRequestContent() - Method in class net.sf.xbus.technical.file.FileStreamReceiver
 
getRequestContent() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
 
getRequestContent(String) - Method in class net.sf.xbus.technical.mail.POP3Receiver
 
getRequestContent(String) - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
getRequestContent delivers the content of the request.
getRequestDocument(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the resquest document always returns null.
getRequestDocument(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Returns the request XML data as a org.w3c.dom.Document.
getRequestDocument(XBUSSystem) - Method in interface net.sf.xbus.protocol.XMLMessage
Returns the request XML data as a org.w3c.dom.Document.
getRequestFromDate() - Method in class net.sf.xbus.admin.html.SelectionBean
Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (-1)to the given time field, based on the calendar's rules.
getRequestMessage() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the request message from the journal
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
 
getRequestObject(XBUSSystem) - Method in interface net.sf.xbus.protocol.ObjectMessage
Gets the object from an incomimg message.
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Gets the text of the incoming message as a ByteArrayList.
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the response object always returns null.
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleObjectMessage
 
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
getRequestObject(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
 
getRequestText(XBUSSystem) - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
 
getRequestText(XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
Returns the request text as String.
getRequestText(XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Gets the text of the incoming message.
getRequestText(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the request text always returns null.
getRequestText(XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
getRequestText(XBUSSystem) - Method in interface net.sf.xbus.protocol.TextMessage
Gets the text from an incomimg message.
getRequestText(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Gets the text of the incoming message.
getRequestTextAsXML(XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Gets the text of the message as xml document.
getRequestTimestamp() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the request timestamp from the journal
getRequestTimestamp() - Method in class net.sf.xbus.protocol.Message
Gets the timestamp when this Message has been received.
getRequestToDate() - Method in class net.sf.xbus.admin.html.SelectionBean
Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (+1)to the given time field, based on the calendar's rules.
getResolution(Configuration, String) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Determines the final resolution (action after successful file processing) for the given system name from the standard configuration and checks its conformity with the allowed ones: Preserve -the source file remains without modifications Rename   - the source file member is renamed Delete or DeleteFile   - the source file is deleted DeleteMember   - the source file member is deleted CallProgram   - a parameterless program is called on the AS400, its path is given in the configuration
getResolution(Configuration, String) - Method in class net.sf.xbus.technical.as400.AS400FileSender
Reads conflict resolution (resolved action when the file already exists) for the given system name from the configuration and checks its conformity with the allowed ones: Append Overwrite Error
getResolution() - Method in class net.sf.xbus.technical.file.FileReceiverConfiguration
Returns the parameter FinalResolution.
getResolution() - Method in class net.sf.xbus.technical.file.FileSenderConfiguration
 
getResponse() - Method in class net.sf.xbus.application.Adapter
After calling the application layer, the receiver can query the resulting response.
getResponseDocument() - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the response document always returns null.
getResponseDocument() - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Returns the response XML data as a org.w3c.dom.Document.
getResponseDocument() - Method in interface net.sf.xbus.protocol.XMLMessage
Returns the response XML data as a org.w3c.dom.Document.
getResponseMessage() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the response message from the journal
getResponseObject() - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
 
getResponseObject() - Method in interface net.sf.xbus.protocol.ObjectMessage
Gets the object of the outgoing message.
getResponseObject() - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Gets the text of the response message as a ByteArrayList.
getResponseObject() - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the response object always returns null.
getResponseObject() - Method in class net.sf.xbus.protocol.simple.SimpleObjectMessage
 
getResponseObject() - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
getResponseObject() - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
 
getResponseText() - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
 
getResponseText() - Method in class net.sf.xbus.protocol.csv.CSVMessage
Returns the response text as String.
getResponseText() - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Gets the text of the response message.
getResponseText() - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Getting the response text always returns null.
getResponseText() - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
getResponseText() - Method in interface net.sf.xbus.protocol.TextMessage
Gets the text of the outgoing message.
getResponseText() - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Gets the text of the outgoing message.
getResponseTimestamp() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the response timestamp from the journal
getResponseTimestamp() - Method in class net.sf.xbus.protocol.Message
Gets the timestamp when the response has been given to the neighbor-system, which has sent the request.
getResult() - Method in class net.sf.xbus.admin.html.AdministrationBean
 
getReturncode() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the return code from the journal
getReturncode() - Method in class net.sf.xbus.application.Adapter
After calling the application layer, the receiver can query the resulting returncode.
getReturncode() - Method in class net.sf.xbus.protocol.Message
Gets the returncode.
getReturncode() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
getRunningHTTPReceivers() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all running HTTPReceivers.
getRunningReceiverThreads() - Method in class net.sf.xbus.admin.html.ReceiverThreadBean
 
getRunningReceiverThreads() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all running ReceiverThreads.
getRunningSystems() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all running background receivers (ReceiverThreads and HTTPReceivers).
getSearchControls() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Creates and returns SearchControls used to search entries in the LDAP server.
getSections(String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns a list of all sections for the given chapter
getSender(XBUSSystem) - Method in class net.sf.xbus.technical.mq.MQConnection
Creates and returns a JMS- QueueSender for the given queue.
getSentDate() - Method in class net.sf.xbus.technical.mail.Email
 
getShortname() - Method in class net.sf.xbus.protocol.Message
Gets the shortname.
getSource() - Method in class net.sf.xbus.protocol.Message
Gets the name of the neighbor-system that has send the message.
getSource() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns the source of the messages.
getStopAfterErrors(String, String) - Static method in class net.sf.xbus.technical.ReceiverThreadManager
Returns the amount of errors, after them a receiver will be stopped The value is read out of the configuration, either a default for the receiver class or a value specific for the current source.
getStoppedSystems() - Method in class net.sf.xbus.technical.ReceiverThreadManager
Returns a set with the names of all stopped background receivers (ReceiverThreads and HTTPReceivers).
getStr() - Method in class net.sf.xbus.base.core.ASCIITokenizer
Returns the string to be tokenized
getSubject() - Method in class net.sf.xbus.technical.mail.Email
 
getSystem() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the system from the journal
getSystem() - Method in class net.sf.xbus.technical.as400.AS400Connection
Returns the AS400 object for the connection.
getSystems() - Method in class net.sf.xbus.admin.html.SelectionBean
Gets all sections from the Configuration for the giving system.
getSystems(String, String) - Static method in class net.sf.xbus.base.xbussystem.XBUSSystem
Returns a list of XBUSSystems, generated through the replacing of all possible place markers.
getTagAttribute(Document, String, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
getTagAttribute gets the text of the attribute named attr in the first occurence of the tag in the given org.w3c.dom.Document.
getTagCDATA(Document, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
getTagCDATA gets the content of the first CDATA section in the first occurence of the tag in the given org.w3c.dom.Document.
getTagText(Document, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Gets the text of the first occurence of the tag in the given org.w3c.dom.Document.
getTagTextList(Document, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Gets the name/value list composed by the child element nodes of the first occurence of the tag in the given org.w3c.dom.Document.
getTemplateAsDocument() - Method in class net.sf.xbus.protocol.soap.SOAPMessage
Returns a W3C document containing an empty SOAPMessage
getTemplateAsDocument() - Static method in class net.sf.xbus.protocol.xml.XBUSXMLMessage
Returns a W3C document containing an empty XBUSXMLMessage
getTemplateAsDocument() - Static method in class net.sf.xbus.technical.as400.AS400ProgramSender
Returns a W3C document containing an empty AS400ProgramMessage
getTemplateAsString() - Static method in class net.sf.xbus.protocol.soap.SOAPMessage
Returns a XML string containing an empty SOAPMessage
getTemplateAsString() - Static method in class net.sf.xbus.protocol.xml.XBUSXMLMessage
Returns a XML string containing an empty XBUSXMLMessage
getTemplateAsString() - Static method in class net.sf.xbus.technical.as400.AS400ProgramSender
Returns a XML string containing an empty AS400ProgramMessage
getThreadFactory() - Method in class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser
Get the factory for creating new threads.
getTimeout() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Returns the time to wait after the successful processing of a message.
getTitle() - Method in class net.sf.xbus.admin.html.AdministrationBean
 
getToAddresses() - Method in class net.sf.xbus.technical.mail.Email
 
getTrace() - Method in class net.sf.xbus.admin.html.AdministrationBean
Returns the content of the tracing.
getTrace() - Method in class net.sf.xbus.base.core.trace.ConsoleTrace
Not implemented for ConsoleTrace!
getTrace() - Method in class net.sf.xbus.base.core.trace.FileTrace
Returns all trace messages as one large string.
getTrace() - Static method in class net.sf.xbus.base.core.trace.Trace
Returns all trace messages as one large string.
getTrace() - Method in interface net.sf.xbus.base.core.trace.TraceTarget
Returns all trace messages as one large string.
getTracelevel() - Static method in class net.sf.xbus.base.core.trace.Trace
 
getTrimedNodeText(Node) - Static method in class net.sf.xbus.base.xml.XDomSupport
getTrimedNodeText retrieves the value for a node representing the corresponding xml tag.
getType() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets the type of the message from the journal
getType() - Method in class net.sf.xbus.technical.as400.AS400ByteArrayListReceiver
 
getType() - Method in class net.sf.xbus.technical.as400.AS400ByteArrayListSender
 
getType() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
 
getType() - Method in class net.sf.xbus.technical.as400.AS400FileSender
 
getType() - Method in class net.sf.xbus.technical.as400.AS400LineReaderReceiver
 
getType() - Method in class net.sf.xbus.technical.as400.AS400ProgramSender
 
getType() - Method in class net.sf.xbus.technical.database.DatabaseSender
 
getType() - Method in class net.sf.xbus.technical.file.FileByteArrayListReceiver
 
getType() - Method in class net.sf.xbus.technical.file.FileByteArrayListSender
 
getType() - Method in class net.sf.xbus.technical.file.FileLineReaderReceiver
 
getType() - Method in class net.sf.xbus.technical.file.FileLineWriterSender
 
getType() - Method in class net.sf.xbus.technical.file.FileReceiver
 
getType() - Method in class net.sf.xbus.technical.file.FileReceiverThread
 
getType() - Method in class net.sf.xbus.technical.file.FileSender
 
getType() - Method in class net.sf.xbus.technical.file.FileStreamReceiver
 
getType() - Method in class net.sf.xbus.technical.file.FileStreamSender
 
getType() - Method in class net.sf.xbus.technical.file.SimpleFileSender
 
getType() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
 
getType() - Method in class net.sf.xbus.technical.ftp.FTPSender
 
getType() - Method in class net.sf.xbus.technical.http.HTTPByteArrayListSender
 
getType() - Method in class net.sf.xbus.technical.http.HTTPParameterSender
 
getType() - Method in class net.sf.xbus.technical.http.HTTPReceiver
 
getType() - Method in class net.sf.xbus.technical.http.HTTPSender
 
getType() - Method in class net.sf.xbus.technical.http.HTTPStreamSender
 
getType() - Method in class net.sf.xbus.technical.java.JavaReceiver
 
getType() - Method in class net.sf.xbus.technical.java.JavaSender
 
getType() - Method in class net.sf.xbus.technical.ldap.LDAPSender
 
getType() - Method in class net.sf.xbus.technical.mail.POP3Receiver
 
getType() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
getType() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Returns Constants.TYPE_OBJECT
getType() - Method in class net.sf.xbus.technical.mail.SMTPSender
 
getType() - Method in class net.sf.xbus.technical.misc.PingSender
 
getType() - Method in class net.sf.xbus.technical.misc.ProgramSender
 
getType() - Method in class net.sf.xbus.technical.mq.MQReceiverThread
Returns Constants.TYPE_TEXT
getType() - Method in class net.sf.xbus.technical.mq.MQSender
 
getType() - Method in interface net.sf.xbus.technical.Receiver
A Receiver can receive data either as a String or as an Object from a neighboring system.
getType() - Method in interface net.sf.xbus.technical.Sender
A Sender can send data either as a String or as an Object to the neighboring system.
getType() - Method in class net.sf.xbus.technical.socket.SocketSender
 
getUrl() - Method in class net.sf.xbus.technical.database.DBConnection
Returns the complete URL of the DBConnection
getValue(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the value of an entry.
getValue(String, String, String) - Method in interface net.sf.xbus.base.xbussystem.AdditionalAddress
 
getValue(String, String, String) - Method in class net.sf.xbus.sample.Dealer
 
getValueAsBoolean(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the value of an entry as a boolean.
getValueAsBooleanOptional(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the optional value of an entry as a boolean.
getValueAsInt(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the value of an entry as an integer.
getValueAsIntOptional(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the optional value of an entry as an integer.
getValueAsLongOptional(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the optional value of an entry as an long value.
getValueOptional(String, String, String) - Method in class net.sf.xbus.base.core.config.Configuration
Returns the value of an entry.
getWorkingDirectory(String) - Static method in class net.sf.xbus.technical.ftp.FTPConnection
Extracts the name of the directory from a complete file name.
getXML() - Method in class net.sf.xbus.technical.mail.Email
 
getXMLEncoding() - Static method in class net.sf.xbus.base.core.Constants
Reads the encoding for XML data in the configuration and returns it.
getXSLTransformer(String) - Method in class net.sf.xbus.protocol.simple.TextXSLTTransformer
Returns a Transformer object needed for the XSLT processing.
getXSLTransformer(String) - Method in class net.sf.xbus.protocol.xml.XSLTTransformer
Returns a Transformer object needed for the XSLT processing.

H

hashCode() - Method in class net.sf.xbus.technical.http.EasySSLProtocolSocketFactory
 
hasMarker(String) - Method in interface net.sf.xbus.base.xbussystem.AdditionalAddress
Returns if the given text contains placeholders for informations on the address.
hasMarker(String) - Method in class net.sf.xbus.sample.Dealer
Returns if the given text contains placeholders for informations on the address.
HSQLDBShutdown - Class in net.sf.xbus.tools
 
HSQLDBShutdown() - Constructor for class net.sf.xbus.tools.HSQLDBShutdown
 
HTTPByteArrayListSender - Class in net.sf.xbus.technical.http
The HTTPByteArrayListSender sends a ByteArrayList in the form of a String to an URL.
HTTPByteArrayListSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.http.HTTPByteArrayListSender
 
HTTPParameterSender - Class in net.sf.xbus.technical.http
HTTPParameterSender gets a XML document containing parameter and values and sends them as a query string to an URL.
HTTPParameterSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.http.HTTPParameterSender
Stores the given destination.
HTTPReceiver - Class in net.sf.xbus.technical.http
The class HTTPReceiver handles requests coming via a HTTP-connection.
HTTPReceiver() - Constructor for class net.sf.xbus.technical.http.HTTPReceiver
 
HTTPReceiverBootstrap - Class in net.sf.xbus.bootstrap
HTTPReceiverBootstrap starts the HTTPReceiver, using the XBUSClassLoader.
HTTPReceiverBootstrap() - Constructor for class net.sf.xbus.bootstrap.HTTPReceiverBootstrap
 
HTTPSender - Class in net.sf.xbus.technical.http
The HTTPSender sends a message to an URL.
HTTPSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.http.HTTPSender
Stores the destination for later use.
HTTPStreamSender - Class in net.sf.xbus.technical.http
HTTPStreamSender gets an InputStream and streams it to an URL.
HTTPStreamSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.http.HTTPStreamSender
Stores the given destination.

I

IFCONTENTCLASS_BYTEARRAYLIST - Static variable in class net.sf.xbus.base.core.Constants
 
IFCONTENTCLASS_STRING - Static variable in class net.sf.xbus.base.core.Constants
 
incrementErrorCounter() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Increments the error counter.
INFO - Static variable in class net.sf.xbus.base.core.trace.Trace
 
info(Object) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the INFO priority.
initialize() - Static method in class net.sf.xbus.base.core.trace.Trace
The initialize() method reads the name and the level of the trace from the Configuration and initializes the Tracing
initialize() - Static method in class net.sf.xbus.base.journal.Journal
 
initialize(String, String) - Method in class net.sf.xbus.technical.http.HTTPSender
 
initialize() - Method in class net.sf.xbus.technical.mq.MQConnection
Initializes the MQConnection.
initializeAmountErrorsCompletely() - Static method in class net.sf.xbus.technical.http.HTTPReceiver
 
initializeErrorCounter() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Initializes the error counter to 0.
initializeThread() - Method in class net.sf.xbus.technical.file.FileReceiverThread
Not implemented because the run method is not the standard implementation.
initializeThread() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Opens the connection to the POP3 server.
initializeThread() - Method in class net.sf.xbus.technical.mq.MQReceiverThread
Opens a MQConnection.
initializeThread() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Initialization of the the thread, called in the beginning, before the loop for processing messages starts.
interruptThread() - Method in class net.sf.xbus.technical.ReceiverThreadBase
interruptThread shall interrupt the loop of receiving and processing messages and cause the thread to stop.
invoke(Message) - Method in class net.sf.xbus.application.Router
A chain of invocations of one or more senders.
invokeAndDistribute(Message) - Method in class net.sf.xbus.application.Router
A combination of invoke and distribute.
isCardinalityInterval(String, boolean) - Static method in class net.sf.xbus.base.core.strings.CardinalityStrings
isCardinalityInterval checks if a given string is a cardinatily interval like "1..*".
isCardinalityValid(String) - Static method in class net.sf.xbus.base.core.strings.CardinalityStrings
isCardinalityValid checks if a string is a well-formed cardinality.
isEmpty() - Method in class net.sf.xbus.technical.mail.Email
 
isHasHeader() - Method in class net.sf.xbus.protocol.csv.CSVParser
 
isHTTPReceiverStopped(String) - Method in class net.sf.xbus.technical.ReceiverThreadManager
Indicates whether a HTTPReceiver is stopped
isInitialized() - Static method in class net.sf.xbus.base.core.trace.Trace
Tests if the Tracer is initialized.
isReady() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Return whether the reference or exception have been set.
isTestSystem() - Method in class net.sf.xbus.technical.as400.AS400Connection
Helper method for writing testdrivers when no AS400 is available.
isValidTagName(String) - Static method in class net.sf.xbus.base.xml.XDomSupport
isValidTagName checks if a string conforms to the conventions for xml tag names.
isWatchdogRunning() - Method in class net.sf.xbus.technical.ReceiverService
 
IteratedNodeOperation - Interface in net.sf.xbus.base.xml
IteratedNodeOperation defines the signatures for operations to be executed while traversing a DOM tree.
iteratedProcedure(Node) - Method in interface net.sf.xbus.base.xml.IteratedNodeOperation
iteratedProcedure is the operation to be performed on each node.
iteratedProcedure(Node) - Method in class net.sf.xbus.base.xml.IteratedWhitespaceInElementAndCommentDeletion
iteratedProcedure deletes all comment nodes and whitespace text nodes directly below the specified node - the latter if the parent is an element node.
iteratedProcedure(Node) - Method in class net.sf.xbus.base.xml.IteratedWhitespaceInElementDeletion
iteratedProcedure deletes all whitespace text nodes directly below the specified node if it is an element node.
IteratedWhitespaceInElementAndCommentDeletion - Class in net.sf.xbus.base.xml
IteratedWhitespaceInElementAndCommentDeletion implements a DOM node operation to delete text nodes containing only whitespace within xml tags and comment nodes.
IteratedWhitespaceInElementAndCommentDeletion() - Constructor for class net.sf.xbus.base.xml.IteratedWhitespaceInElementAndCommentDeletion
 
IteratedWhitespaceInElementDeletion - Class in net.sf.xbus.base.xml
IteratedWhitespaceInElementAndCommentDeletion implements a DOM node operation to delete text nodes containing only whitespace within xml tags.
IteratedWhitespaceInElementDeletion() - Constructor for class net.sf.xbus.base.xml.IteratedWhitespaceInElementDeletion
 
iterator() - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
Returns an iterator over the elements in this list in proper sequence.

J

JavaCaller - Class in net.sf.xbus.technical.java
Used by JavaSender.execute(String, Object) together with the TimedCallable to be able to stop the execution of the program after a timeout.
JavaCaller(XBUSSystem, String, Object, boolean) - Constructor for class net.sf.xbus.technical.java.JavaCaller
Stores the given data.
JavaReceiver - Class in net.sf.xbus.technical.java
The class JavaReceiver receives a request via a call of its receive method.
JavaReceiver() - Constructor for class net.sf.xbus.technical.java.JavaReceiver
 
JavaReceiverBootstrap - Class in net.sf.xbus.bootstrap
JavaReceiverBootstrap is used to call the xBus directly from another Java application.
JavaReceiverBootstrap() - Constructor for class net.sf.xbus.bootstrap.JavaReceiverBootstrap
 
JavaReceiverSample - Class in net.sf.xbus.sample
This is an example how to invoke the JavaReceiverBootstrap.
JavaReceiverSample() - Constructor for class net.sf.xbus.sample.JavaReceiverSample
 
JavaSender - Class in net.sf.xbus.technical.java
JavaSender sends data by calling a method of an object.
JavaSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.java.JavaSender
 
JavaTransformer - Class in net.sf.xbus.protocol.java
The JavaTransformer calls a method of a Java class, to transform the source into the destination format.
JavaTransformer() - Constructor for class net.sf.xbus.protocol.java.JavaTransformer
 
JavaTransformerSample - Class in net.sf.xbus.sample
This example of a class called by the JavaTransformer reverses a string.
JavaTransformerSample() - Constructor for class net.sf.xbus.sample.JavaTransformerSample
 
JavaWorker - Class in net.sf.xbus.sample
 
JavaWorker() - Constructor for class net.sf.xbus.sample.JavaWorker
 
Journal - Class in net.sf.xbus.base.journal
Journal writes information about the activities of the middleware.
Journal() - Constructor for class net.sf.xbus.base.journal.Journal
 
JournalBean - Class in net.sf.xbus.admin.html
Depending on the obtained parameters from the SelectPage the JournalBean supplies the JournalPage with the results from data base in the form of the table.
JournalBean() - Constructor for class net.sf.xbus.admin.html.JournalBean
 
JournalInterface - Interface in net.sf.xbus.base.journal
Interface for classes which write information about the activities of the middleware.

K

KEY_CSV_ALWAYS_QUOTE - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_CSV_DESCRIPTION_FILE - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_CSV_FIELD_SEPARATOR - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_CSV_HAS_HEADER - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_CSV_QUOTE_CHAR - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_ENCODING - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_FILENAME - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_RECEIVE_RESOL - Static variable in class net.sf.xbus.base.core.Constants
 
KEY_SEND_RESOL - Static variable in class net.sf.xbus.base.core.Constants
 

L

LAYER_ADMIN - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_APPLICATION - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_BASE - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_BOOTSTRAP - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_COREBASE - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_PROTOCOL - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_SAMPLE - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_TECHNICAL - Static variable in class net.sf.xbus.base.core.Constants
 
LAYER_TESTDRIVER - Static variable in class net.sf.xbus.base.core.Constants
 
LDAPConnection - Class in net.sf.xbus.technical.ldap
Manages connections to LDAP servers.
LDAPSender - Class in net.sf.xbus.technical.ldap
The LDAPSender sends requests to a LDAP server and returns the results.
LDAPSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.ldap.LDAPSender
The constructor stores the destination.
length() - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
Method length.
LINE_SEPERATOR - Static variable in class net.sf.xbus.base.core.Constants
 
LineReader - Interface in net.sf.xbus.base.linereader
LineReaders are used by some Senders and Receivers to send a character stream through the xBus.
LineTransformer - Interface in net.sf.xbus.base.linereader
TODO Kommentierung
LOCATION_EXTERN - Static variable in class net.sf.xbus.base.core.Constants
 
LOCATION_INTERN - Static variable in class net.sf.xbus.base.core.Constants
 
log(char, XBUSSystem, Message) - Method in class net.sf.xbus.base.journal.DBJournal
Writes a middleware-activity to the database.
log(char, XBUSSystem, Message) - Method in class net.sf.xbus.base.journal.FileJournal
Writes a middleware-activity into a file.
log(char, XBUSSystem, Message) - Method in class net.sf.xbus.base.journal.Journal
Writes a middleware-activity.
log(char, XBUSSystem, Message) - Method in interface net.sf.xbus.base.journal.JournalInterface
Writes a middleware-activity.

M

main(String[]) - Static method in class net.sf.xbus.base.core.tools.DelayedStart
Starts a Java application after a given amount of time.
main(String[]) - Static method in class net.sf.xbus.base.core.trace.TraceFileRenamer
 
main(String[]) - Static method in class net.sf.xbus.bootstrap.ClearServersBootstrap
Deletes all messages on MQ and mail servers.
main(String[]) - Static method in class net.sf.xbus.bootstrap.ReceiverServiceAdministratorBootstrap
Either stops (args = "SHUTDOWN") or restarts (args = "RESTART") the ReceiverService.
main(String[]) - Static method in class net.sf.xbus.bootstrap.ReceiverServiceBootstrap
Starts the ReceiverService in a way, that it is stoppable by the ReceiverServiceAdministrator
main(String[]) - Static method in class net.sf.xbus.bootstrap.ReceiverServiceWrapper
Start the application.
main(String[]) - Static method in class net.sf.xbus.bootstrap.ReceiverSingleBootstrap
Starts the ReceiverSingle
main(String[]) - Static method in class net.sf.xbus.bootstrap.SOAPAdministratorBootstrap
Starts the client program to send a SOAP request to the xBus to restart.
main(String[]) - Static method in class net.sf.xbus.sample.JavaReceiverSample
This is an example how to invoke the JavaReceiverBootstrap.
main(String[]) - Static method in class net.sf.xbus.test.XDiff
 
main(String[]) - Static method in class net.sf.xbus.tools.ConfigSearcher
 
main(String[]) - Static method in class net.sf.xbus.tools.HSQLDBShutdown
 
main(String[]) - Static method in class net.sf.xbus.tools.QBrowser
The main method creates a JMS-QueueBrowser for the given queue and prints each message from the enumeration on the console in the following format: "yyyy-MM-dd HH:mm:ss,SSS message"
main(String[]) - Static method in class net.sf.xbus.tools.QDump
The main method creates a JMS-QueueBrowser for the given queue and prints each message from the enumeration after other on the console.
main(String[]) - Static method in class net.sf.xbus.tools.QLoad
The main method reads, using BufferedReader, text from a character-input stream, writes it to the StringBuffer, removes all separators between the messages and sends these messages in their initial form to a queue.
main(String[]) - Static method in class net.sf.xbus.tools.QReceiver
The main method creates a JMS QueueReceiver for the given queue, receives messages that have been delivered to this queue within the specified timeout interval and prints them together with their ordinal number on the console.
makeTagNameValid(String) - Static method in class net.sf.xbus.base.xml.XDomSupport
Removes invalid characters from tag names.
MAPPING_DEFAULT - Static variable in class net.sf.xbus.base.core.config.Configuration
 
mAS400System - Variable in class net.sf.xbus.technical.as400.AS400FileReceiver
AS400 object that represents the iSeries system that contains the file
mBackupFilename - Variable in class net.sf.xbus.technical.file.FileSender
Path name for the backup copy Array for broadcasting
mConfiguration - Variable in class net.sf.xbus.technical.file.FileReceiver
 
mConfiguration - Variable in class net.sf.xbus.technical.file.FileSender
 
mConfiguration - Variable in class net.sf.xbus.technical.file.SimpleFileSender
 
mConfiguration - Variable in class net.sf.xbus.technical.ftp.FTPReceiver
 
mConverter - Variable in class net.sf.xbus.technical.as400.AS400FileBase
The char converter according to actual string encoding.
mCopyname - Variable in class net.sf.xbus.technical.file.FileReceiver
Full path name of the copy from the original file to be read.
mDestination - Variable in class net.sf.xbus.technical.misc.ProgramSender
 
mEncoding - Variable in class net.sf.xbus.technical.as400.AS400FileReceiver
File encoding
Message - Class in net.sf.xbus.protocol
Message is the base for all classes that handle the data of requests and responses.
Message(XBUSSystem) - Constructor for class net.sf.xbus.protocol.Message
This constructor stores the source, creates an unique identifier for the call and initializes the requestTimestamp.
Message(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.Message
This constructor initializes the new Message with the given parameters.
MessageFactory - Class in net.sf.xbus.protocol
The class MessageFactory is used to dynamically create messages.
MessageFactory() - Constructor for class net.sf.xbus.protocol.MessageFactory
 
MessageHandler - Class in net.sf.xbus.base.core
A Message is selected from a properties file.
mFolder - Variable in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
mMessage - Variable in class net.sf.xbus.technical.mail.POP3XMLReceiver
 
mOriginFile - Variable in class net.sf.xbus.technical.as400.AS400FileReceiver
Represents an AS/400 physical or logical file.
mOriginFile - Variable in class net.sf.xbus.technical.as400.AS400FileSender
Represents an AS/400 physical or logical file.
MQConnection - Class in net.sf.xbus.technical.mq
MQConnection manages connections and sessions for messagequeues.
MQReceiverThread - Class in net.sf.xbus.technical.mq
TODO Kommentierung
MQReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.mq.MQReceiverThread
Stores the interface name
MQSender - Class in net.sf.xbus.technical.mq
The MQSender sends a message to a message-queue.
MQSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.mq.MQSender
Opens the connection to the queue-manager.
mQSYSObject - Variable in class net.sf.xbus.technical.as400.AS400FileReceiver
QSYSObjectPathName represents an object in the integrated file system
mTempFilename - Variable in class net.sf.xbus.technical.file.FileSender
Path name of the temporary file to be write Array for broadcasting

N

NavigationBean - Class in net.sf.xbus.admin.html
The NavigationBean is critical for the compositions of navigation menu.
NavigationBean() - Constructor for class net.sf.xbus.admin.html.NavigationBean
 
net.sf.xbus.admin - package net.sf.xbus.admin
Contains the base class of the xBus administration, containing all administration functionality
net.sf.xbus.admin.html - package net.sf.xbus.admin.html
Contains classes allowing the administration via a HTML frontend
net.sf.xbus.admin.jmx - package net.sf.xbus.admin.jmx
Contains classes allowing the administration via JMX
net.sf.xbus.admin.soap - package net.sf.xbus.admin.soap
Contains classes allowing the administration via web services (SOAP)
net.sf.xbus.application - package net.sf.xbus.application
Provides classes of the application layer to dynamically create the application objects and to route the messages to one or more systems
net.sf.xbus.base.bytearraylist - package net.sf.xbus.base.bytearraylist
Provides classes to support the handling of ByteArrayLists
net.sf.xbus.base.core - package net.sf.xbus.base.core
Contains base classes and interfaces which assure an easy handling during development and productive operation
net.sf.xbus.base.core.arithmetic - package net.sf.xbus.base.core.arithmetic
Contains classes to enrich Java's handling of integer types
net.sf.xbus.base.core.bytearrays - package net.sf.xbus.base.core.bytearrays
Contains classes to enrich Java's handling of byte arrays
net.sf.xbus.base.core.config - package net.sf.xbus.base.core.config
Provides classes and interface for reading entries from various sources and filling a three-level hierarchie configuration.
net.sf.xbus.base.core.reflection - package net.sf.xbus.base.core.reflection
Provides methods to create objects and call methods with the reflection API more easily
net.sf.xbus.base.core.strings - package net.sf.xbus.base.core.strings
Provides classes to enrich Java's handling of strings
net.sf.xbus.base.core.timeoutcall - package net.sf.xbus.base.core.timeoutcall
Various classes to support multithreaded programming.
net.sf.xbus.base.core.tools - package net.sf.xbus.base.core.tools
Provides various utilities
net.sf.xbus.base.core.trace - package net.sf.xbus.base.core.trace
Provides classes for tracing information during the running of the program, e.g. errors
net.sf.xbus.base.deletedMessageStore - package net.sf.xbus.base.deletedMessageStore
Provides a class to store messages into files before they are deleted in case of an error
net.sf.xbus.base.journal - package net.sf.xbus.base.journal
Provides classes and interfaces for writing information about send and receive actions of the xBus
net.sf.xbus.base.linereader - package net.sf.xbus.base.linereader
Contains interfaces to support reading and writing data line by line, including transformation
net.sf.xbus.base.notifyerror - package net.sf.xbus.base.notifyerror
Provides classes to actively send a notification to an administrator when the xBus has detected a problem during the processing of a message
net.sf.xbus.base.xbussystem - package net.sf.xbus.base.xbussystem
Contains base classes for representing the neighboring systems
net.sf.xbus.base.xml - package net.sf.xbus.base.xml
Provides classes and interfaces to enrich Java's handling of XML documents
net.sf.xbus.bootstrap - package net.sf.xbus.bootstrap
Provides classes to start the functionality of the xBus.
net.sf.xbus.protocol - package net.sf.xbus.protocol
Provides base classes and interfaces of the protocol layer for parsing and transforming messages
net.sf.xbus.protocol.as400 - package net.sf.xbus.protocol.as400
Provides classes that represent messages for the iSeries (aka AS/400)
net.sf.xbus.protocol.bytearraylist - package net.sf.xbus.protocol.bytearraylist
Provides a class to dynamically load a Java class to transform data
net.sf.xbus.protocol.csv - package net.sf.xbus.protocol.csv
Provides classes for handling and transforming CSV messages
net.sf.xbus.protocol.java - package net.sf.xbus.protocol.java
Provides classes that represent messages in the format of a list of byte arrays
net.sf.xbus.protocol.records - package net.sf.xbus.protocol.records
Provides classes for transporting and converting message structured by record types.
net.sf.xbus.protocol.simple - package net.sf.xbus.protocol.simple
Provides classes for handling SOAP messages
net.sf.xbus.protocol.soap - package net.sf.xbus.protocol.soap
Provides the classes for handling and transforming the most simple implementation of text and object messages
net.sf.xbus.protocol.xml - package net.sf.xbus.protocol.xml
Provides classes for handling and transforming messages in various XML formats
net.sf.xbus.sample - package net.sf.xbus.sample
Contains various examples of classes dynamically called by the xBus
net.sf.xbus.technical - package net.sf.xbus.technical
Provides base classes and interfaces of the technical layer that are responsible for the communication with other systems, i.e. for sending data to other systems as well as receiving data from other systems
net.sf.xbus.technical.as400 - package net.sf.xbus.technical.as400
Provides classes that allow access to iSeries data and resources by reading and writing objects in the integrated file system or calling programs
net.sf.xbus.technical.database - package net.sf.xbus.technical.database
Contains classes for managing connections to databases and to send SQL statements and receive the result
net.sf.xbus.technical.file - package net.sf.xbus.technical.file
Provides classes for reading/writing files on mounted file systems
net.sf.xbus.technical.ftp - package net.sf.xbus.technical.ftp
Provides classes for reading/writing files on FTP servers
net.sf.xbus.technical.http - package net.sf.xbus.technical.http
Provides classes for receiving and sending HTTP requests
net.sf.xbus.technical.java - package net.sf.xbus.technical.java
Provides senders and receivers to connect the xBus to other Java programs
net.sf.xbus.technical.ldap - package net.sf.xbus.technical.ldap
Provides classes for sending requests to LDAP servers and to receive responses
net.sf.xbus.technical.mail - package net.sf.xbus.technical.mail
Provides classes for sending messages via email
net.sf.xbus.technical.misc - package net.sf.xbus.technical.misc
Provides senders and receivers that cannot be sorted into the other packages
net.sf.xbus.technical.mq - package net.sf.xbus.technical.mq
Provides classes for receiving/sending messages from/to message queues and managing connections to message queue servers
net.sf.xbus.technical.socket - package net.sf.xbus.technical.socket
Provides classes for sending messages via a socket connection
net.sf.xbus.test - package net.sf.xbus.test
Provides some automated tests using JUnit
net.sf.xbus.tools - package net.sf.xbus.tools
Provides various utilities
NEWLINE - Static variable in class net.sf.xbus.base.core.Constants
 
newThread(Runnable) - Method in interface net.sf.xbus.base.core.timeoutcall.ThreadFactory
Create a new thread that will run the given command when started
newThread(Runnable) - Method in class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser.DefaultThreadFactory
 
nextElement() - Method in class net.sf.xbus.base.core.ASCIITokenizer
Returns the next element of the string to be tokenized It does quite the same as the method nextToken() but it returns an Object instead of a String
nextToken() - Method in class net.sf.xbus.base.core.ASCIITokenizer
Returns the next token of the string to be tokenized
NOKRouter - Class in net.sf.xbus.test
Sets the returncode of the message to RC_NOK.
NOKRouter() - Constructor for class net.sf.xbus.test.NOKRouter
 
NotifyError - Class in net.sf.xbus.base.notifyerror
Sends a message with detailled information to one or more destinations, when the xBus has detected a problem.
NotifyError() - Constructor for class net.sf.xbus.base.notifyerror.NotifyError
 
notifyError(Object, XBUSSystem, String, Object, Hashtable) - Static method in class net.sf.xbus.base.notifyerror.NotifyError
Sends a message with detailled information to one or more destinations, when the xBus has detected a problem.
NotifyErrorMessage - Class in net.sf.xbus.base.notifyerror
 
NotifyErrorMessage(XBUSSystem) - Constructor for class net.sf.xbus.base.notifyerror.NotifyErrorMessage
Creates the NotifyErrorMessage with the given source.
NotifyErrorMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.base.notifyerror.NotifyErrorMessage
This constructor initializes the new NotifyErrorMessage with the given parameters.

O

ObjectMessage - Interface in net.sf.xbus.protocol
ObjectMessage is the interface for all Messages which deals with messages that are representated as objects.
ObjectSender - Interface in net.sf.xbus.technical
Senders which send objects as messages to neighbor-systems have to implement the ObjectSender-interface.
open() - Method in interface net.sf.xbus.base.core.TAResource
Opens a resource.
open() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Not implemented for the iSeries integrated file system
open() - Method in class net.sf.xbus.technical.as400.AS400FileSender
Is not implemented for iSeries integrated file system
open() - Method in class net.sf.xbus.technical.database.DBConnection
Opens the connection to the database.
open() - Method in class net.sf.xbus.technical.file.FileReceiver
Is not implemented for file system
open() - Method in class net.sf.xbus.technical.file.FileSender
Is not implemented for file system
open() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
Opens the connection to the FTP server.
open() - Method in class net.sf.xbus.technical.ftp.FTPSender
Opens the connection to a FTP server, using the FTPConnection.
open() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Opens a connection to a LDAP server.
open() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
This method will open the connection with the POP3 server
open() - Method in class net.sf.xbus.technical.mq.MQConnection
Opens the JMS-QueueSession and JMS-QueueConnection for sending and receiving messages.

P

PACKAGE_ADMIN_ADMIN - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_ADMIN_HTML - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_ADMIN_JMX - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_ADMIN_SOAP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_APPLICATION_ADAPTER - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_APPLICATION_APPLICATIONFACTORY - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_APPLICATION_ROUTER - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_BASE_DELETEDMESSAGESTORE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_BASE_JOURNAL - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_BASE_NOTIFYERROR - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_BASE_XBUSSYSTEM - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_BOOTSTRAP_BOOTSTRAP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_ARITHMETIC - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_BYTEARRAYS - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_CONFIG - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_COREBASE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_REFLECTION - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_STRINGS - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_TIMEOUTCALL - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_TRACE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_COREBASE_XML - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_AS400 - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_BYTEARRAYLIST - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_CSV - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_PROTOCOL - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_RECORDS - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_SIMPLE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_SIMPLEOBJECT - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_SIMPLETEXT - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_SOAP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_PROTOCOL_XML - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_SAMPLE_SAMPLE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_AS400 - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_DATABASE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_FILE - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_FTP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_HTTP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_JAVA - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_LDAP - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_MAIL - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_MISC - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_MQ - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_SOCKET - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TECHNICAL_TECHNICAL - Static variable in class net.sf.xbus.base.core.Constants
 
PACKAGE_TESTDRIVER_TESTDRIVER - Static variable in class net.sf.xbus.base.core.Constants
 
parse(String, String) - Method in class net.sf.xbus.protocol.csv.CSVParser
Parses the passed CSV format text into a DOM tree and returns it.
parse(Object, Document) - Method in class net.sf.xbus.protocol.records.RecordTypeParser
parse parses a string due to the record type definition.
parseSingleRecord(byte[], Document, Element[], int) - Method in class net.sf.xbus.protocol.records.RecordTypeParser
 
parseXML(String, String, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Parses the given XML string.
parseXML(String, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Parses the given XML string.
peek() - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Access the reference, even if not ready
PingSender - Class in net.sf.xbus.technical.misc
PingSender simply returns the data that was sent.
PingSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.misc.PingSender
 
POP3Receiver - Class in net.sf.xbus.technical.mail
TODO Kommentierung
POP3Receiver() - Constructor for class net.sf.xbus.technical.mail.POP3Receiver
 
POP3ReceiverThread - Class in net.sf.xbus.technical.mail
The POP3ReceiverThread runs in the background and receives emails.
POP3ReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.mail.POP3ReceiverThread
Stores the interface name
POP3XMLReceiver - Class in net.sf.xbus.technical.mail
TODO Kommentierung When the POP3XMLReceiver receives a request it reads the emails into a String and calls the application layer.
POP3XMLReceiver() - Constructor for class net.sf.xbus.technical.mail.POP3XMLReceiver
 
POP3XMLReceiverThread - Class in net.sf.xbus.technical.mail
The POP3XMLReceiverThread runs in the background and receives emails.
POP3XMLReceiverThread(XBUSSystem) - Constructor for class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Stores the interface name
POSTPROCESSING_FINAL - Static variable in class net.sf.xbus.base.core.Constants
 
POSTPROCESSING_PERSYSTEM - Static variable in class net.sf.xbus.base.core.Constants
 
PostProcessor - Class in net.sf.xbus.application
PostProcessor is used to call one sender after receiving and processing a message.
prepareOutputStream() - Method in class net.sf.xbus.technical.file.FileStreamSender
Opens a stream later used to write the incoming data into the file.
prepareReading(XBUSSystem) - Method in interface net.sf.xbus.base.linereader.LineReader
Initialization to be done before reading from the LineReader.
prepareReading(XBUSSystem) - Method in class net.sf.xbus.technical.as400.AS400LineReader
 
prepareReading(XBUSSystem) - Method in class net.sf.xbus.technical.file.FileLineReader
 
prepareReading() - Method in interface net.sf.xbus.technical.RecordByteArrayReader
Initialization to be done before reading from the RecordByteArrayReader.
prepareStatement(Object, String) - Method in class net.sf.xbus.technical.database.DBConnection
Stores the given SQL statement as a prepared statement under the given name.
prepareWriteFile(String, int) - Method in class net.sf.xbus.technical.file.FileSender
 
prepareWriteFile() - Method in class net.sf.xbus.technical.file.SimpleFileSender
 
prepareWriter(String, int) - Method in class net.sf.xbus.technical.file.FileSender
 
prepareWriter() - Method in class net.sf.xbus.technical.file.SimpleFileSender
 
prepareWriting() - Method in class net.sf.xbus.technical.as400.AS400FileSender
 
PreProcessor - Class in net.sf.xbus.application
The PreProcessor is started before a system will be processed by a SingleReceiver resp. at the beginning of the ReceiverService, depending on the Configuration.
PreProcessor() - Constructor for class net.sf.xbus.application.PreProcessor
 
process(String) - Static method in class net.sf.xbus.application.PreProcessor
Reads the Configuration and calls the preprocessor system if it is configured.
ProgramCaller - Class in net.sf.xbus.technical.misc
Used by ProgramSender.execute(String, String)together with the TimedCallableto be able to stop the execution of the program after a timeout.
ProgramCaller(XBUSSystem, String) - Constructor for class net.sf.xbus.technical.misc.ProgramCaller
Stores the destination.
ProgramSender - Class in net.sf.xbus.technical.misc
ProgramSender calls an external program.
ProgramSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.misc.ProgramSender
Stores the destination.
PropertiesSource - Class in net.sf.xbus.base.core.config
This is the implementation of a ConfigSource wich uses the Java-Properties.
PropertiesSource(String) - Constructor for class net.sf.xbus.base.core.config.PropertiesSource
The constructor builds the name of the properties-file: %XBUS_HOME%/etc/source.conf Program which uses this class must be started with: java -Dxbus.home="%XBUS_HOME%"
putStyletValue(Object, Object) - Method in class net.sf.xbus.protocol.xml.XSLTTransformer
Stores a key/value pair which is used later in the processing of the XBUS_Stylets.

Q

QBrowser - Class in net.sf.xbus.tools
The QBrowser uses a QueueBrowser interface to look a messages on a queue without removing them and to print them in the specially format on the console.
QBrowser() - Constructor for class net.sf.xbus.tools.QBrowser
 
QDump - Class in net.sf.xbus.tools
The QDump uses a QueueBrowser interface to look a messages on a queue without removing them and to print them one after another on the console.
QDump() - Constructor for class net.sf.xbus.tools.QDump
 
QLoad - Class in net.sf.xbus.tools
The QLoad removes all separators between the messages and, using a QueueSender interface, sends these messages in their initial form to a queue.
QLoad() - Constructor for class net.sf.xbus.tools.QLoad
 
QReceiver - Class in net.sf.xbus.tools
The QReceiver uses a QueueReceiver interface to receive messages that have been delivered to a queue and to print them together with their ordinal number on the console.
QReceiver() - Constructor for class net.sf.xbus.tools.QReceiver
 
QUEUE_DUMP_DELIMITER - Static variable in class net.sf.xbus.base.core.Constants
 

R

RC_NOK - Static variable in class net.sf.xbus.base.core.Constants
 
RC_OK - Static variable in class net.sf.xbus.base.core.Constants
 
READ_CALLPROGRAM - Static variable in class net.sf.xbus.base.core.Constants
 
READ_DELETE - Static variable in class net.sf.xbus.base.core.Constants
 
READ_DELETEFILE - Static variable in class net.sf.xbus.base.core.Constants
 
READ_DELETEMEMBER - Static variable in class net.sf.xbus.base.core.Constants
 
READ_ERROR - Static variable in class net.sf.xbus.base.core.Constants
 
READ_IGNORE - Static variable in class net.sf.xbus.base.core.Constants
 
READ_PRESERVE - Static variable in class net.sf.xbus.base.core.Constants
 
READ_PROCESS - Static variable in class net.sf.xbus.base.core.Constants
 
READ_RENAME - Static variable in class net.sf.xbus.base.core.Constants
 
readCache() - Method in interface net.sf.xbus.base.core.config.ConfigSource
Reads all entries from a source and fills a three-level hierarchie of Hashtables.
readCache() - Method in class net.sf.xbus.base.core.config.PropertiesSource
Reads the properties and fills a three-level hierarchie hashtable suitable for the Configuration.
readConfiguration(String) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Reads standard configuration and stores following data in the class variables.
readConfiguration(String) - Method in class net.sf.xbus.technical.file.FileReceiver
Reads some entries from the configuration.
readConfiguration(String) - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
Reads standard configuration and stores follow data in the class variables: Host specified the host address of the POP3 account Username specified the useraname of the POP3 account Password specified the passowrd of the POP3 account
readEtc(String) - Method in class net.sf.xbus.admin.Administrator
Reads a file from XBUS_HOME/etc.
readEtc(String) - Method in class net.sf.xbus.admin.jmx.Administrator
 
readEtc(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
readEtc(String) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
ReadJournal - Class in net.sf.xbus.admin.html
ReadJournal reads information about the activities of the middleware from the database and handles the information which is stored in the database-table journal.
ReadJournal() - Constructor for class net.sf.xbus.admin.html.ReadJournal
 
readLog(String, int) - Method in class net.sf.xbus.admin.Administrator
Reads a file from XBUS_HOME/log.
readLog(String, int) - Method in class net.sf.xbus.admin.jmx.Administrator
 
readLog(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
readLog(String, int) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
readRecord() - Method in interface net.sf.xbus.base.linereader.LineReader
readRecord is called by senders to read the incoming data line by line.
readRecord() - Method in class net.sf.xbus.technical.as400.AS400LineReader
 
readRecord() - Method in class net.sf.xbus.technical.file.FileLineReader
 
readRecord() - Method in interface net.sf.xbus.technical.RecordByteArrayReader
readRecord is called by senders to read the incoming data line by line.
readSelected(HashMap, String, String) - Static method in class net.sf.xbus.admin.html.ReadJournal
readSelected(HashMap, String, String) builds the SQL statement, connects to the database and executes it.
ready_ - Variable in class net.sf.xbus.base.core.timeoutcall.FutureResult
Status -- true after first set *
receive(String, Object) - Static method in class net.sf.xbus.bootstrap.JavaReceiverBootstrap
Receives a request, processes the message as configured in standard.conf and returns a response.
receive(String) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
This method manages the receiving of message for one neighbor system.
receive(String) - Method in class net.sf.xbus.technical.file.FileReceiver
This method manages all processes of the receipt for one as parameter given name of the neighbor-system.
receive() - Method in class net.sf.xbus.technical.file.FileReceiverThread
Not implemented because the run method is not the standard implementation.
receive(String) - Method in class net.sf.xbus.technical.ftp.FTPReceiver
Reads data from files on a FTP server specified by the given system.
receive(String, Object) - Method in class net.sf.xbus.technical.java.JavaReceiver
Receives a request and returns a response.
receive(String) - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
This method will open the Transaction manager for this ressource adb use the POP3XMLReceiver.doReceive(XBUSSystem)method to process the reading
receive() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
 
receive() - Method in class net.sf.xbus.technical.mq.MQReceiverThread
 
receive(String) - Method in interface net.sf.xbus.technical.ReceiverSingleInterface
The implementation of the receive method shall receive one or more messages from the given system.
receive() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Receives one message.
Receiver - Interface in net.sf.xbus.technical
Common interface for all Receiver classes.
RECEIVER_SERVICE - Static variable in class net.sf.xbus.application.PreProcessor
 
ReceiverFactory - Class in net.sf.xbus.technical
The class ReceiverFactory is used to dynamically create receivers to receive messages from neighbor-systems.
ReceiverFactory() - Constructor for class net.sf.xbus.technical.ReceiverFactory
 
ReceiverService - Class in net.sf.xbus.technical
ReceiverService runs as a background service and waits for incoming messages to process.
ReceiverService() - Constructor for class net.sf.xbus.technical.ReceiverService
The constructor should be private to implement the Singleton pattern.
ReceiverServiceAdministrator - Class in net.sf.xbus.technical
TODO Kommentierung
ReceiverServiceAdministrator() - Constructor for class net.sf.xbus.technical.ReceiverServiceAdministrator
 
ReceiverServiceAdministratorBootstrap - Class in net.sf.xbus.bootstrap
ReceiverServiceAdministratorBootstrap stops or restarts the ReceiverService.
ReceiverServiceAdministratorBootstrap() - Constructor for class net.sf.xbus.bootstrap.ReceiverServiceAdministratorBootstrap
 
ReceiverServiceBootstrap - Class in net.sf.xbus.bootstrap
ReceiverServiceBootstrap starts the ReceiverService, using the XBUSClassLoader.
ReceiverServiceBootstrap() - Constructor for class net.sf.xbus.bootstrap.ReceiverServiceBootstrap
 
ReceiverServiceServletListener - Class in net.sf.xbus.bootstrap
The ReceiverServiceServletListener receives notifications on startup and shutdown of the servlet container.
ReceiverServiceServletListener() - Constructor for class net.sf.xbus.bootstrap.ReceiverServiceServletListener
 
ReceiverServiceWatchdog - Class in net.sf.xbus.technical
The ReceiverServiceWatchdog checks in a configurable interval, whether all started ReceiverThreadBases are still running.
ReceiverServiceWatchdog() - Constructor for class net.sf.xbus.technical.ReceiverServiceWatchdog
 
ReceiverServiceWrapper - Class in net.sf.xbus.bootstrap
Starts the ReceiverService as a background service, using the XBUSClassLoader.
ReceiverServiceWrapper() - Constructor for class net.sf.xbus.bootstrap.ReceiverServiceWrapper
 
ReceiverSingle - Class in net.sf.xbus.technical
ReceiverSingle is called to receive messages from systems one time.
ReceiverSingle() - Constructor for class net.sf.xbus.technical.ReceiverSingle
 
ReceiverSingleBootstrap - Class in net.sf.xbus.bootstrap
ReceiverSingleBootstrap starts the ReceiverSingle, using the XBUSClassLoader.
ReceiverSingleBootstrap() - Constructor for class net.sf.xbus.bootstrap.ReceiverSingleBootstrap
 
ReceiverSingleInterface - Interface in net.sf.xbus.technical
A class implementing the ReceiverSingleInterface is executing the receive method one time per System to receive one or more message.
ReceiverThreadBase - Class in net.sf.xbus.technical
Classes implementing the ReceiverThreadBase are running as background threads to process messages when they arrive.
ReceiverThreadBase(XBUSSystem) - Constructor for class net.sf.xbus.technical.ReceiverThreadBase
Stores the interface name
ReceiverThreadBean - Class in net.sf.xbus.admin.html
TODO Kommentierung
ReceiverThreadBean() - Constructor for class net.sf.xbus.admin.html.ReceiverThreadBean
 
ReceiverThreadManager - Class in net.sf.xbus.technical
Manages the state of all receivers running in the background.
RecordByteArrayReader - Interface in net.sf.xbus.technical
RecordByteArrayReader are used by some Senders and Receivers to send a byte stream through the xBus.
RecordTypeMessage - Class in net.sf.xbus.protocol.records
RecordTypeMessage is used in the xBus to transport and convert file contents structured by record types.
RecordTypeMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.records.RecordTypeMessage
This constructor stores the source, creates an unique identifier for the message and initializes the requestTimestamp.
RecordTypeMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.records.RecordTypeMessage
This constructor initializes the new RecordTypeMessage with the given parameters.
RecordTypeParser - Class in net.sf.xbus.protocol.records
The class RecordTypeParser implements parsing records from a string or a list of byte arrays.
RecordTypeSerializer - Class in net.sf.xbus.protocol.records
RecordTypeSerializer serves for serializing records stored in a DOM tree according to a record type structure.
RecordTypeTransformer - Class in net.sf.xbus.protocol.records
RecordTypeTransformer transforms one RecordTypeMessage into another one - according to a xsl transformation description.
RecordTypeTransformer() - Constructor for class net.sf.xbus.protocol.records.RecordTypeTransformer
 
recursivePostOrder(Node, IteratedNodeOperation) - Static method in class net.sf.xbus.base.xml.XDomSupport
recursivePostOrder is the recursive heart of DOM tree pre-order traversal.
ReflectionSupport - Class in net.sf.xbus.base.core.reflection
ReflectionSupport provides methods to create objects and call methods with the reflection API more easy.
ReflectionSupport() - Constructor for class net.sf.xbus.base.core.reflection.ReflectionSupport
 
refresh() - Static method in class net.sf.xbus.base.core.config.Configuration
Creates an updated instance of the standard Configuration.
refresh(String) - Static method in class net.sf.xbus.base.core.config.Configuration
Creates an updated instance of the named Configuration.
registerResource(TAResource) - Method in class net.sf.xbus.base.core.TAManager
All resources, that should be managed, have to be registered to this manager.
registerResources(TAManager) - Method in class net.sf.xbus.technical.file.FileReceiverThread
Not implemented because the run method is not the standard implementation.
registerResources(TAManager) - Method in class net.sf.xbus.technical.mail.POP3XMLReceiverThread
Registers the POP3XMLReceiver in the TAManager.
registerResources(TAManager) - Method in class net.sf.xbus.technical.mq.MQReceiverThread
Registers the MQConnectionin the TAManager.
registerResources(TAManager) - Method in class net.sf.xbus.technical.ReceiverThreadBase
Because the thread clears the list of transactional resources each time after processing a message, this method is called before reading the next message to register a receiver resource in the transaction manager.
releaseLock(AS400, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Releases all locks acquired via the AS400FileBase.setLock(AS400, String) method.
removeLinefeeds(String) - Static method in class net.sf.xbus.base.journal.Journal
 
removeResource(TAResource) - Method in class net.sf.xbus.base.core.TAManager
Removes a resource from the list of registered resources.
rename(String, String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Renames a file on the FTP server.
RENAME_SUFFIX - Static variable in class net.sf.xbus.base.core.Constants
 
renameFile(AS400, String, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Renames the integrated file system object specified by the source path name to have the path name of dest.
renameFile(String, String) - Method in class net.sf.xbus.technical.file.FileBase
Renames one file to another denoted by these abstract pathnames.
reopen() - Method in class net.sf.xbus.technical.database.DBConnection
Reopens a database connection after an error has been detected.
replaceAll(String, String, String) - Static method in class net.sf.xbus.base.core.strings.XStringSupport
Replaces all occurences of marker in text with replacement.
replaceAllMarkers(String) - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
The given text may contain place markers which will be replaced with their actual values.
replaceFirst(String, String, String, int) - Static method in class net.sf.xbus.base.core.strings.XStringSupport
 
replaceMarker(String, String) - Method in interface net.sf.xbus.base.xbussystem.AdditionalAddress
The given text may contain placeholders for informations on the address.
replaceMarker(String, String) - Method in class net.sf.xbus.sample.Dealer
Replaces all occurences of special markers.
resendDeletedMessage(String) - Method in class net.sf.xbus.admin.Administrator
Resends a message from the Deleted Message Store
resendDeletedMessage(String) - Method in class net.sf.xbus.admin.jmx.Administrator
 
resendDeletedMessage(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
resendDeletedMessage(String) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
resendDeletedMessage(String) - Static method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Reads a deleted message and makes a new attempt to send it to its destinations.
restart(String, Integer) - Method in class net.sf.xbus.admin.soap.SOAPAdministrator
Restarts the xBus by calling a web service.
restart() - Static method in class net.sf.xbus.bootstrap.ReceiverServiceAdministratorBootstrap
Restarts the ReceiverService.
restart() - Method in class net.sf.xbus.bootstrap.SOAPAdministratorBootstrap
Called by the web service to restart the xBus.
restart() - Static method in class net.sf.xbus.technical.ReceiverServiceAdministrator
 
restartReceiverService() - Method in class net.sf.xbus.admin.Administrator
Stopping all background services, refreshes the configuration and starts the background services again.
restartReceiverService() - Method in class net.sf.xbus.admin.html.AdministrationBean
Refreshes the configuration.
restartReceiverService() - Method in class net.sf.xbus.admin.jmx.Administrator
 
restartReceiverService() - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
restartReceiverService() - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
retrieveFile(String, String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Retrieves the content of a file from the FTP server.
retrieveResolution(String) - Method in class net.sf.xbus.technical.file.FileSenderConfiguration
Reads conflict resolution (resolved action when the file already exists) for the given system name from the configuration and checks its conformity with the allowed ones: Append Overwrie Error
reverse(Object) - Method in class net.sf.xbus.sample.JavaTransformerSample
Reverses the given string
reverse(Object) - Method in class net.sf.xbus.sample.JavaWorker
 
rollback() - Method in class net.sf.xbus.base.core.TAManager
Performs a rollback for all actions on the registered resources and closes the resources.
rollback() - Method in interface net.sf.xbus.base.core.TAResource
Performs a rollback on the resource.
rollback() - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Implemented method rollback from TAResource neglects all changes made so far (file locking).
rollback() - Method in class net.sf.xbus.technical.as400.AS400FileSender
 
rollback() - Method in class net.sf.xbus.technical.database.DBConnection
Performs a rollback for all actions on the database.
rollback() - Method in class net.sf.xbus.technical.file.FileReceiver
Implemented method rollback from TAResource ignores all changes have made since the beginning of the process (transaction).
rollback() - Method in class net.sf.xbus.technical.file.FileSender
Implemented method rollback from TAResource ignores all changes have made since the beginning of the process (transaction).
rollback() - Method in class net.sf.xbus.technical.ftp.FTPReceiver
Depending on the parameter OnError, the file previously read will either be renamed, deleted or will not be touched.
rollback() - Method in class net.sf.xbus.technical.ftp.FTPSender
Deletes the temporary file.
rollback() - Method in class net.sf.xbus.technical.ldap.LDAPConnection
Empty method, LDAP connections are not transacted.
rollback() - Method in class net.sf.xbus.technical.mail.POP3XMLReceiver
Implemented method rollback from TAResource ignores all changes have made since the beginning of the process (transaction).
rollback() - Method in class net.sf.xbus.technical.mq.MQConnection
Performs a rollback for all actions on the queues associated with this MQConnection (normally all queues of the current thread).
route(Message) - Method in class net.sf.xbus.application.Router
The message will be routed depending on the entries of the configuration.
Router - Class in net.sf.xbus.application
The Router routes a message to one or more systems.
Router() - Constructor for class net.sf.xbus.application.Router
 
run() - Method in class net.sf.xbus.application.PostProcessor
 
run() - Method in class net.sf.xbus.technical.file.FileReceiverThread
Receives and processes messages for one system.
run() - Method in class net.sf.xbus.technical.ReceiverServiceWatchdog
Checks in a configurable interval, whether all started ReceiverThreadBases are still running.
run() - Method in class net.sf.xbus.technical.ReceiverThreadBase
Receives and processes messages for one system.

S

SelectionBean - Class in net.sf.xbus.admin.html
Use SelectionBean for getting journal entries from the Configuration between selected time.
SelectionBean() - Constructor for class net.sf.xbus.admin.html.SelectionBean
 
Sender - Interface in net.sf.xbus.technical
Common interface for all Sender classes.
senderExecuted - Variable in class net.sf.xbus.technical.file.FileSender
Indicates wether execute has been called, used in commit and rollback
SenderFactory - Class in net.sf.xbus.technical
The class SenderFactory is used to dynamically create senders to neighbor systems.
SenderFactory() - Constructor for class net.sf.xbus.technical.SenderFactory
 
sendMessage(PostMethod) - Method in class net.sf.xbus.technical.http.HTTPSender
 
serialize(Document) - Method in class net.sf.xbus.protocol.csv.CSVSerializer
Serializes a DOM tree into a CSV message.
serialize(Document) - Method in class net.sf.xbus.protocol.records.RecordTypeSerializer
serialize serializes the specified DOM tree due to the record type definition.
serializeSingleRecord(Document) - Method in class net.sf.xbus.protocol.records.RecordTypeSerializer
Serializes one record.
serializeXML(Document, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
Serializes a XML document.
serializeXML(Document, String) - Static method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Serializes the given org.w3c.dom.Document.
set(Object) - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Set the reference, and signal that it is ready.
setAddress(String, String) - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Sets one address information of the neighbor-system.
setAS400System(AS400) - Method in class net.sf.xbus.technical.as400.AS400FileReceiver
Sets the aS400System in AS400FileReceiver object.
setBCCAddress(InternetAddress) - Method in class net.sf.xbus.technical.mail.Email
 
setCCAddress(InternetAddress) - Method in class net.sf.xbus.technical.mail.Email
 
setChapterMenu(String) - Method in class net.sf.xbus.admin.html.ConfigurationBean
Allows you to set the property chapterMenu
setContent(String) - Method in class net.sf.xbus.technical.mail.Email
 
setContentType(String) - Method in class net.sf.xbus.technical.mail.Email
 
setData(String, String, Object, Hashtable) - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
 
setDeleteInformation(XBUSSystem, String) - Method in class net.sf.xbus.technical.mq.MQConnection
 
setDescriptionTree(Document) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setDetails(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property details
setEncodingSystem(XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
 
setErrorcode(int) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the error code
setErrorcode(int) - Method in class net.sf.xbus.protocol.Message
Sets the errorcode.
setErrormessage(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the error message
setErrortext(String) - Method in class net.sf.xbus.protocol.Message
Sets the errortext.
setErrortext(String) - Method in class net.sf.xbus.protocol.soap.SOAPMessage
Sets the errortext with the given String.
setException(Throwable) - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Set the exception field, also setting ready status.
setExceptionInformation(String, Throwable) - Static method in exception net.sf.xbus.base.core.XException
Sets the information for the current XException
setFieldNames(Vector) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setFieldSeparator(String) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setFromAddress(InternetAddress) - Method in class net.sf.xbus.technical.mail.Email
 
setFunction(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property function and puts the selected values into the selectionMap
setFunction(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the function
setFunction(String) - Method in class net.sf.xbus.protocol.Message
Sets the name of the function.
setHasHeader(boolean) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setId(String) - Method in class net.sf.xbus.protocol.Message
Sets the unique id.
setIsServletEngine(boolean) - Method in class net.sf.xbus.technical.ReceiverThreadManager
Indicates whether the ReceiverService is started inside a servlet engine.
setJournIndex(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property journalIndex
setLineSeparator(String) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setLock(AS400, String) - Method in class net.sf.xbus.technical.as400.AS400FileBase
Sets a lock on the file to prevent other users from accessing the file while it is in use.
setMessage(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property message
setMessage(Object) - Method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Set the message that shall be saved.
setMessageId(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property message_id and puts the selected values into the selectionMap
setMessageId(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the message id
setNumber(int) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the number in the journal
setOrderBy(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property orderBy
setQuoteChar(String) - Method in class net.sf.xbus.protocol.csv.CSVParser
 
setRequest_message(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property request_message and puts the selected values into the selectionMap
setRequestDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the request document just does nothing.
setRequestDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Sets the request XML data as a org.w3c.dom.Document.
setRequestDocument(Document, XBUSSystem) - Method in interface net.sf.xbus.protocol.XMLMessage
Sets the request XML data as a org.w3c.dom.Document.
setRequestHeaders(String, PostMethod) - Method in class net.sf.xbus.technical.http.HTTPSender
 
setRequestMessage(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the request message
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
Parses the incoming ByteArrayListinto a XML document.
setRequestObject(Object, XBUSSystem) - Method in interface net.sf.xbus.protocol.ObjectMessage
Sets the object from an incomimg message.
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
setRequestObject sets the text of the incoming message.
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the request object just does nothing.
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleObjectMessage
 
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
setRequestObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
 
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
 
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
 
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
setRequestText sets the text of the incoming message.
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the request text just does nothing.
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
setRequestText(String, XBUSSystem) - Method in interface net.sf.xbus.protocol.TextMessage
Sets the text of the incoming message.
setRequestText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Sets the text of the incoming message.
setRequestTimeMax(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property requestTimeMax and puts the selected values into the selectionMap
setRequestTimeMin(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property requestTimeMin and puts the selected values into the selectionMap
setRequestTimestamp(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the request timestamp
setResponse_message(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property response_message and puts the selected values into the selectionMap
setResponseDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
Sets the response data by passing a DOM tree
setResponseDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
 
setResponseDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the response document just does nothing.
setResponseDocument(Document, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Sets the response XML data as a org.w3c.dom.Document.
setResponseDocument(Document, XBUSSystem) - Method in interface net.sf.xbus.protocol.XMLMessage
Sets the response XML data as a org.w3c.dom.Document.
setResponseMessage(String) - Method in class net.sf.xbus.admin.html.ReadJournal
 
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
Empty method
setResponseObject(Object, XBUSSystem) - Method in interface net.sf.xbus.protocol.ObjectMessage
Sets the object of the outgoing message.
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
setResponseObject sets the text of the incoming message.
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the response object just does nothing.
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleObjectMessage
 
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
setResponseObject(Object, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
 
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.base.notifyerror.NotifyErrorMessage
 
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
Sets the response data
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
setResponseText sets the text of the incoming message.
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.EmptyMessage
Setting the response text just does nothing.
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.simple.SimpleTextMessage
 
setResponseText(String, XBUSSystem) - Method in interface net.sf.xbus.protocol.TextMessage
Sets the text of the outgoing message.
setResponseText(String, XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
Sets the text of the outgoing message.
setResponseTimestamp(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the response timestamp
setResponseTimestamp(Date) - Method in class net.sf.xbus.protocol.Message
Sets the timestamp when the response has been given to the neighbor-system, which has sent the request.
setResult(String) - Method in class net.sf.xbus.admin.html.AdministrationBean
 
setReturncode(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property returncode and puts the selected values into the selectionMap
setReturncode(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the returncode
setReturncode(String) - Method in class net.sf.xbus.protocol.Message
Sets the returncode.
setSectionMenu(String) - Method in class net.sf.xbus.admin.html.ConfigurationBean
Allows you to set the property section
setSelectionMap(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property selectionMap
setSentDate(Date) - Method in class net.sf.xbus.technical.mail.Email
 
setShortname(String) - Method in class net.sf.xbus.protocol.Message
Sets the shortname.
setSorting(String) - Method in class net.sf.xbus.admin.html.JournalBean
* Allows you to set the property sorting
setSubject(String) - Method in class net.sf.xbus.technical.mail.Email
 
setSystem(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property system and puts the selected values into the selectionMap
setSystem(String) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the system
setSystem(XBUSSystem) - Method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Sets the system that has received the message.
setTagCDATA(Document, String, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
setTagCDATA sets the text in the first occurence of the tag in the given org.w3c.dom.Document as CDATA section.
setTagText(Document, String, String) - Static method in class net.sf.xbus.base.xml.XMLHelper
setTagText sets the text in the first occurence of the tag in the given org.w3c.dom.Document.
setTagTextList(Document, String, Hashtable) - Static method in class net.sf.xbus.base.xml.XMLHelper
setTagTextList stotes a list of name/value pairs in the first occurence of the tag in the given org.w3c.dom.Document.
setTarget(String) - Method in class net.sf.xbus.admin.html.NavigationBean
Allows you to set the property target and transfers this new selected command to the checkNavigateVector(String) for comparing with the presence and stores only open lines from the menu.
setter(Callable) - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Return a Runnable object that, when run, will set the result value.
setThreadFactory(ThreadFactory) - Method in class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser
Set the factory for creating new threads.
setTitle(String) - Method in class net.sf.xbus.admin.html.AdministrationBean
 
setToAddress(InternetAddress) - Method in class net.sf.xbus.technical.mail.Email
 
setTransformerProperties() - Static method in class net.sf.xbus.base.xml.XMLHelper
 
setType(String) - Method in class net.sf.xbus.admin.html.JournalBean
Allows you to set the property type and puts the selected values into the selectionMap
setType(char) - Method in class net.sf.xbus.admin.html.ReadJournal
Allows you to set the type of the message
shutdown() - Static method in class net.sf.xbus.bootstrap.ReceiverServiceAdministratorBootstrap
Stops the ReceiverService.
shutdown() - Static method in class net.sf.xbus.technical.ReceiverServiceAdministrator
 
SimpleFileSender - Class in net.sf.xbus.technical.file
 
SimpleFileSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.file.SimpleFileSender
Constructs a FileSender object giving all necessary data from the standard configuration, checking file permissions and registering current resource by the TAManager.
SimpleObjectMessage - Class in net.sf.xbus.protocol.simple
 
SimpleObjectMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.simple.SimpleObjectMessage
Creates the SimpleObjectMessage with the given source.
SimpleObjectMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.simple.SimpleObjectMessage
This constructor initializes the new SimpleObjectMessage with the given parameters.
SimpleProgramSender - Class in net.sf.xbus.technical.misc
SimpleProgramSender calls an external program.
SimpleProgramSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.misc.SimpleProgramSender
 
SimpleTextMessage - Class in net.sf.xbus.protocol.simple
SimpleTextMessage is the most simple implementation of TextMessage.
SimpleTextMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.simple.SimpleTextMessage
Creates the SimpleTextMessage with the given source.
SimpleTextMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.simple.SimpleTextMessage
This constructor initializes the new SimpleTextMessage with the given parameters.
SMTPSender - Class in net.sf.xbus.technical.mail
The SMTPSender sends messages to mail accounts via the SMTP protocol.
SMTPSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.mail.SMTPSender
The constructor stores the given destination.
SOAP_BODY - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAP_DETAIL - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAP_FAULT - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAP_FAULTCODE - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAP_NAMESPACE - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAPAdministrator - Class in net.sf.xbus.admin.soap
Restarts the xBus by calling a web service.
SOAPAdministrator() - Constructor for class net.sf.xbus.admin.soap.SOAPAdministrator
 
SOAPAdministratorBootstrap - Class in net.sf.xbus.bootstrap
Restarts the xBus by calling a web service.
SOAPAdministratorBootstrap() - Constructor for class net.sf.xbus.bootstrap.SOAPAdministratorBootstrap
 
SOAPENV_QUALIFIER - Static variable in class net.sf.xbus.protocol.soap.SOAPMessage
 
SOAPMessage - Class in net.sf.xbus.protocol.soap
SOAPMessage represents messages for the Simple Object Access Protocol.
SOAPMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.soap.SOAPMessage
This constructor stores the source, creates an unique identifier for the message and initializes the requestTimestamp.
SOAPMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.soap.SOAPMessage
This constructor initializes the new SOAPMessage with the given parameters.
SocketSender - Class in net.sf.xbus.technical.socket
The SocketSender sends a message to a socket.
SocketSender(XBUSSystem) - Constructor for class net.sf.xbus.technical.socket.SocketSender
The constructor stores the destination.
STANDARD_CONFIG - Static variable in class net.sf.xbus.base.core.config.Configuration
 
start(XBUSSystem, Object, String) - Static method in class net.sf.xbus.application.PostProcessor
 
start(boolean) - Static method in class net.sf.xbus.bootstrap.ReceiverServiceBootstrap
 
start(String[]) - Method in class net.sf.xbus.bootstrap.ReceiverServiceWrapper
Called when the WrapperManager is signaled by the native wrapper code that it can start its application.
start(boolean) - Method in class net.sf.xbus.technical.ReceiverService
Starts all threads to receive messages and for administration.
start(Vector) - Method in class net.sf.xbus.technical.ReceiverSingle
 
startAllSystems() - Method in class net.sf.xbus.technical.ReceiverService
Starts all configured threads to process message for different systems.
startBackgroundReceiver(String) - Method in class net.sf.xbus.admin.Administrator
Starts a background receiver.
startBackgroundReceiver(String) - Method in class net.sf.xbus.admin.jmx.Administrator
 
startBackgroundReceiver(String) - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
startBackgroundReceiver(String) - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
startInsideServletEngine() - Method in class net.sf.xbus.technical.ReceiverService
Starts all threads to receive messages and for administration.
startReceiverThread(String) - Method in class net.sf.xbus.technical.ReceiverThreadManager
Starts a ReceiverThread for the given system.
startWithoutServletEngine() - Method in class net.sf.xbus.technical.ReceiverService
Starts all threads to receive messages and for administration.
stop() - Method in interface net.sf.xbus.base.core.timeoutcall.Callable
Stops the running call
stop() - Method in class net.sf.xbus.base.core.timeoutcall.TimedCallable
 
stop(int) - Method in class net.sf.xbus.bootstrap.ReceiverServiceWrapper
Called when the application is shutting down.
stop() - Method in class net.sf.xbus.technical.as400.AS400ProgramCaller
Stopping the execution of the program by disconnecting from the AS400.
stop() - Method in class net.sf.xbus.technical.java.JavaCaller
Stopping the execution of the program by doing nothing.
stop() - Method in class net.sf.xbus.technical.misc.ProgramCaller
Stopping the execution of the program by destroying the program.
stop() - Method in class net.sf.xbus.technical.ReceiverService
Stops all threads, including the administration threads.
stopAllSystems() - Method in class net.sf.xbus.technical.ReceiverService
Stops all threads after processing their current message.
stopReceiverService() - Method in class net.sf.xbus.admin.Administrator
Stops the ReceiverService completely, including the JMX server.
stopReceiverService() - Method in class net.sf.xbus.admin.jmx.Administrator
 
stopReceiverService() - Static method in class net.sf.xbus.admin.jmx.AdministratorJMXConnector
 
stopReceiverService() - Method in interface net.sf.xbus.admin.jmx.AdministratorMBean
 
stopWatchdog() - Method in class net.sf.xbus.technical.ReceiverServiceWatchdog
Tells the watchdog that it should stop.
storeFile(String, String, String, String) - Method in class net.sf.xbus.technical.ftp.FTPConnection
Writes the given data to a file on the FTP server.
Stream2ByteArrayListTransformer - Class in net.sf.xbus.protocol.bytearraylist
The Stream2ByteArrayListTransformer read the content of an InputStream into a ByteArrayList.
Stream2ByteArrayListTransformer() - Constructor for class net.sf.xbus.protocol.bytearraylist.Stream2ByteArrayListTransformer
 
Stream2TextTransformer - Class in net.sf.xbus.protocol.simple
The Stream2TextTransformer read the content of an InputStream into string.
Stream2TextTransformer() - Constructor for class net.sf.xbus.protocol.simple.Stream2TextTransformer
 
stringToByteArray(String, int) - Method in interface net.sf.xbus.base.bytearraylist.ByteArrayConverter
 
stringToByteArray(String) - Method in interface net.sf.xbus.base.bytearraylist.ByteArrayConverter
 
stringToByteArray(String, int) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterAS400
 
stringToByteArray(String) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterAS400
 
stringToByteArray(String, int) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterFile
 
stringToByteArray(String) - Method in class net.sf.xbus.base.bytearraylist.ByteArrayConverterFile
 
StringTransformerSample - Class in net.sf.xbus.sample
TODO Kommentierung
StringTransformerSample() - Constructor for class net.sf.xbus.sample.StringTransformerSample
 
subArray(byte[], int, int) - Static method in class net.sf.xbus.base.core.bytearrays.XByteArraySupport
subArray extracts a byte array from another.
successorUsualChars(String, boolean) - Static method in class net.sf.xbus.base.core.strings.XStringSupport
successorUsualChars computes the successor string in lexicographic order.
suite() - Static method in class net.sf.xbus.test.TestxBus
A test runner expects a static method suite as the entry point to get a test to run
suite() - Static method in class net.sf.xbus.test.TestxBusNotOK
A test runner expects a static method suite as the entry point to get a test to run
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
 
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
Empty method.
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Empty method.
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.soap.SOAPMessage
After setting the request data, both setRequestText and setRequestDocument, the function of the Message must be set.
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XBUSXMLMessage
After setting the request data, both setRequestText and setRequestDocument, some fields of the Message must be synchronized with the request data.
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
After setting the request data, both setRequestText and setRequestDocument, some fields of the Message must be synchronized with the request data.
synchronizeRequestFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageImplementation
 
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayListMessage
 
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.csv.CSVMessage
Empty method.
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.records.RecordTypeMessage
Empty method.
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.soap.SOAPMessage
After setting the response data, both setResponseText and setResponseDocument, some fields of the Message must be synchronized with the response data.
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XBUSXMLMessage
After setting the response data, both setResponseText and setResponseDocument, some fields of the Message must be synchronized with the response data.
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageAbstract
After setting the response data, both setResponseText and setResponseDocument, some fields of the Message must be synchronized with the response data.
synchronizeResponseFields(XBUSSystem) - Method in class net.sf.xbus.protocol.xml.XMLMessageImplementation
 
SYS_ENCODING - Static variable in class net.sf.xbus.base.core.Constants
 

T

TAManager - Class in net.sf.xbus.base.core
TAManager manages transactions.
TAResource - Interface in net.sf.xbus.base.core
TAResource is the interface for all classes, that should be managed by a TAManager.
TEMP_SUFFIX - Static variable in class net.sf.xbus.base.core.Constants
 
terminateReading() - Method in interface net.sf.xbus.base.linereader.LineReader
Cleanup to be done after reading from the LineReader, e.g. closing an InputStream.
terminateReading() - Method in class net.sf.xbus.technical.as400.AS400LineReader
 
terminateReading() - Method in class net.sf.xbus.technical.file.FileLineReader
 
terminateReading() - Method in interface net.sf.xbus.technical.RecordByteArrayReader
Cleanup to be done after reading from the RecordByteArrayReader, e.g. closing an InputStream.
TEST - Static variable in class net.sf.xbus.test.TestxBus
 
TEST - Static variable in class net.sf.xbus.test.TestxBusNotOK
 
test0001() - Method in class net.sf.xbus.test.TestxBus
XML with simple routing
test0002() - Method in class net.sf.xbus.test.TestxBus
RecordTypes with fixed field length
test0003() - Method in class net.sf.xbus.test.TestxBus
XML with complex routing
test0004() - Method in class net.sf.xbus.test.TestxBus
JavaReceiver, JavaTransformer and Invoke
test0005() - Method in class net.sf.xbus.test.TestxBus
DBSender
test0006() - Method in class net.sf.xbus.test.TestxBus
SOAP
test0007() - Method in class net.sf.xbus.test.TestxBus
HTTP Streaming
test0008() - Method in class net.sf.xbus.test.TestxBus
Additional address information
test0009() - Method in class net.sf.xbus.test.TestxBus
Additional address information
test0010() - Method in class net.sf.xbus.test.TestxBus
FileLineReader/-Writer
test0011() - Method in class net.sf.xbus.test.TestxBus
FileLineReader/-Writer with Transformation
test0012() - Method in class net.sf.xbus.test.TestxBus
FTPReceiver
test0013() - Method in class net.sf.xbus.test.TestxBus
LDAPSender
test0014() - Method in class net.sf.xbus.test.TestxBus
RecordTypes with fixed field length
test0015() - Method in class net.sf.xbus.test.TestxBus
Email with POP3XMLReceiver
test0016() - Method in class net.sf.xbus.test.TestxBus
Email with POP3XMLReceiverThread
test0017() - Method in class net.sf.xbus.test.TestxBus
Email with POP3Receiver
test0018() - Method in class net.sf.xbus.test.TestxBus
Email with POP3ReceiverThread
test0019() - Method in class net.sf.xbus.test.TestxBus
HTTPParameterSender/Receiver
test0020() - Method in class net.sf.xbus.test.TestxBus
XML with simple routing
test0021() - Method in class net.sf.xbus.test.TestxBus
Example 21: HTTPParameterReceiver with result
test0022() - Method in class net.sf.xbus.test.TestxBus
CSV message without description, default settings
test0023() - Method in class net.sf.xbus.test.TestxBus
CSV message without description, special settings
test0024() - Method in class net.sf.xbus.test.TestxBus
HTTP authentication
test0025() - Method in class net.sf.xbus.test.TestxBus
FTPReceicerThread
test0026() - Method in class net.sf.xbus.test.TestxBus
CSV message without description, default settings
test0027() - Method in class net.sf.xbus.test.TestxBus
HTTPParameterSender/Receiver with WILDCARD
test1001() - Method in class net.sf.xbus.test.TestxBusNotOK
Error in Sender
test1002() - Method in class net.sf.xbus.test.TestxBusNotOK
System-dependent DTD check fails
test1003() - Method in class net.sf.xbus.test.TestxBusNotOK
System-dependent Schema check fails
test1004() - Method in class net.sf.xbus.test.TestxBusNotOK
MQReceiver with OnError=Delete
test1005() - Method in class net.sf.xbus.test.TestxBusNotOK
MQReceiver with OnError=Preserve
test1006() - Method in class net.sf.xbus.test.TestxBusNotOK
POP3Receiver with OnError=Delete
test1007() - Method in class net.sf.xbus.test.TestxBusNotOK
POP3Receiver with OnError=Preserve
test1008() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Preserve / Preserve
test1009() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Preserve / Delete
test1010() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Preserve / Rename
test1011() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Delete / Preserve
test1012() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Delete / Delete
test1013() - Method in class net.sf.xbus.test.TestxBusNotOK
FileReceiverService Delete / Rename
test1014() - Method in class net.sf.xbus.test.TestxBusNotOK
FTPReceiver/ Preserve
test1015() - Method in class net.sf.xbus.test.TestxBusNotOK
FTPReceiver Delete
test1016() - Method in class net.sf.xbus.test.TestxBusNotOK
FTPReceiver Rename
test1017() - Method in class net.sf.xbus.test.TestxBusNotOK
HTTP Authentication
TEST_DIFF - Static variable in class net.sf.xbus.test.TestxBus
 
TEST_DIFF - Static variable in class net.sf.xbus.test.TestxBusNotOK
 
TEST_REF - Static variable in class net.sf.xbus.test.TestxBus
 
TEST_REF - Static variable in class net.sf.xbus.test.TestxBusNotOK
 
TEST_RUN - Static variable in class net.sf.xbus.test.TestxBus
 
TEST_RUN - Static variable in class net.sf.xbus.test.TestxBusNotOK
 
TestxBus - Class in net.sf.xbus.test
Automated tests of the complete xBus' functionality.
TestxBus(String) - Constructor for class net.sf.xbus.test.TestxBus
Default constructor
TestxBusNotOK - Class in net.sf.xbus.test
Automated tests of the complete xBus' functionality.
TestxBusNotOK(String) - Constructor for class net.sf.xbus.test.TestxBusNotOK
Default constructor
Text2StreamTransformer - Class in net.sf.xbus.protocol.simple
The Text2StreamTransformer returns a ByteArrayInputStream to read a string content.
Text2StreamTransformer() - Constructor for class net.sf.xbus.protocol.simple.Text2StreamTransformer
 
TextMessage - Interface in net.sf.xbus.protocol
TextMessage is the interface for all Messages which deals with textual messages, for example XML.
TextSender - Interface in net.sf.xbus.technical
Senders which send textual messages to neighbor-systems have to implement the TextSender-interface.
TextXSLTTransformer - Class in net.sf.xbus.protocol.simple
TODO: Kommentierung
TextXSLTTransformer() - Constructor for class net.sf.xbus.protocol.simple.TextXSLTTransformer
 
ThreadFactory - Interface in net.sf.xbus.base.core.timeoutcall
Interface describing any class that can generate new Thread objects.
threadFactory_ - Variable in class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser
 
ThreadFactoryUser - Class in net.sf.xbus.base.core.timeoutcall
Base class for Executors and related classes that rely on thread factories.
ThreadFactoryUser() - Constructor for class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser
 
ThreadFactoryUser.DefaultThreadFactory - Class in net.sf.xbus.base.core.timeoutcall
 
ThreadFactoryUser.DefaultThreadFactory() - Constructor for class net.sf.xbus.base.core.timeoutcall.ThreadFactoryUser.DefaultThreadFactory
 
TimedCallable - Class in net.sf.xbus.base.core.timeoutcall
TimedCallable runs a Callable function for a given length of time.
TimedCallable(Callable, long) - Constructor for class net.sf.xbus.base.core.timeoutcall.TimedCallable
 
timedGet(long) - Method in class net.sf.xbus.base.core.timeoutcall.FutureResult
Wait at most msecs to access the reference.
TimeoutException - Exception in net.sf.xbus.base.core.timeoutcall
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for exception net.sf.xbus.base.core.timeoutcall.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for exception net.sf.xbus.base.core.timeoutcall.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
toByteArray() - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
 
toString() - Method in class net.sf.xbus.admin.html.ReadJournal
Gets all necessary information from the journal as one String in the following format: number | messageId | function | type | system | requestTimestamp | ResponseTimestamp | Returncode
toString() - Method in class net.sf.xbus.base.bytearraylist.ByteArrayList
 
toString() - Method in class net.sf.xbus.base.xbussystem.XBUSSystem
Returns the concatenation of name and address of the neighbor-system.
toString() - Method in class net.sf.xbus.technical.mail.Email
 
trace(int, Object, Throwable) - Method in class net.sf.xbus.base.core.trace.ConsoleTrace
Writes the message, the priority and if given the backtrace of the Throwable to the console.
trace(int, Object, Throwable) - Method in class net.sf.xbus.base.core.trace.FileTrace
Writes the message, the priority and if given the backtrace of the Throwable to the file.
Trace - Class in net.sf.xbus.base.core.trace
Trace writes program-internal informations to a sink.
Trace() - Constructor for class net.sf.xbus.base.core.trace.Trace
 
trace(int, Object, Throwable) - Method in interface net.sf.xbus.base.core.trace.TraceTarget
Writes the message to the sink.
TraceFileRenamer - Class in net.sf.xbus.base.core.trace
The TraceFileRenamer class is for renaming the trace file by adding a timestamp.
TraceFileRenamer() - Constructor for class net.sf.xbus.base.core.trace.TraceFileRenamer
 
TraceTarget - Interface in net.sf.xbus.base.core.trace
If a class should be used by the Trace to write informations, it has to implement the interface TraceTarget.
transform(String) - Method in interface net.sf.xbus.base.linereader.LineTransformer
 
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.bytearraylist.ByteArrayList2StreamTransformer
The ByteArrayList2StreamTransformer returns a ByteArrayInputStream to read its content.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.bytearraylist.Stream2ByteArrayListTransformer
The Stream2ByteArrayListTransformer read the content of an InputStream into a ByteArrayList.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.CloneTransformer
No transformation is done, the given inObject is returned.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.java.JavaTransformer
 
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.records.RecordTypeTransformer
The transform method is automatically called by the xBus during the routing of messages.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.simple.FixedTextTransformer
The transform creates a string from the configuration.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.simple.Stream2TextTransformer
The Stream2TextTransformer read the content of an InputStream into string.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.simple.Text2StreamTransformer
The Text2StreamTransformer returns a ByteArrayInputStream to read a string content.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.simple.TextXSLTTransformer
The transform method is automatically called by the xBus during the routing of messages.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in interface net.sf.xbus.protocol.Transformer
The transform method is automatically called by the xBus during the routing of messages.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.xml.XMLParserTransformer
The transform method parses the given String into an org.w3c.Document.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.xml.XMLSerializerTransformer
The transform method serializes the given org.w3c.Document into a String.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.xml.XMLUnwrapperTransformer
The transform method unwraps a String from the given Object.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.xml.XMLWrapperTransformer
The transform method wraps the given Object into a XBUSXMLMessage.
transform(Object, XBUSSystem, XBUSSystem, Message) - Method in class net.sf.xbus.protocol.xml.XSLTTransformer
The transform method is automatically called by the xBus during the routing of messages.
transform(String) - Method in class net.sf.xbus.sample.StringTransformerSample
 
TRANSFORM_FROM_REQUEST - Static variable in class net.sf.xbus.protocol.MessageFactory
 
TRANSFORM_FROM_RESPONSE - Static variable in class net.sf.xbus.protocol.MessageFactory
 
Transformer - Interface in net.sf.xbus.protocol
Transformer implementations are transforming the content of one Messages to the format of another Message.
TransformerFactory - Class in net.sf.xbus.protocol
 
TransformerFactory() - Constructor for class net.sf.xbus.protocol.TransformerFactory
 
transformResponse2Response(XBUSSystem, XBUSSystem, Message, Message) - Static method in class net.sf.xbus.protocol.MessageFactory
Transforms the response of a source message to the response of a destination message.
transformSingleRecord(Document, String) - Method in class net.sf.xbus.protocol.records.RecordTypeTransformer
 
transformToByteArray(Object) - Static method in class net.sf.xbus.base.core.bytearrays.XByteArraySupport
 
transformXML(String, String, Message) - Method in class net.sf.xbus.protocol.simple.TextXSLTTransformer
Transforms the given XML-data with the given XSL-stylesheet.
transformXML(Document, String, Message) - Method in class net.sf.xbus.protocol.xml.XSLTTransformer
Transforms the given XML-data with the given XSL-stylesheet.
traversePostOrder(Document, IteratedNodeOperation) - Static method in class net.sf.xbus.base.xml.XDomSupport
traversePostOrder traverses a DOM tree in post-order and executes the specified operation on each node.
traversePreOrder(Document, IteratedNodeOperation) - Static method in class net.sf.xbus.base.xml.XDomSupport
traversePreOrder traverses a DOM tree in pre-order and executes the specified operation on each node.
TYPE_BINARY - Static variable in class net.sf.xbus.base.core.Constants
 
TYPE_OBJECT - Static variable in class net.sf.xbus.base.core.Constants
 
TYPE_TEXT - Static variable in class net.sf.xbus.base.core.Constants
 
TYPE_XML - Static variable in class net.sf.xbus.base.core.Constants
 

U

UNNAMED - Static variable in class net.sf.xbus.technical.database.DBConnection
 

V

value_ - Variable in class net.sf.xbus.base.core.timeoutcall.FutureResult
The result of the operation *
VARIABLE_END - Static variable in class net.sf.xbus.base.core.config.Configuration
 
VARIABLE_PREFIX - Static variable in class net.sf.xbus.base.core.config.Configuration
 

W

WARN - Static variable in class net.sf.xbus.base.core.trace.Trace
 
warn(Object) - Static method in class net.sf.xbus.base.core.trace.Trace
Traces a message object with the WARN priority.
warning(SAXParseException) - Method in class net.sf.xbus.base.xml.XParserErrorHandler
 
WRITE_APPEND - Static variable in class net.sf.xbus.base.core.Constants
 
WRITE_ERROR - Static variable in class net.sf.xbus.base.core.Constants
 
WRITE_OVERWRITE - Static variable in class net.sf.xbus.base.core.Constants
 
WRITE_RENAME - Static variable in class net.sf.xbus.base.core.Constants
 
writeCSVFile(List, String) - Method in class net.sf.xbus.tools.ConfigSearcher
 
writeMessage() - Method in class net.sf.xbus.base.deletedMessageStore.DeletedMessageStore
Writes the name of the system, its additional addresses and the message into a XML file.

X

XBUS_ETC - Static variable in class net.sf.xbus.base.core.Constants
 
XBUS_HOME - Static variable in class net.sf.xbus.base.core.Constants
 
XBUS_LOG - Static variable in class net.sf.xbus.base.core.Constants
 
XBUS_PLUGIN_ETC - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSClassLoader - Class in net.sf.xbus.base.core.reflection
XBUSClassLoader manages an URLClassLoader, that loads all jar-files under XBUS_HOME/lib, XBUS_HOME/lib/runtime and XBUS_HOME/plugin/lib.
XBUSSystem - Class in net.sf.xbus.base.xbussystem
XBUSSystem is the representation of any neighbor-systems respectively their interfaces.
XBUSSystem(String) - Constructor for class net.sf.xbus.base.xbussystem.XBUSSystem
Constructs the XBUSSystem without an address.
XBUSSystem(String, Hashtable) - Constructor for class net.sf.xbus.base.xbussystem.XBUSSystem
Constructs the XBUSSystem from the name fo the neighbor-system and all address informations for this system
XBUSSystem(String, Hashtable, boolean) - Constructor for class net.sf.xbus.base.xbussystem.XBUSSystem
Constructs the XBUSSystem from the name fo the neighbor-system and all address informations for this system and the flag if a broadcast is requested to this system.
XBUSXMLMessage - Class in net.sf.xbus.protocol.xml
XBUSXMLMessage represents messages in the xBus specific XML-format.
XBUSXMLMessage(XBUSSystem) - Constructor for class net.sf.xbus.protocol.xml.XBUSXMLMessage
This constructor stores the source, creates an unique identifier for the call and initializes the requestTimestamp.
XBUSXMLMessage(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.xml.XBUSXMLMessage
This constructor initializes the new XBUSXMLMessage with the given parameters.
XBUSXMLMESSAGE_ADDRESS - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_CALL - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_DATA - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_DOCUMENT - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_ERRORCODE - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_ERRORTEXT - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_FUNCTION - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_ID - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_RETURNCODE - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_SOURCE - Static variable in class net.sf.xbus.base.core.Constants
 
XBUSXMLMESSAGE_TIMESTAMP - Static variable in class net.sf.xbus.base.core.Constants
 
XByteArraySupport - Class in net.sf.xbus.base.core.bytearrays
XByteArraySupport gives some support in manipulating byte arrays.
XByteArraySupport() - Constructor for class net.sf.xbus.base.core.bytearrays.XByteArraySupport
 
XDiff - Class in net.sf.xbus.test
TODO Kommentierung
XDiff() - Constructor for class net.sf.xbus.test.XDiff
 
XDomSupport - Class in net.sf.xbus.base.xml
XDomSupport is a collection of operations on DOM trees.
XDomSupport() - Constructor for class net.sf.xbus.base.xml.XDomSupport
 
XException - Exception in net.sf.xbus.base.core
All errors that occur while processing a request are handled by throwing a XException.
XException(String, String, String, String) - Constructor for exception net.sf.xbus.base.core.XException
Constructs a XException and traces the message and the backtrace.
XException(String, String, String, String, List) - Constructor for exception net.sf.xbus.base.core.XException
Constructs a XException and traces the message and the backtrace.
XException(String, String, String, String, Throwable, List) - Constructor for exception net.sf.xbus.base.core.XException
Constructs a XException and traces the Throwable and the backtrace.
XException(String, String, String, String, Throwable) - Constructor for exception net.sf.xbus.base.core.XException
Constructs a XException and traces the Throwable and the backtrace.
XIntSupport - Class in net.sf.xbus.base.core.arithmetic
XIntSupport is a collection of helpful methods concerning integer handling.
XIntSupport() - Constructor for class net.sf.xbus.base.core.arithmetic.XIntSupport
 
XMLHelper - Class in net.sf.xbus.base.xml
XMLHelper offers some support for treating XML structures.
XMLHelper() - Constructor for class net.sf.xbus.base.xml.XMLHelper
 
XMLMessage - Interface in net.sf.xbus.protocol
XMLMessage is the base interface for all messages in the XML format.
XMLMessageAbstract - Class in net.sf.xbus.protocol.xml
XMLMessage is the base class for all messages in the XML format.
XMLMessageAbstract(XBUSSystem) - Constructor for class net.sf.xbus.protocol.xml.XMLMessageAbstract
This constructor stores the source, creates an unique identifier for the message and initializes the requestTimestamp.
XMLMessageAbstract(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.xml.XMLMessageAbstract
This constructor initializes the new XMLMessage with the given parameters.
XMLMessageImplementation - Class in net.sf.xbus.protocol.xml
XMLMessageImplementation represents generic XML messages.
XMLMessageImplementation(XBUSSystem) - Constructor for class net.sf.xbus.protocol.xml.XMLMessageImplementation
This constructor stores the source, creates an unique identifier for the call and initializes the requestTimestamp.
XMLMessageImplementation(String, XBUSSystem, String) - Constructor for class net.sf.xbus.protocol.xml.XMLMessageImplementation
This constructor initializes the new XMLMessageImplementation with the given parameters.
XMLParserTransformer - Class in net.sf.xbus.protocol.xml
The XMLParserTransformer parses the given String into an org.w3c.Document.
XMLParserTransformer() - Constructor for class net.sf.xbus.protocol.xml.XMLParserTransformer
 
XMLSerializerTransformer - Class in net.sf.xbus.protocol.xml
The XMLSerializerTransformer serializes the given org.w3c.Document into a String.
XMLSerializerTransformer() - Constructor for class net.sf.xbus.protocol.xml.XMLSerializerTransformer
 
XMLUnwrapperTransformer - Class in net.sf.xbus.protocol.xml
The XMLUnwrapperTransformer does the inverse transformation of the XMLWrapperTransformer.
XMLUnwrapperTransformer() - Constructor for class net.sf.xbus.protocol.xml.XMLUnwrapperTransformer
 
XMLWrapperTransformer - Class in net.sf.xbus.protocol.xml
The XMLWrapperTransformer wraps the given String into a XBUSXMLMessage.
XMLWrapperTransformer() - Constructor for class net.sf.xbus.protocol.xml.XMLWrapperTransformer
 
XParserErrorHandler - Class in net.sf.xbus.base.xml
XParserErrorHandler handles messages from a xml parser when validating the xml code.
XParserErrorHandler() - Constructor for class net.sf.xbus.base.xml.XParserErrorHandler
 
XSL_LOCATION - Static variable in class net.sf.xbus.protocol.simple.TextXSLTTransformer
 
XSL_LOCATION - Static variable in class net.sf.xbus.protocol.xml.XSLTTransformer
 
XSLTTransformer - Class in net.sf.xbus.protocol.xml
This is the base class for all transformation between XMLMessages with XSLT stylesheets.
XSLTTransformer() - Constructor for class net.sf.xbus.protocol.xml.XSLTTransformer
 
XStringSupport - Class in net.sf.xbus.base.core.strings
XStringSupportis a collection of helpful methods concerning string handling.
XStringSupport() - Constructor for class net.sf.xbus.base.core.strings.XStringSupport
 

A B C D E F G H I J K L M N O P Q R S T U V W X