Serialized Form


Package at.spardat.xma.boot.component

Class at.spardat.xma.boot.component.NamedEvent extends java.util.EventObject implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value


Package at.spardat.xma.boot.exc

Class at.spardat.xma.boot.exc.BootRuntimeException extends java.lang.Exception implements Serializable

Serialized Fields

code_

int code_
The code of this notification. Defaults to 0 if not set.


message_

java.lang.String message_
The message of this notification.


detail_

java.lang.Throwable detail_
The detail exception


showToEndUser_

boolean showToEndUser_
As for runtime exceptions: Indicates if this exception may be shown to the end user or not. This is just a hint for the presentation layer to decide if it should wrap this in another exception.

Class at.spardat.xma.boot.exc.BRLoginException extends BootRuntimeException implements Serializable

Class at.spardat.xma.boot.exc.ServerVersionException extends BootRuntimeException implements Serializable


Package at.spardat.xma.boot.logger

Class at.spardat.xma.boot.logger.LogRecord extends java.lang.Object implements Serializable

Serialized Fields

level

LogLevel level
Logging message level

sourceClassName

java.lang.String sourceClassName
Class that issued logging call

sourceMethodName

java.lang.String sourceMethodName
Method that issued logging call

message

java.lang.String message
Non-localized raw message text

millis

long millis
Event time in milliseconds since 1970

thrown

java.lang.Throwable thrown
The Throwable (if any) associated with log message

loggerName

java.lang.String loggerName
Name of the source Logger.


Package at.spardat.xma.boot.servlet

Class at.spardat.xma.boot.servlet.XmaLauncherServlet extends javax.servlet.http.HttpServlet implements Serializable


Package at.spardat.xma.boot.transport

Class at.spardat.xma.boot.transport.CommunicationException extends java.io.IOException implements Serializable

Serialized Fields

returnCode

int returnCode
the http-returncode of the failed communication

Class at.spardat.xma.boot.transport.ConnectException extends CommunicationException implements Serializable

Class at.spardat.xma.boot.transport.ServerException extends CommunicationException implements Serializable


Package at.spardat.xma.boot.util

Class at.spardat.xma.boot.util.PropertyFile extends java.util.Properties implements Serializable

Serialized Fields

strHeader

java.lang.String strHeader
header info for property files


file_

java.io.File file_
the file_ to save to


debug

boolean debug
extended file output