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

A

ALL - Static variable in class at.spardat.xma.boot.logger.LogLevel
ALL indicates that all messages should be logged.
APPLICATION_ERROR - Static variable in class at.spardat.xma.boot.exc.BRTCodes
RemoteCall, the server could not be contacted same ID as boot runtime, but other module
APPLICATION_ERROR_TITLE - Static variable in class at.spardat.xma.boot.exc.BRTCodes
Resource IDs for general messages
APPLICATION_STARTED - Static variable in class at.spardat.xma.boot.Statics
 
APP_DISCRIPTOR - Static variable in class at.spardat.xma.boot.Statics
 
AppContainer - class at.spardat.xma.boot.comp.AppContainer.
AppContainer is a data-object that holds information about a running application and itīs components.
AppContainer() - Constructor for class at.spardat.xma.boot.comp.AppContainer
 
AppLoader - class at.spardat.xma.boot.comp.AppLoader.
AppLoader is responsible for loading, updating and preparation of application information.
AppLoader(Properties) - Constructor for class at.spardat.xma.boot.comp.AppLoader
constructor
AppLoaderBase - class at.spardat.xma.boot.comp.AppLoaderBase.
AppLoaderTools
AppLoaderBase(Properties) - Constructor for class at.spardat.xma.boot.comp.AppLoaderBase
constructs a AppLoaderBase
AppManager - class at.spardat.xma.boot.comp.AppManager.
The AppManager is responsible for handling the application-context and classloaders for xma-components that it also invokes.
AppManager(Properties) - Constructor for class at.spardat.xma.boot.comp.AppManager
constructor
AutomationHandler - class org.eclipse.swt.ole.win32.AutomationHandler.
AutomationHandler provides a mechanism for accessing functionality that is specific to a COM Object .
AutomationHandler(String) - Constructor for class org.eclipse.swt.ole.win32.AutomationHandler
Creates an OleAutomation object with a given ProgID.
AutomationHandler(IDispatch) - Constructor for class org.eclipse.swt.ole.win32.AutomationHandler
 
accept(File) - Method in class at.spardat.xma.boot.cleanup.CleanupFileFilter
 
addComponent(XMAComponent) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
addEventListener(IComponentListener) - Method in interface at.spardat.xma.boot.component.IComponent
Adds a ComponentListner to the listeners of the component.
addEventListener(int, GUID, int, OleListener) - Method in class org.eclipse.swt.ole.win32.SinkObject
Adds the listener to receive events.
addInstance(IComponent) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
add a new running instance of this component.
addLogger(Logger) - Method in class at.spardat.xma.boot.logger.LogManager
 
addNativeLib(URL) - Method in class at.spardat.xma.boot.comp.CCLoader
Appends the specified URL representing a native library to the list of URLs to search for native libraries.
addNativeLibPath(URL) - Method in class at.spardat.xma.boot.comp.CCLoader
Appends the specified URL to the list of URLs representing paths to search for native libraries.
addNativeLibPaths(Collection) - Method in class at.spardat.xma.boot.comp.CCLoader
Appends the URLs in the specified Collection to the list of URLs reprsenting paths to search for native libraries.
addNativeLibs(Collection) - Method in class at.spardat.xma.boot.comp.CCLoader
Appends the URLs in the specified Collection to the list of URLs to search for native libraries.
addParameter(String, String) - Method in class at.spardat.xma.boot.transport.XMA_URI
Adds a parameter to the parameters of the query string of the url.
addPluginImpl(XMAPluginImpl) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
addPluginSpec(XMAPluginSpec) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
addPreinstall(SWTPreinstall) - Method in class at.spardat.xma.boot.comp.data.XMASWTDescription
adds the given preinstall to the list preinstalls
addPropertyChangeListener(PropertyChangeListener) - Method in interface at.spardat.xma.boot.component.IComponent
Adds a PropertyChangeListener to the listeners of the component.
addResource(XMAResource) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
addResource(XMAResource) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
addResource(XMAResource) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
addResource(XMAResource) - Method in class at.spardat.xma.boot.comp.data.XMASWTDescription
adds the given resource to the map resources
addResourceLink(XMAResourceLink) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
addResourceLink(XMAResourceLink) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
addRunningCmp(XMAComponent) - Method in class at.spardat.xma.boot.comp.AppContainer
 
addURL(URL) - Method in class at.spardat.xma.boot.comp.CCLoader
Appends the specified URL to the list of URLs to search for classes and resources.
areEqual(byte[], byte[]) - Static method in class at.spardat.xma.boot.transform.HashChecksum
Compare two application descriptor hash codes
args - Variable in class at.spardat.xma.boot.logger.LogHandlerBase
 
at.spardat.xma.boot - package at.spardat.xma.boot
the xma client side boot-runtime
at.spardat.xma.boot.cache - package at.spardat.xma.boot.cache
file-cache or storage module.
at.spardat.xma.boot.cleanup - package at.spardat.xma.boot.cleanup
removal of old files in the file-cache.
at.spardat.xma.boot.comp - package at.spardat.xma.boot.comp
application and component management and loading
at.spardat.xma.boot.comp.data - package at.spardat.xma.boot.comp.data
runtime representation of the content of the xma-app.xml
at.spardat.xma.boot.component - package at.spardat.xma.boot.component
This package contains all interfaces and classes needed between the boot runtime and the runtime.
at.spardat.xma.boot.exc - package at.spardat.xma.boot.exc
exceptions of the bootruntime
at.spardat.xma.boot.logger - package at.spardat.xma.boot.logger
boot runtime logging implementation
at.spardat.xma.boot.natives - package at.spardat.xma.boot.natives
JNI implementation of windows registry key access
at.spardat.xma.boot.server - package at.spardat.xma.boot.server
server sided preperations need from the server-runtimeīs plug-in manager
at.spardat.xma.boot.servlet - package at.spardat.xma.boot.servlet
servlet supporting launching of xma applications from browsers
at.spardat.xma.boot.transform - package at.spardat.xma.boot.transform
hash checksum calculation
at.spardat.xma.boot.transport - package at.spardat.xma.boot.transport
low level transport module. includes httpTransport implementation
at.spardat.xma.boot.util - package at.spardat.xma.boot.util
boot runtime utilities

B

BRBusyIndicator - class at.spardat.xma.boot.comp.BRBusyIndicator.
Shell with a progress bar, shown while downloading the resources of an application.
BRBusyIndicator() - Constructor for class at.spardat.xma.boot.comp.BRBusyIndicator
construts the BRBusyIndicator
BRLoginException - exception at.spardat.xma.boot.exc.BRLoginException.
 
BRLoginException(String) - Constructor for class at.spardat.xma.boot.exc.BRLoginException
 
BRNotificationBox - class at.spardat.xma.boot.BRNotificationBox.
Utility methods to display boot runtime exceptions
BRNotificationBox() - Constructor for class at.spardat.xma.boot.BRNotificationBox
 
BRTCOM_JAR_NAME - Static variable in class at.spardat.xma.boot.Statics
 
BRTCodes - class at.spardat.xma.boot.exc.BRTCodes.
Defines error constants and a method to get a localized text for some of them.
BRTCodes() - Constructor for class at.spardat.xma.boot.exc.BRTCodes
 
BRTContextListener - class at.spardat.xma.boot.server.BRTContextListener.
DemoContextListener tests context creation
BRTContextListener() - Constructor for class at.spardat.xma.boot.server.BRTContextListener
construction
BRT_CONFIGFILE - Static variable in class at.spardat.xma.boot.Statics
file names
BRT_CTX_KEY - Static variable in class at.spardat.xma.boot.Statics
 
BRT_JAR_NAME - Static variable in class at.spardat.xma.boot.Statics
 
BUGFIX - Static variable in class at.spardat.xma.boot.util.Version
bugfix version number of the XMA runtime
BootRuntime - class at.spardat.xma.boot.BootRuntime.
The BootRuntime holds information about the client/machine environment for the boot runtime.
BootRuntimeException - exception at.spardat.xma.boot.exc.BootRuntimeException.
 
BootRuntimeException() - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
For internal use only.
BootRuntimeException(Throwable, String, Locale, Object[]) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message from a format string as defined in java.text.MessageFormat.
BootRuntimeException(Throwable, String) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
 
BootRuntimeException(String, Object, Object) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message of this from a two parameter java.text.MessageFormat compatible string.
BootRuntimeException(String, Object) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message of this from a one parameter java.text.MessageFormat compatible string.
BootRuntimeException(String) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message to the provided value.
BootRuntimeException(String, Locale, Object[]) - Constructor for class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message from a format string as defined in java.text.MessageFormat.
buffer_ - Variable in class at.spardat.xma.boot.cache.FCResource
byte array for buffered mode

C

CACHE_DIRNAME - Static variable in class at.spardat.xma.boot.Statics
directories
CCLoader - class at.spardat.xma.boot.comp.CCLoader.
custom classloader, created for each xma-application !
CCLoader(URL[]) - Constructor for class at.spardat.xma.boot.comp.CCLoader
Contructs a CCLoader
CCLoader(URL[], ClassLoader) - Constructor for class at.spardat.xma.boot.comp.CCLoader
Contructs a CCLoader
CFG_PROP_CLEANUP_APPLICATION_TIMEOUT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_CLEANUP_INITIAL_DELAY - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_CLEANUP_INTERVAL - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_CLEANUP_LOGFILE_TIMEOUT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_CONNECTTIMEOUT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_COOKIEPOLICY - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_DATAPATH - Static variable in class at.spardat.xma.boot.Statics
configuration properties
CFG_PROP_DATAPATH_USER_HOME_VALUE - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_HOSTNAMEIGNORE - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_LOGDIRECTORY - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_LOGLEVEL - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_LOGLHANDLERS - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_PROXYENABLE - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_PROXYOVERRIDE - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_PROXYPORT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_PROXYSERVER - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_READTIMEOUT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_SECURECERTS - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_SECUREPROXYPORT - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_SECUREPROXYSERVER - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_SWTVERSION - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_USEREGISTRY - Static variable in class at.spardat.xma.boot.Statics
 
CFG_PROP_XML_VALIDATE - Static variable in class at.spardat.xma.boot.Statics
 
CLOSE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
CLOSE_CHAR - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
CLOSE_SIMPLES - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
COMPONENT - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
COMPONENT_IMPLPACKAGE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
COMPONENT_NAME - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
COMPONENT_NOT_FOUND - Static variable in class at.spardat.xma.boot.exc.BRTCodes
component not found in application
CONFIG - Static variable in class at.spardat.xma.boot.logger.LogLevel
CONFIG is a message level for static configuration messages.
Cleaner - class at.spardat.xma.boot.cleanup.Cleaner.
 
Cleaner(BootRuntime) - Constructor for class at.spardat.xma.boot.cleanup.Cleaner
 
CleanerDeamon - class at.spardat.xma.boot.cleanup.CleanerDeamon.
 
CleanerDeamon(Cleaner) - Constructor for class at.spardat.xma.boot.cleanup.CleanerDeamon
 
CleanupFileFilter - class at.spardat.xma.boot.cleanup.CleanupFileFilter.
 
CleanupFileFilter() - Constructor for class at.spardat.xma.boot.cleanup.CleanupFileFilter
 
CleanupFileFilter(String) - Constructor for class at.spardat.xma.boot.cleanup.CleanupFileFilter
 
CloseHandle(int) - Static method in class at.spardat.xma.boot.natives.Pipes
The CloseHandle function closes an open object handle.
CommunicationException - exception at.spardat.xma.boot.transport.CommunicationException.
Thrown by Transport, if anything goes wrong in the communication with the server.
CommunicationException(Exception) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified detail Exception.
CommunicationException(String) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified detail message.
CommunicationException(String, Exception) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified mesage and detail Exception.
CommunicationException(String, Exception, int) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified message, detail Exception and Http-Returncode.
CommunicationException(Exception, int) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified detail Exception and Http-Returncode.
CommunicationException(String, int) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified detail message and Http-Returncode.
CommunicationException(int) - Constructor for class at.spardat.xma.boot.transport.CommunicationException
Constructs an CommunicationException with the specified Http-Returncode.
ComponentHelper - class at.spardat.xma.boot.component.ComponentHelper.
This class is deployed in the same classloader as SWT and IComponent.
ComponentHelper() - Constructor for class at.spardat.xma.boot.component.ComponentHelper
 
ConnectException - exception at.spardat.xma.boot.transport.ConnectException.
Thrown by Transport, if anything goes wrong in the communication with the server, before the server changed its state.
ConnectException(Exception) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified detail Exception.
ConnectException(String, Exception) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified mesage and detail Exception.
ConnectException(Exception, int) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified detail Exception and Http-Returncode.
ConnectException(String) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified detail message.
ConnectException(String, int) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified detail message and Http-Returncode.
ConnectException(String, Exception, int) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified message, detail Exception and Http-Returncode.
ConnectException(int) - Constructor for class at.spardat.xma.boot.transport.ConnectException
Constructs an ConnectException with the specified Http-Returncode.
ConnectNamedPipe(int, int) - Static method in class at.spardat.xma.boot.natives.Pipes
The ConnectNamedPipe function enables a named pipe server process to wait for a client process to connect to an instance of a named pipe.
CreateFile(String, int, int, int, int, int, int) - Static method in class at.spardat.xma.boot.natives.Pipes
The CreateFile function creates or opens a file, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, or named pipe.
CreateNamedPipe(String, int, int, int, int, int, int, int) - Static method in class at.spardat.xma.boot.natives.Pipes
The CreateNamedPipe function creates an instance of a named pipe and returns a handle for subsequent pipe operations.
calcCheckSum(byte[]) - Static method in class at.spardat.xma.boot.transform.HashChecksum
Calculates the hashvalue over the content of a plain file or a native lib.
calcFileCheckSum(File) - Static method in class at.spardat.xma.boot.transform.HashChecksum
Calculates the hashvalue for a plain file or a native lib.
calcJarCheckSum(File) - Static method in class at.spardat.xma.boot.transform.HashChecksum
Calculates the hasvalue for jar-files.
callServerEvent(IRtXMASessionClient, XMA_URI, byte[]) - Method in class at.spardat.xma.boot.transport.HTTPTransport
 
callServerEvent(IRtXMASessionClient, XMA_URI, byte[]) - Method in class at.spardat.xma.boot.transport.Transport
Calls a server side event.
cancel() - Method in class at.spardat.xma.boot.cleanup.CleanerDeamon
 
castToIComponent(Object) - Method in class at.spardat.xma.boot.component.ComponentHelper
Just casts the given object to IComponent.
castToIComponent(Object) - Method in interface at.spardat.xma.boot.component.IComponentHelper
Just casts the given object to IComponent.
checkHash(IFileCacheResource, String, boolean) - Method in class at.spardat.xma.boot.cache.FileCache
Check the integrity of the given resource.
checkHash(IFileCacheResource, String, boolean) - Method in interface at.spardat.xma.boot.cache.IFileCache
Check the integrity of the given resource.
checkIntegrity(XMAApp) - Static method in class at.spardat.xma.boot.comp.AppLoader
checks the application descriptor whether it is complete or not.
checkPluginSpecImpl(XMAApp) - Static method in class at.spardat.xma.boot.comp.AppLoader
this method checks wheather plugin-specīs can be found also as plugin-implīs and returns a list of missing plugin implementations.
checkResourceIntegrity(XMAApp) - Static method in class at.spardat.xma.boot.comp.AppLoader
checks the application descriptor whether it is complete or not.
cleanupSWTDisplay() - Method in class at.spardat.xma.boot.component.ComponentHelper
Disposes the display created by ComponentHelper.initSWTDisplay() of this ComponentHelper.
cleanupSWTDisplay() - Method in interface at.spardat.xma.boot.component.IComponentHelper
Disposes the display created by IComponentHelper.initSWTDisplay() of this IComponentHelper.
clearError(Widget) - Method in interface at.spardat.xma.boot.component.IDialog
Removes the error for the given widget.
close() - Method in class at.spardat.xma.boot.logger.DefaultHandler
 
close() - Method in interface at.spardat.xma.boot.logger.ILogHandler
 
close() - Method in class at.spardat.xma.boot.logger.LogHandlerBase
 
close() - Method in class at.spardat.xma.boot.logger.LogHandlerDefault
 
close() - Method in class at.spardat.xma.boot.logger.LogHandlerFile
 
close(OutputStream, String) - Static method in class at.spardat.xma.boot.util.Util
Closes as stream and logs an eventual Exception.
close(InputStream, String) - Static method in class at.spardat.xma.boot.util.Util
Closes as stream and logs an eventual Exception.
closeCancel() - Method in interface at.spardat.xma.boot.component.IDialog
Closes the dialog with exitStatus false.
closeOK() - Method in interface at.spardat.xma.boot.component.IDialog
Closes the dialog with exitStatus true.
compare(String, String, boolean) - Method in class at.spardat.xma.boot.util.Util
Compare strings that can be null
compareTo(Object) - Method in class at.spardat.xma.boot.cache.VersionNumber
Compares this VersionNumber to an other.
componentClosed(EventObject) - Method in interface at.spardat.xma.boot.component.IComponentListener
This method is called, when the component is closed.
components_ - Variable in class at.spardat.xma.boot.comp.data.XMAApp
application components of type XMAComponents
contextDestroyed(ServletContextEvent) - Method in class at.spardat.xma.boot.server.BRTContextListener
 
contextInitialized(ServletContextEvent) - Method in class at.spardat.xma.boot.server.BRTContextListener
 
createApplicationHash(InputStream, InputStream) - Method in class at.spardat.xma.boot.comp.AppLoaderBase
creates the has value for the application.
createComposite(Composite) - Method in interface at.spardat.xma.boot.component.IXMAControl
Creates the SWT-Composite of the PageClient.

D

DTDStatics - class at.spardat.xma.boot.comp.DTDStatics.
DTDStatics
DTDStatics() - Constructor for class at.spardat.xma.boot.comp.DTDStatics
 
DefaultHandler - class at.spardat.xma.boot.logger.DefaultHandler.
DefaultHandler
DefaultHandler() - Constructor for class at.spardat.xma.boot.logger.DefaultHandler
 
DisconnectNamedPipe(int) - Static method in class at.spardat.xma.boot.natives.Pipes
The DisconnectNamedPipe function disconnects the server end of a named pipe instance from a client process.
debug - Variable in class at.spardat.xma.boot.cache.FCResource
extended readable file output
debug(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.FINE.
debug(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.FINE.
debugJavaParameter() - Method in class at.spardat.xma.boot.BootRuntime
debug java environment parameters.
disconnectEventSinks() - Method in class org.eclipse.swt.ole.win32.SinkObject
 
dispose() - Method in interface at.spardat.xma.boot.component.IComponent
Frees all allocated recources of the Component.
dispose() - Method in class org.eclipse.swt.ole.win32.AutomationHandler
Disposes the Automation object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class at.spardat.xma.boot.servlet.XmaLauncherServlet
 

E

ERROR_REASON - Static variable in class at.spardat.xma.boot.exc.BRTCodes
 
E_QUOTE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
endComponent(IComponent) - Method in class at.spardat.xma.boot.comp.AppContainer
 
endComponent(IComponent) - Method in class at.spardat.xma.boot.comp.AppManager
cleanup components and application resources.
endComponent(IComponent) - Method in interface at.spardat.xma.boot.component.IBootRuntime
cleanup components and application resources.
endDocument() - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
endElement(String, String, String) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
enterBase() - Method in interface at.spardat.xma.boot.component.IXMAControl
Notify the PageClient and all visible subpages, that the PageClient is becoming visible.
equals(Object) - Method in class at.spardat.xma.boot.cache.VersionNumber
Tests if this VersionNumber is equal to an other
equals(Version) - Method in class at.spardat.xma.boot.comp.data.Version
 
equals(Object) - Method in class at.spardat.xma.boot.logger.LogLevel
Compare two objects for value equality.
error(SAXParseException) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
error(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.SEVERE.
error(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.SEVERE.
event(NamedEvent) - Method in interface at.spardat.xma.boot.component.IComponentListener
This method is called every time a named event is fired on the component.

F

FCResource - class at.spardat.xma.boot.cache.FCResource.
class: FCResource ( File Cached Resource ) Describes an entry in the file-cache.
FCResource(URL, File, boolean, boolean) - Constructor for class at.spardat.xma.boot.cache.FCResource
Create a FCResource for the resources specified as a remote URL.
FILEINFO_EXT - Static variable in class at.spardat.xma.boot.Statics
 
FINE - Static variable in class at.spardat.xma.boot.logger.LogLevel
FINE is a message level providing tracing information.
FileCache - class at.spardat.xma.boot.cache.FileCache.
file cache for resources
FileCacheStore - class at.spardat.xma.boot.cache.FileCacheStore.
file storage of the file cache
FlushFileBuffers(int) - Static method in class at.spardat.xma.boot.natives.Pipes
The FlushFileBuffers function flushes the buffers of the specified file and causes all buffered data to be written to the file.
FormatMessage(int) - Static method in class at.spardat.xma.boot.natives.Pipes
returns Windows Error Message mapped to the errorCode.
fatal(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.SEVERE.
fatal(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.SEVERE.
fatalError(SAXParseException) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
file_ - Variable in class at.spardat.xma.boot.cache.FCResource
resource file
findLibrary(String) - Method in class at.spardat.xma.boot.comp.CCLoader
Returns the absolute path name of a native library.
findPreviousVersion(File) - Method in class at.spardat.xma.boot.cache.FileCacheStore
Find the latest previous version of the given file.
fixCodebaseString(String) - Static method in class at.spardat.xma.boot.comp.data.XMAAppParser
This is a helper method to make sure a codebase string will work as a codebase URL by forcing a "/" on the end of the string.
fixPath(String) - Method in class at.spardat.xma.boot.util.Util
Clean up a string by removing characters that can't/should not appear in a local file_ name.
fixPath(StringBuffer) - Method in class at.spardat.xma.boot.util.Util
Clean up a string by removing characters that can't/should not appear in a local file_ name.
format - Variable in class at.spardat.xma.boot.logger.LogHandlerBase
 
format(LogRecord) - Method in class at.spardat.xma.boot.logger.LogHandlerBase
 
formatter - Variable in class at.spardat.xma.boot.logger.LogHandlerBase
 

G

GetLastError() - Static method in class at.spardat.xma.boot.natives.Pipes
The GetLastError function retrieves the calling thread's last-error code value.
getAddress() - Method in class org.eclipse.swt.ole.win32.AutomationHandler
returns the adress of Automation object.
getAllResources() - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getApp() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getAppContainer() - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
get the application container object, that holds information about this application
getAppManager() - Method in class at.spardat.xma.boot.BootRuntime
 
getAppManager() - Method in class at.spardat.xma.boot.comp.AppContainer
get application manager
getApplication() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
getApplication() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the application part of the URI.
getApplicationDescrURI() - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getApplicationURI() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get copy of this URI that contains only an base URI to the application root.
getAutomationObject() - Method in class org.eclipse.swt.ole.win32.AutomationHandler
returns the Automation object.
getBaseDir() - Method in class at.spardat.xma.boot.cache.FileCache
 
getBaseDir() - Method in interface at.spardat.xma.boot.cache.IFileCache
Get the directory where the file cache is located.
getBootRuntimeProperties() - Static method in class at.spardat.xma.boot.Launcher
Get the properties loaded by the BootRuntime from bootcfg.properties.
getBuffer() - Method in class at.spardat.xma.boot.transport.Result
Get the buffer containing the content data returned from the server.
getBugfix() - Static method in class at.spardat.xma.boot.util.Version
Returns the bugfix version number of the XMA bootruntime
getCcl() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getCcl_() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getCode() - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Returns the code set.
getCompHelper() - Method in class at.spardat.xma.boot.comp.AppLoader
Returns the ComponentHelper used for SWT-dependent methods.
getCompHelper() - Method in class at.spardat.xma.boot.comp.AppManager
Returns the ComponentHelper used for SWT-dependent methods.
getComponent(String) - Method in class at.spardat.xma.boot.comp.AppContainer
 
getComponent(String) - Method in class at.spardat.xma.boot.comp.AppManager
prepare, and instantiate a component.
getComponent(String, Properties) - Method in class at.spardat.xma.boot.comp.AppManager
prepare, and instantiate a component.
getComponent(String) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getComponent(String) - Method in interface at.spardat.xma.boot.component.IBootRuntime
get a component
getComponent() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the component part of the URI
getComposite() - Method in interface at.spardat.xma.boot.component.IXMAControl
Gets the SWT-Composite of the PageClient.
getConfigProperties() - Method in class at.spardat.xma.boot.BootRuntime
 
getContent() - Method in class at.spardat.xma.boot.transport.Result
get an InputStream to read the resource.
getContentLength() - Method in class at.spardat.xma.boot.transport.Result
Gets the length of the content returned from the server in bytes.
getCookies(URL) - Method in class at.spardat.xma.boot.transport.HTTPTransport
Returns all cookies which are stored for the given url.
getDEFAULT_PROTOCOL() - Static method in class at.spardat.xma.boot.transport.XMA_URI
Get the default protocol used by the transport layer.
getDataDirectory() - Method in class at.spardat.xma.boot.BootRuntime
 
getDebug() - Method in class at.spardat.xma.boot.BootRuntime
 
getDetail() - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Returns the detail throwable.
getDigest() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getDigest() - Method in interface at.spardat.xma.boot.component.IBootRuntime
get digest (version hash code) for the current application
getDigest() - Static method in class at.spardat.xma.boot.server.ServerAppLoader
 
getDigestAsString() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getEnvironment() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the environment part of the URI
getErrorCount() - Method in interface at.spardat.xma.boot.component.IDialog
Returns the number of ValidationErrors in this dialog including its subpages.
getEtag() - Method in class at.spardat.xma.boot.transport.Result
Get the ETag which is used for conditional gets from the server.
getExpiration() - Method in class at.spardat.xma.boot.cache.FCResource
 
getExpiration() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Gets the expiration date of this resource.
getExpirationDate() - Method in class at.spardat.xma.boot.transport.Result
Gets the expiration date of the resource as returned by the server.
getFileCache() - Method in class at.spardat.xma.boot.comp.AppLoader
Gets the file cache used by this AppLoader
getFocusControl() - Method in interface at.spardat.xma.boot.component.IDialog
Gets the Control on the DialogPage or a Subpage of it, which currently has the focus.
getHTTP_AppUri(String) - Method in class at.spardat.xma.boot.transport.XMA_URI
Gets a HTTP-URL to a resource relative to the application specified by this XMA_URI.
getHTTP_URI() - Method in class at.spardat.xma.boot.transport.XMA_URI
Converts this XMA_URI to a java.net.URL using the http-protocol.
getHandlers() - Method in class at.spardat.xma.boot.logger.Logger
 
getHref_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
getHref_() - Method in class at.spardat.xma.boot.comp.data.XMAResourceLink
 
getID(String) - Static method in class at.spardat.xma.boot.comp.data.XMAResource.TypeID
 
getId() - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
Gets the id of the session; with http-comunication this is the session cookie.
getImplClient_() - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
getImplPackage_() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
getImplServer_() - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
getInputStream() - Method in class at.spardat.xma.boot.cache.FCResource
 
getInputStream() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Gets an input stream from this resource
getInstallDirectory() - Method in class at.spardat.xma.boot.BootRuntime
 
getInstallation() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the installation part of the URI
getInstance() - Static method in class at.spardat.xma.boot.BootRuntime
 
getInstance() - Static method in class at.spardat.xma.boot.cache.FileCache
get the FileCache
getInstance() - Static method in class at.spardat.xma.boot.comp.AppManager
get instance
getInstance() - Method in interface at.spardat.xma.boot.component.ISessionClientFactory
 
getInstance() - Static method in class at.spardat.xma.boot.util.Util
Get the single instance of Util.
getKey() - Method in class at.spardat.xma.boot.KeyValue
Returns the key.
getLastModified() - Method in class at.spardat.xma.boot.cache.FCResource
 
getLastModified() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Last-Modified is the http-header value used to check, if a resource is still up to date.
getLastModified() - Method in class at.spardat.xma.boot.transport.Result
Gets the the last modified information returned from the server.
getLastUpdated() - Method in class at.spardat.xma.boot.cache.FCResource
Returns the time in the local system clock that the file was most recently checked for an update.
getLastUpdated() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Returns the time in the local system clock that the file was most recently checked for an update by this client machine.
getLevel() - Method in interface at.spardat.xma.boot.logger.ILogger
 
getLevel() - Method in class at.spardat.xma.boot.logger.LogRecord
Get the logging message level, for example Level.SEVERE.
getLevel() - Method in class at.spardat.xma.boot.logger.Logger
 
getLevelName() - Method in class at.spardat.xma.boot.logger.LogRecord
 
getLocalRes() - Method in class at.spardat.xma.boot.cache.FCResource
 
getLocalRes() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
get an url to the local resource
getLocale(String) - Method in class at.spardat.xma.boot.util.Util
Parse a Locale from String
getLocale_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
getLocation() - Method in class at.spardat.xma.boot.cache.FCResource
Returns the remote location this entry caches.
getLocation() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Returns the remote location this entry caches.
getLogFileName() - Method in class at.spardat.xma.boot.logger.LogHandlerFile
Get the full qualified name of the used log file.
getLogFileName() - Method in class at.spardat.xma.boot.logger.LogManager
Get the fully quallified name of the used logfile.
getLogLevelNamed(String) - Static method in class at.spardat.xma.boot.logger.LogLevel
 
getLogManager() - Static method in class at.spardat.xma.boot.logger.LogManager
Return the global LogManager object.
getLogger(String) - Method in class at.spardat.xma.boot.logger.LogManager
Method to find a named logger.
getLogger(String) - Static method in class at.spardat.xma.boot.logger.Logger
 
getLogger() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Return the native Logger instance we are using.
getLoggerName() - Method in class at.spardat.xma.boot.logger.LogRecord
Get the source Logger name's
getMajor() - Static method in class at.spardat.xma.boot.util.Version
Returns the major version number of the XMA bootruntime
getMessage() - Method in class at.spardat.xma.boot.exc.BootRuntimeException
 
getMessage() - Method in class at.spardat.xma.boot.logger.LogRecord
 
getMethod(Class, String, Object[]) - Method in class at.spardat.xma.boot.util.Reflectives
Deprecated.  
getMillis() - Method in class at.spardat.xma.boot.logger.LogRecord
Get event time in milliseconds since 1970.
getMinor() - Static method in class at.spardat.xma.boot.util.Version
Returns the minor version number of the XMA bootruntime
getName() - Method in class at.spardat.xma.boot.component.NamedEvent
Gets the name of the event.
getName() - Method in class at.spardat.xma.boot.logger.LogLevel
Return the non-localized string name of the Level.
getName() - Method in class at.spardat.xma.boot.logger.Logger
 
getName_() - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getName_() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
getParameters() - Method in class at.spardat.xma.boot.logger.LogRecord
Get the parameters to the log message.
getPluginImpl(String) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getPluginImplClient(String) - Method in class at.spardat.xma.boot.comp.AppContainer
 
getPluginImplClient(String) - Method in interface at.spardat.xma.boot.component.IBootRuntime
get the name of the class that implements the interface name given as input parameter.
getPluginImplServer(String) - Method in interface at.spardat.xma.boot.component.IBootRuntimeServer
get the name of the class that implements the interface name given as input parameter.
getPort_() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the port specified in the URI
getPreinstalls() - Method in class at.spardat.xma.boot.comp.data.XMASWTDescription
returns the list of preinstalls, containing SWTPreinstall objects
getProperties() - Method in class at.spardat.xma.boot.cleanup.Cleaner
 
getProperties() - Method in interface at.spardat.xma.boot.component.IComponent
Gives all properties of the component.
getProperty(String) - Method in class at.spardat.xma.boot.cache.FCResource
Returns the value of the specified key, or null if the key does not exist.
getProperty(String, String) - Method in class at.spardat.xma.boot.cache.FCResource
Returns the value of the specified key, or the default value if the key does not exist.
getProperty(String) - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Returns the value of the specified key, or null if the key does not exist.
getProperty(String, String) - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Returns the value of the specified key, or the default value if the key does not exist.
getProperty(String) - Method in interface at.spardat.xma.boot.component.IComponent
Gives the value of a property.
getProperty(String) - Method in class at.spardat.xma.boot.util.PropertyFile
Returns the value of the specified key, or null if the key does not exist.
getProperty(String, String) - Method in class at.spardat.xma.boot.util.PropertyFile
Returns the value of the specified key, or the default value if the key does not exist.
getProtocol_() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the protocol of the URI
getRTSession(Object) - Method in class at.spardat.xma.boot.component.ComponentHelper
Calls IComponent.getRTSession() on the given component.
getRTSession() - Method in interface at.spardat.xma.boot.component.IComponent
Get the session of the component.
getRTSession(Object) - Method in interface at.spardat.xma.boot.component.IComponentHelper
Calls IComponent.getRTSession() on the given component.
getRegistryKey(String, String, String) - Method in class at.spardat.xma.boot.natives.Natives
 
getRequires_() - Method in class at.spardat.xma.boot.comp.data.XMAPluginSpec
 
getRes() - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getRes() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
getRes() - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
getRes_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
getResource(File, URL) - Method in class at.spardat.xma.boot.cache.FileCacheStore
Retrieve a resource from the cache.
getResource(IRtXMASessionClient, XMA_URI, long, String) - Method in class at.spardat.xma.boot.transport.HTTPTransport
 
getResource(IRtXMASessionClient, XMA_URI, long, String) - Method in class at.spardat.xma.boot.transport.Transport
Loads a resource from a server if it has been changed since modifiedSince.
getResource() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the resource part of the URI
getResourceLinks() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
getResourceLinks() - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
getResources() - Method in class at.spardat.xma.boot.comp.data.XMASWTDescription
returns the map of resources, containing XMAResource objects
getReturnCode() - Method in class at.spardat.xma.boot.transport.CommunicationException
 
getRuncmp_() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getRunningCmp(XMAComponent) - Method in class at.spardat.xma.boot.comp.AppContainer
 
getRunningCmp(String) - Method in class at.spardat.xma.boot.comp.AppContainer
 
getSWTClassLoader() - Method in class at.spardat.xma.boot.comp.AppManager
Returns the classloader used for loading SWT classes.
getServer() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get the server part of the URI
getServerVers() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getSession() - Method in class at.spardat.xma.boot.comp.AppContainer
get the the xma session for this application
getSession_() - Method in class at.spardat.xma.boot.comp.AppContainer
 
getShell() - Method in interface at.spardat.xma.boot.component.IDialog
Get the SWT-Shell of the DialogPage.
getShowToEndUser() - Method in class at.spardat.xma.boot.exc.BootRuntimeException
 
getSourceClassName() - Method in class at.spardat.xma.boot.logger.LogRecord
 
getSourceMethodName() - Method in class at.spardat.xma.boot.logger.LogRecord
 
getStoreFile() - Method in class at.spardat.xma.boot.util.PropertyFile
get the underlying file_
getStrImplements_() - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
getStringID() - Method in class at.spardat.xma.boot.comp.data.XMAResource.TypeID
 
getSwtClassLoader() - Method in class at.spardat.xma.boot.comp.AppLoader
Returns the classloader used for loading SWT classes.
getSwtDescription() - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
getText(int) - Static method in class at.spardat.xma.boot.exc.BRTCodes
Returns the localized text for a particular code.
getText(String) - Static method in class at.spardat.xma.boot.exc.BRTCodes
 
getThrown() - Method in class at.spardat.xma.boot.logger.LogRecord
Get any throwable associated with the log record.
getTransformations() - Method in class at.spardat.xma.boot.transport.Result
Get the descripton of the list of transforming filters applied at the server side (e.g. compression, hash)
getTransport() - Static method in class at.spardat.xma.boot.transport.Transport
Get an implementation of Transport.
getType_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
getValue() - Method in class at.spardat.xma.boot.KeyValue
Returns the value.
getValue() - Method in class at.spardat.xma.boot.component.NamedEvent
Gets the value of the event.
getVersion() - Method in class at.spardat.xma.boot.comp.data.SWTPreinstall
returns the version string
getVersion() - Method in class at.spardat.xma.boot.comp.data.Version
 
getVersion() - Static method in class at.spardat.xma.boot.util.Version
Returns a String of the form major.minor.bugfix
getVersionDir() - Method in class at.spardat.xma.boot.comp.data.SWTPreinstall
Returns the version string in its directory representation.
getVersionNumber() - Static method in class at.spardat.xma.boot.util.Version
Returns a numeric version identification.
getVersion_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
getXmaapp() - Static method in class at.spardat.xma.boot.server.ServerAppLoader
 

H

HTTPTransport - class at.spardat.xma.boot.transport.HTTPTransport.
This class implements low level transport on http transport using suns UrlConnection implementation.
HTTPTransport() - Constructor for class at.spardat.xma.boot.transport.HTTPTransport
Constructs a HTTPTransport.
HTTP_ACCEPT - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_CACHE_CONTROL - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_CONTENT_TYPE - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_COOKIE - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_EXPIRES - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_LAST_MODIFIED - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_MAX_AGE - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_SET_COOKIE - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_USER_AGENT - Static variable in class at.spardat.xma.boot.Statics
 
HTTP_USER_AGENT_NAME - Static variable in class at.spardat.xma.boot.Statics
 
HashChecksum - class at.spardat.xma.boot.transform.HashChecksum.
Class for calculation checksum values for jar-files and plain files.
HashChecksum() - Constructor for class at.spardat.xma.boot.transform.HashChecksum
 
HostnameVerifierImpl - class at.spardat.xma.boot.transport.HostnameVerifierImpl.
This class checks if the common name contained in a server certificate is appropriate for the desired https server.
HostnameVerifierImpl(Properties) - Constructor for class at.spardat.xma.boot.transport.HostnameVerifierImpl
Constructs the hostname verifier.
handleApp(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
handleComponent(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handle component parsing
handlePluginImpl(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handles parsing of plug in impl info
handlePluginSpec(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handles parsing of tag plugin spec
handlePreinstall(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handles parsing of tag preinstall
handleResLink(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handle parsing of resource links
handleResource(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
e.g.:
handleSWTDescription(Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
handles parsing of tag swt-description
hashCode() - Method in class at.spardat.xma.boot.cache.VersionNumber
Gives a hash code value of this object.
hashCode() - Method in class at.spardat.xma.boot.logger.LogLevel
Generate a hashcode.
httpDate(Date) - Static method in class at.spardat.xma.boot.transport.HTTPTransport
Converts a java.util.Date to a String using the encoding specified by the HTTP-Specification.
httpDate(long) - Static method in class at.spardat.xma.boot.transport.HTTPTransport
Converts a long containing a date to a String using the encoding specified by the HTTP-Specification.

I

IBootRuntime - interface at.spardat.xma.boot.component.IBootRuntime.
interface used by the runtime to communicate with the boot runtime
IBootRuntimeServer - interface at.spardat.xma.boot.component.IBootRuntimeServer.
interface between boot runtime and runtime server.
IComponent - interface at.spardat.xma.boot.component.IComponent.
This class defines the interface common for all cliend side components.
IComponentHelper - interface at.spardat.xma.boot.component.IComponentHelper.
Interface to ComponentHelper which is deployed in the same classloader as SWT and IComponent.
IComponentListener - interface at.spardat.xma.boot.component.IComponentListener.
This class defines the interface which must be implemented by every object which wishes to be informed of component-events e.g. property-changes.
IDialog - interface at.spardat.xma.boot.component.IDialog.
The interface for DialogPage.
IFileCache - interface at.spardat.xma.boot.cache.IFileCache.
Interface to the file cache.
IFileCacheResource - interface at.spardat.xma.boot.cache.IFileCacheResource.
interface to storage module resources
ILogHandler - interface at.spardat.xma.boot.logger.ILogHandler.
ILogHandler
ILogger - interface at.spardat.xma.boot.logger.ILogger.
ILogger
INFO - Static variable in class at.spardat.xma.boot.logger.LogLevel
INFO is a message level for informational messages.
INVALID_CALL_XMA_URI - Static variable in class at.spardat.xma.boot.exc.BRTCodes
component not found in application
IRtXMASessionClient - interface at.spardat.xma.boot.component.IRtXMASessionClient.
This is the interface used by the boot runtime to communicate with an application-session of the runtime.
ISessionClientFactory - interface at.spardat.xma.boot.component.ISessionClientFactory.
ISessionClientFactory
IXMAControl - interface at.spardat.xma.boot.component.IXMAControl.
Interface of all Pages or other Objects (like Notebook) which may be embedded in other Pages.
info(String) - Method in interface at.spardat.xma.boot.logger.ILogger
 
info(String) - Method in class at.spardat.xma.boot.logger.Logger
 
info(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.INFO.
info(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.INFO.
init() - Static method in class at.spardat.xma.boot.Launcher
initialize the runtime if necessary
init(Properties) - Static method in class at.spardat.xma.boot.transport.HTTPTransport
Initializes the underlaying http-protocol-provider from the given Propterties.
initAppComponent(XMA_URI, XMAApp, VersionNumber) - Method in class at.spardat.xma.boot.comp.AppLoader
initializes the application container.
initGUI() - Method in interface at.spardat.xma.boot.component.IXMAControl
Creates and initializes all SWT-Widgets of this PageClient and its visible subpages.
initParser() - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
initialize parser
initSWTDisplay() - Method in class at.spardat.xma.boot.component.ComponentHelper
Creates a Display in SWT if none allready exists.
initSWTDisplay() - Method in interface at.spardat.xma.boot.component.IComponentHelper
Creates a Display in SWT if none allready exists.
initialize(File, Logger) - Static method in class at.spardat.xma.boot.BootRuntime
initialize before usage
initialize(BootRuntime) - Static method in class at.spardat.xma.boot.cache.FileCache
initialize only once before usage
initialize(Properties) - Static method in class at.spardat.xma.boot.comp.AppManager
initialisation
insertAsDelta(URL) - Method in class at.spardat.xma.boot.cache.VersionNumber
Insert this version number into the given url to make it specifie the delta file to the file given in the url.
insertHash(String, String) - Static method in class at.spardat.xma.boot.cache.VersionNumber
Inserts the given hash value into the given filename.
instanceCount() - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
intValue() - Method in class at.spardat.xma.boot.logger.LogLevel
Get the integer value for this level.
invalidateResource(URL) - Method in class at.spardat.xma.boot.cache.FileCache
 
invalidateResource(IFileCacheResource) - Method in class at.spardat.xma.boot.cache.FileCache
 
invalidateResource(URL) - Method in interface at.spardat.xma.boot.cache.IFileCache
invalidates a cache-entry if exists will invalidate all file-resources from the file cache directory for this url.
invalidateResource(IFileCacheResource) - Method in interface at.spardat.xma.boot.cache.IFileCache
call this method to remove (delete) all information of this cached resource.
inverseTransform(String, byte[]) - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
Reverse the transformations, e.g. compression, applied at the server.
invoke(Composite) - Method in interface at.spardat.xma.boot.component.IComponent
This method is called to start the Component on the client side.
invoke(Object, String) - Method in class at.spardat.xma.boot.util.Reflectives
Deprecated.  
invoke(Object, String, Object[]) - Method in class at.spardat.xma.boot.util.Reflectives
Deprecated.  
invokeStatic(String, String) - Method in class at.spardat.xma.boot.util.Reflectives
Deprecated.  
invokeStatic(String, String, Object[]) - Method in class at.spardat.xma.boot.util.Reflectives
Deprecated.  
isCacheable(URL) - Static method in class at.spardat.xma.boot.cache.FileCache
Returns whether the resource can be cached.
isCached(URL) - Method in class at.spardat.xma.boot.cache.FileCache
checkīs if there is already a local copy of this remote URL
isCached(URL) - Method in interface at.spardat.xma.boot.cache.IFileCache
Check if there is allready a local copy of this remote URL.
isCachedAndValid(XMA_URI, String) - Method in class at.spardat.xma.boot.cache.FileCache
 
isCachedAndValid(IFileCacheResource, String) - Method in class at.spardat.xma.boot.cache.FileCache
 
isCachedAndValid(XMA_URI, String) - Method in interface at.spardat.xma.boot.cache.IFileCache
Check if there is allready a local copy of the given resouce.
isCachedAndValid(IFileCacheResource, String) - Method in interface at.spardat.xma.boot.cache.IFileCache
Check if there is allready a local copy of the given resouce.
isDebugEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is debug logging currently enabled?
isErrorEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is error logging currently enabled?
isExpired() - Method in class at.spardat.xma.boot.cache.FCResource
 
isExpired() - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
is this resource still up to date
isFatalEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is fatal logging currently enabled?
isInfoEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is info logging currently enabled?
isJar() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
isModified() - Method in class at.spardat.xma.boot.transport.Result
Does this result object contain a modified resource loaded from server ?
isNativeLib() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
isRunningCmp(XMAComponent) - Method in class at.spardat.xma.boot.comp.AppContainer
 
isShared_() - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
isTraceEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is trace logging currently enabled?
isWarnEnabled() - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Is warn logging currently enabled?
isXMAExceptionCode(int) - Method in class at.spardat.xma.boot.exc.BRTCodes
Returns true if a provided BaseException code originates from this module, i.e., is defined above.

K

KeyValue - class at.spardat.xma.boot.KeyValue.
This class implements a key-value-pair to be tranported over the Com-Interface of Component.
KeyValue() - Constructor for class at.spardat.xma.boot.KeyValue
Constructor for KeyValue.
KeyValue(String, String) - Constructor for class at.spardat.xma.boot.KeyValue
Constructor for KeyValue.

L

LOCKFILE_EXT - Static variable in class at.spardat.xma.boot.Statics
 
LOGHINT - Static variable in class at.spardat.xma.boot.exc.BRTCodes
 
LOGIN_TECHNICAL_ERROR - Static variable in class at.spardat.xma.boot.exc.BRTCodes
Some Execption was thrown in the client or server side login procedure.
LOG_DIRNAME - Static variable in class at.spardat.xma.boot.Statics
 
Launcher - class at.spardat.xma.boot.Launcher.
Entry class for xma component calls.
Launcher() - Constructor for class at.spardat.xma.boot.Launcher
 
LogHandlerBase - class at.spardat.xma.boot.logger.LogHandlerBase.
LogHandlerDefault
LogHandlerBase() - Constructor for class at.spardat.xma.boot.logger.LogHandlerBase
 
LogHandlerDefault - class at.spardat.xma.boot.logger.LogHandlerDefault.
LogHandlerDefault
LogHandlerDefault() - Constructor for class at.spardat.xma.boot.logger.LogHandlerDefault
 
LogHandlerFile - class at.spardat.xma.boot.logger.LogHandlerFile.
LogHandlerDefault
LogHandlerFile() - Constructor for class at.spardat.xma.boot.logger.LogHandlerFile
 
LogLevel - class at.spardat.xma.boot.logger.LogLevel.
LogLevel
LogLevel(String, int) - Constructor for class at.spardat.xma.boot.logger.LogLevel
Create a named Level with a given integer value.
LogManager - class at.spardat.xma.boot.logger.LogManager.
LogManager
LogManager() - Constructor for class at.spardat.xma.boot.logger.LogManager
It is intended that there only be one LogManager object, whose value is retrieved by calling Logmanager.getLogManager.
LogRecord - class at.spardat.xma.boot.logger.LogRecord.
LogRecord
LogRecord(LogLevel, String) - Constructor for class at.spardat.xma.boot.logger.LogRecord
Construct a LogRecord with the given level and message values.
Logger - class at.spardat.xma.boot.logger.Logger.
Logger
Logger(String) - Constructor for class at.spardat.xma.boot.logger.Logger
 
launch(String, KeyValue[]) - Static method in class at.spardat.xma.boot.Launcher
common launch method
launch(String, Properties) - Method in class at.spardat.xma.boot.comp.AppManager
prepare, and start a component.
launch(Object, Properties) - Method in class at.spardat.xma.boot.component.ComponentHelper
Launches the given component.
launch(Object, Properties) - Method in interface at.spardat.xma.boot.component.IComponentHelper
Launches the given component.
launchGUILess(String, KeyValue[]) - Static method in class at.spardat.xma.boot.Launcher
 
leaveBase() - Method in interface at.spardat.xma.boot.component.IXMAControl
Notify the PageClient and all visible subpages, that the PageClient no longer is visible.
load() - Method in class at.spardat.xma.boot.util.PropertyFile
load from file_
loadAndUpdateApplication(XMA_URI) - Method in class at.spardat.xma.boot.comp.AppManager
Loads the given application from the cache and updates it from the server if neccessary.
loadApplication(XMA_URI, byte[], VersionNumber) - Method in class at.spardat.xma.boot.comp.AppLoader
loads application/descriptor and underlying resources
loadApplication(ServletContext) - Method in class at.spardat.xma.boot.server.ServerAppLoader
load and parse application descriptors.
loadApplicationWithBusyIndicator(XMA_URI, byte[], VersionNumber) - Method in class at.spardat.xma.boot.comp.AppLoader
loads application/descriptor and underlying resources and shows a window with a progrss bar while loading.
loadBuffer() - Method in class at.spardat.xma.boot.cache.FCResource
load data from resource file into memory buffer
loadResources(XMA_URI, HashMap, VersionNumber) - Method in class at.spardat.xma.boot.comp.AppLoader
loads resources and stores the reference in the XMAResource for later use.
location_ - Variable in class at.spardat.xma.boot.cache.FCResource
the remote resource location
log(LogLevel, String, Object) - Method in interface at.spardat.xma.boot.logger.ILogger
 
log(LogLevel, String, Object[]) - Method in interface at.spardat.xma.boot.logger.ILogger
 
log(LogLevel, String, Throwable) - Method in interface at.spardat.xma.boot.logger.ILogger
 
log(LogLevel, String) - Method in interface at.spardat.xma.boot.logger.ILogger
 
log(LogLevel, String) - Method in class at.spardat.xma.boot.logger.Logger
 
log(LogLevel, String, Object) - Method in class at.spardat.xma.boot.logger.Logger
 
log(LogLevel, String, Object[]) - Method in class at.spardat.xma.boot.logger.Logger
 
log(LogLevel, String, Throwable) - Method in class at.spardat.xma.boot.logger.Logger
 
log_ - Variable in class at.spardat.xma.boot.comp.AppLoaderBase
logger for parser
logger - Variable in class at.spardat.xma.boot.logger.XmaBrtLogger
The underlying Logger implementation we are using.
login() - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
Deprecated.  
login(Properties) - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
Login method for runtime version 1.7.0 and newer.
logout() - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
The boot runtime calls logout after the last component is closed and the application will be deleted.
logrb(LogLevel, String, String, String, Throwable) - Method in interface at.spardat.xma.boot.logger.ILogger
 
logrb(LogLevel, String, String, String, Throwable) - Method in class at.spardat.xma.boot.logger.Logger
 

M

MAJOR - Static variable in class at.spardat.xma.boot.util.Version
major version number of the XMA runtime
MINOR - Static variable in class at.spardat.xma.boot.util.Version
minor version number of the XMA runtime
MODULE - Static variable in class at.spardat.xma.boot.exc.BRTCodes
 
main(String[]) - Static method in class at.spardat.xma.boot.Launcher
main
markApplicationUsed(XMA_URI) - Method in class at.spardat.xma.boot.comp.AppLoader
Marks the given application as started with a timestamp.
matchWithoutHashPattern(String) - Static method in class at.spardat.xma.boot.cache.VersionNumber
Creates a search pattern that matches all file defined by the given filename regardless of any included hash value.
mergeInto(XMAApp, XMAApp) - Method in class at.spardat.xma.boot.comp.AppLoaderBase
merge plugin information into the main descriptor.

N

NamedEvent - class at.spardat.xma.boot.component.NamedEvent.
EventObject to transport the information assosiated with a named event of a component.
NamedEvent(Object, String, String) - Constructor for class at.spardat.xma.boot.component.NamedEvent
Constructs a new NamedEvent.
Natives - class at.spardat.xma.boot.natives.Natives.
This class gets informations needed from the native windows (win32) api.
Natives() - Constructor for class at.spardat.xma.boot.natives.Natives
 
name - Variable in class at.spardat.xma.boot.logger.XmaBrtLogger
The name of the logger we are wrapping.
notifyLoggers(LogLevel, boolean) - Method in class at.spardat.xma.boot.logger.LogManager
 

O

OFF - Static variable in class at.spardat.xma.boot.logger.LogLevel
OFF is a special level that can be used to turn off logging.
OPEN - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
open(Thread) - Method in class at.spardat.xma.boot.comp.BRBusyIndicator
shows a message box as long as the thread loader is alive.
openLocalResource(XMA_URI) - Method in class at.spardat.xma.boot.cache.FileCache
Open a resource from the local cache.
openLocalResource(XMA_URI) - Method in interface at.spardat.xma.boot.cache.IFileCache
Open a resource from the local cache.
openResource(URL) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(IRtXMASessionClient, URL) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(URL, boolean) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(URL, boolean, boolean) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(URL, boolean, boolean, IRtXMASessionClient) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(XMA_URI, XMAResource, VersionNumber, boolean) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(XMA_URI, String, VersionNumber, boolean) - Method in class at.spardat.xma.boot.cache.FileCache
 
openResource(URL) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid URL.
openResource(IRtXMASessionClient, URL) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid URL.
openResource(URL, boolean, boolean) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid URL.
openResource(URL, boolean) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid URL.
openResource(URL, boolean, boolean, IRtXMASessionClient) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid URL.
openResource(XMA_URI, XMAResource, VersionNumber, boolean) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid XMAResource.
openResource(XMA_URI, String, VersionNumber, boolean) - Method in interface at.spardat.xma.boot.cache.IFileCache
This method will open a resource represented by a valid XMA_URI.
org.eclipse.swt.ole.win32 - package org.eclipse.swt.ole.win32
swt extension for COM usage

P

PERMISSION_DENIED - Static variable in class at.spardat.xma.boot.exc.BRTCodes
Serverevent is not allowed for the user same ID as boot runtime, but other module
PLUGIN_DISCRIPTOR - Static variable in class at.spardat.xma.boot.Statics
 
PLUGIN_IMPL - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PLUGIN_IMPL_CLIENT - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PLUGIN_IMPL_IMPLEMENTS - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PLUGIN_IMPL_SERVER - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PLUGIN_SPEC - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PLUGIN_SPEC_REQUIRES - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PREINSTALL - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PREINSTALL_VERSION - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
PROTO_FILE - Static variable in class at.spardat.xma.boot.Statics
 
PROTO_FTP - Static variable in class at.spardat.xma.boot.Statics
 
PROTO_HTTP - Static variable in class at.spardat.xma.boot.Statics
 
PROTO_HTTPS - Static variable in class at.spardat.xma.boot.Statics
 
Pipes - class at.spardat.xma.boot.natives.Pipes.
 
Pipes() - Constructor for class at.spardat.xma.boot.natives.Pipes
 
PropertyFile - class at.spardat.xma.boot.util.PropertyFile.
PropertiesFile which automatically flushes its properties into its file.
PropertyFile(File, String) - Constructor for class at.spardat.xma.boot.util.PropertyFile
ProertyFile backed by the specified "file"
PropertyFile(File, boolean) - Constructor for class at.spardat.xma.boot.util.PropertyFile
ProertyFile backed by the specified "file"
parse(String) - Static method in class at.spardat.xma.boot.cache.VersionNumber
Parses the version number out of the given filename.
parse(InputStream) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
parse is the main method for parsing configuration files
parse(String) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
parse is the main method for parsing configuration files
parseLog_ - Variable in class at.spardat.xma.boot.comp.AppLoaderBase
logger for parser
pluginimpl_ - Variable in class at.spardat.xma.boot.comp.data.XMAApp
referenced plugin implemenation descriptions of type XMAPluginImpl
pluginspec_ - Variable in class at.spardat.xma.boot.comp.data.XMAApp
this application needs an implementation for these pluginīs
properties_ - Variable in class at.spardat.xma.boot.cache.FCResource
info-file about the cached file
props - Variable in class at.spardat.xma.boot.comp.AppLoaderBase
configuration properties
props - Variable in class at.spardat.xma.boot.logger.LogHandlerBase
 
publish(LogRecord) - Method in class at.spardat.xma.boot.logger.DefaultHandler
 
publish(LogRecord) - Method in interface at.spardat.xma.boot.logger.ILogHandler
Publish a LogRecord.
publish(LogRecord) - Method in class at.spardat.xma.boot.logger.LogHandlerBase
 
publish(LogRecord) - Method in class at.spardat.xma.boot.logger.LogHandlerDefault
 
publish(LogRecord) - Method in class at.spardat.xma.boot.logger.LogHandlerFile
 

Q

QUOTE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 

R

RESOURCE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_HREF - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_LINK - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_LOCALE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_SHARED - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_TYPE - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
RESOURCE_VERSION - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
ReadFile(int, byte[], int, int[], int) - Static method in class at.spardat.xma.boot.natives.Pipes
The ReadFile function reads data from a file, starting at the position indicated by the file pointer.
Reflectives - class at.spardat.xma.boot.util.Reflectives.
Deprecated. because not used any more
Reflectives() - Constructor for class at.spardat.xma.boot.util.Reflectives
Deprecated.  
Reflectives(boolean) - Constructor for class at.spardat.xma.boot.util.Reflectives
Deprecated.  
Result - class at.spardat.xma.boot.transport.Result.
Result-objects are used by the transport layer, to store server request results.
Result() - Constructor for class at.spardat.xma.boot.transport.Result
initialize members
remInstance(IComponent) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
remRunningCmp(String) - Method in class at.spardat.xma.boot.comp.AppContainer
 
removeApplicationRecursive(File, Logger) - Method in class at.spardat.xma.boot.util.Util
remove a directory and all itīs content
removeEventListener(IComponentListener) - Method in interface at.spardat.xma.boot.component.IComponent
Remove a ComponentListener form the listners of the component.
removeModel() - Method in interface at.spardat.xma.boot.component.IXMAControl
Remove the PageModel and all submodels from the Component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface at.spardat.xma.boot.component.IComponent
Remove a PropertyChangeListener form the listners of the component.
removeWidgetsBase() - Method in interface at.spardat.xma.boot.component.IXMAControl
Notify the PageClient and all Subpages, that the Widgets are disposed by calling at.spardat.xma.page.PageClient#removeWidgets() on all Subpages and the PageClient.
res_ - Variable in class at.spardat.xma.boot.comp.data.XMAApp
common, shared resources for this application
res_ - Variable in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
resolveEntity(String, String) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
get the dtd out of the classloader.
run() - Method in class at.spardat.xma.boot.cleanup.CleanerDeamon
 
runningCmp() - Method in class at.spardat.xma.boot.comp.AppContainer
 

S

SERVER_ERROR - Static variable in class at.spardat.xma.boot.exc.BRTCodes
RemoteCall, the server has been contacted but returned an unknown error same ID as boot runtime, but other module
SERVER_UNREACHABLE - Static variable in class at.spardat.xma.boot.exc.BRTCodes
RemoteCall, the server could not be contacted same ID as boot runtime, but other module
SETTINGS_DIRNAME - Static variable in class at.spardat.xma.boot.Statics
 
SEVERE - Static variable in class at.spardat.xma.boot.logger.LogLevel
SEVERE is a message level indicating a serious failure.
SHARED_DIRNAME - Static variable in class at.spardat.xma.boot.Statics
 
SP - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
SWTPreinstall - class at.spardat.xma.boot.comp.data.SWTPreinstall.
This class represents the preinstall tag from xma-app.xml.
SWT_DESCRIPTION - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
ServerAppLoader - class at.spardat.xma.boot.server.ServerAppLoader.
ServerAppLoader
ServerAppLoader(Properties) - Constructor for class at.spardat.xma.boot.server.ServerAppLoader
 
ServerException - exception at.spardat.xma.boot.transport.ServerException.
Thrown by Transport, if anything goes wrong in the communication with the server, after the server propably changed its state.
ServerException(Exception) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified detail Exception.
ServerException(String) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified detail message.
ServerException(String, Exception) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified mesage and detail Exception.
ServerException(Exception, int) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified detail Exception and Http-Returncode.
ServerException(String, int) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified detail message and Http-Returncode.
ServerException(String, Exception, int) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified message, detail Exception and Http-Returncode.
ServerException(int) - Constructor for class at.spardat.xma.boot.transport.ServerException
Constructs an ServerException with the specified Http-Returncode.
ServerVersionException - exception at.spardat.xma.boot.exc.ServerVersionException.
Deprecated. no longer used
ServerVersionException() - Constructor for class at.spardat.xma.boot.exc.ServerVersionException
Deprecated.  
SinkObject - class org.eclipse.swt.ole.win32.SinkObject.
 
SinkObject() - Constructor for class org.eclipse.swt.ole.win32.SinkObject
 
Statics - class at.spardat.xma.boot.Statics.
contains internal string constants, that are not translated.
Statics() - Constructor for class at.spardat.xma.boot.Statics
 
searchPattern(String) - Static method in class at.spardat.xma.boot.cache.VersionNumber
Creates a search pattern that matches all other versions of the file defined by the given filename.
separator - Variable in class at.spardat.xma.boot.logger.LogHandlerBase
 
setApp(XMAApp) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setAppManager(AppManager) - Method in class at.spardat.xma.boot.comp.AppContainer
set application manager
setApp_(XMAApp) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setApplication(XMAApp) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
setApplicationDescrURI(XMA_URI) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
setCcl(CCLoader) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setCcl_(CCLoader) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setCode(int) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Sets the code.
setComponent(String) - Method in class at.spardat.xma.boot.transport.XMA_URI
Set the component part of the URI.
setConfigProperties(Properties) - Method in class at.spardat.xma.boot.BootRuntime
 
setConfiguration(Properties) - Method in class at.spardat.xma.boot.logger.LogManager
Reinitialize the logging properties and reread the logging configuration.
setDigest(byte[]) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setError(Widget, String) - Method in interface at.spardat.xma.boot.component.IDialog
Sets an error for the given widget.
setExpiration(long) - Method in class at.spardat.xma.boot.cache.FCResource
 
setExpiration(long) - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Sets the expiration date of this resource.
setFocusControl(Control) - Method in interface at.spardat.xma.boot.component.IDialog
Sets the Control on the DialogPage of a Subpage of it, which currently has the focus.
setHandlers(ArrayList) - Method in class at.spardat.xma.boot.logger.Logger
 
setHref_(String) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
setHref_(String) - Method in class at.spardat.xma.boot.comp.data.XMAResourceLink
 
setId(String) - Method in interface at.spardat.xma.boot.component.IRtXMASessionClient
Sets the id of the session; with http-comunication this is the session cookie.
setImplClient_(String) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
setImplPackage_(String) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
setImplServer_(String) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
setKey(String) - Method in class at.spardat.xma.boot.KeyValue
Sets the key.
setLastModified(long) - Method in class at.spardat.xma.boot.cache.FCResource
Sets the value of the last modified header in the resource description file.
setLastUpdated(long) - Method in class at.spardat.xma.boot.cache.FCResource
Sets the time in the local system clock that the file was most recently checked for an update.
setLevel(LogLevel) - Method in interface at.spardat.xma.boot.logger.ILogger
 
setLevel(LogLevel) - Method in class at.spardat.xma.boot.logger.LogRecord
Set the logging message level, for example Level.SEVERE.
setLevel(LogLevel) - Method in class at.spardat.xma.boot.logger.Logger
 
setLocale_(Locale) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
setLoggerName(String) - Method in class at.spardat.xma.boot.logger.LogRecord
Set the source Logger name.
setMessage(String, Locale, Object[]) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Sets the message from a format string as defined in java.text.MessageFormat.
setMessage(String, Object, Object) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Sets the message of this from a one parameter java.text.MessageFormat compatible string.
setMessage(String, Object) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Sets the message of this from a one parameter java.text.MessageFormat compatible string.
setMessage(String) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
Constructs and sets the message to the provided value.
setMessage(String) - Method in class at.spardat.xma.boot.logger.LogRecord
Set the "raw" log message, before localization or formatting.
setMillis(long) - Method in class at.spardat.xma.boot.logger.LogRecord
Set event time.
setName(String) - Method in class at.spardat.xma.boot.logger.Logger
 
setName_(String) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
setParameters(Object[]) - Method in class at.spardat.xma.boot.logger.LogRecord
Set the parameters to the log message.
setPort(int) - Method in class at.spardat.xma.boot.transport.XMA_URI
Set the port for the URI
setProperties(Properties) - Method in interface at.spardat.xma.boot.component.IComponent
Sets all properties of the component.
setProperties(Properties) - Method in class at.spardat.xma.boot.logger.DefaultHandler
 
setProperties(Properties) - Method in interface at.spardat.xma.boot.logger.ILogHandler
 
setProperties(Properties) - Method in class at.spardat.xma.boot.logger.LogHandlerBase
 
setProperties(Properties) - Method in class at.spardat.xma.boot.logger.LogHandlerFile
 
setProperties(Properties) - Static method in class at.spardat.xma.boot.transport.XMA_URI
Set configuration properties.
setProperty(String, String) - Method in class at.spardat.xma.boot.cache.FCResource
Sets the value for the specified key.
setProperty(String, long) - Method in class at.spardat.xma.boot.cache.FCResource
 
setProperty(String, String) - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Sets the value for the specified key.
setProperty(String, long) - Method in interface at.spardat.xma.boot.cache.IFileCacheResource
Sets the named property to the given value.
setProperty(String, String) - Method in interface at.spardat.xma.boot.component.IComponent
Sets one property of the component.
setProperty(String, String) - Method in class at.spardat.xma.boot.util.PropertyFile
Sets the value for the specified key and updates the corresponding .ifo file.
setPropertyNoflush(String, String) - Method in class at.spardat.xma.boot.util.PropertyFile
Sets the value for the specified key without updating the file now.
setProtocol(String) - Method in class at.spardat.xma.boot.transport.XMA_URI
Sets the protocl of the URI.
setRequires_(String) - Method in class at.spardat.xma.boot.comp.data.XMAPluginSpec
 
setRes(HashMap) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
setRes(HashMap) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
setRes_(IFileCacheResource) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
setResource(String) - Method in class at.spardat.xma.boot.transport.XMA_URI
Set the resource part of the URI
setReturnCode(int) - Method in class at.spardat.xma.boot.transport.CommunicationException
 
setRuncmp_(HashMap) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setServerVers(VersionNumber) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setSession(IRtXMASessionClient) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setSession_(IRtXMASessionClient) - Method in class at.spardat.xma.boot.comp.AppContainer
 
setShared_(boolean) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
setShowToEndUser(boolean) - Method in class at.spardat.xma.boot.exc.BootRuntimeException
 
setSourceClassName(String) - Method in class at.spardat.xma.boot.logger.LogRecord
Set the name of the class that (allegedly) issued the logging request.
setSourceMethodName(String) - Method in class at.spardat.xma.boot.logger.LogRecord
 
setStrImplements_(String) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
setSwtDescription(XMASWTDescription) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
setThrown(Throwable) - Method in class at.spardat.xma.boot.logger.LogRecord
Set a throwable associated with the log event.
setType_(XMAResource.TypeID) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
setValue(String) - Method in class at.spardat.xma.boot.KeyValue
Sets the value.
setVersion(String) - Method in class at.spardat.xma.boot.comp.data.SWTPreinstall
sets the version string
setVersion_(Version) - Method in class at.spardat.xma.boot.comp.data.XMAResource
 
severe(String) - Method in interface at.spardat.xma.boot.logger.ILogger
 
severe(String) - Method in class at.spardat.xma.boot.logger.Logger
 
show(Throwable) - Static method in class at.spardat.xma.boot.BRNotificationBox
Shows a java.lang.Throwable in a modal message box.
showToEndUser_ - Variable in class at.spardat.xma.boot.exc.BootRuntimeException
As for runtime exceptions: Indicates if this exception may be shown to the end user or not.
startCleanup() - Method in class at.spardat.xma.boot.cleanup.Cleaner
 
startDocument() - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
startElement(String, String, String, Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
stateChangedBase() - Method in interface at.spardat.xma.boot.component.IXMAControl
Notify the PageClient and all visible subpages, of a possible Change in the PageModels.
store() - Method in class at.spardat.xma.boot.cache.FCResource
Saves the current information for the cache entry.
store() - Method in class at.spardat.xma.boot.util.PropertyFile
Saves the properties to the file_.
storeResource(File, Result, URL, IFileCacheResource, boolean, boolean) - Method in class at.spardat.xma.boot.cache.FileCacheStore
Put a resource into the cache.
storeResource(File, Result, byte[], URL, boolean) - Method in class at.spardat.xma.boot.cache.FileCacheStore
Put a resource into the cache.
strClient - Static variable in class at.spardat.xma.boot.Statics
 
strContentLength - Static variable in class at.spardat.xma.boot.Statics
 
strDate - Static variable in class at.spardat.xma.boot.Statics
 
strEmpty - Static variable in class at.spardat.xma.boot.Statics
boot runtime internal constants
strEtag - Static variable in class at.spardat.xma.boot.Statics
 
strIfModifiedSince - Static variable in class at.spardat.xma.boot.Statics
 
strInvalidARG - Static variable in class at.spardat.xma.boot.Statics
message constants
strLastUpdated - Static variable in class at.spardat.xma.boot.Statics
HTTP Header Constants see also: http://www.w3.org/Protocols/rfc2616/rfc2616.html
strServer - Static variable in class at.spardat.xma.boot.Statics
 
switchElementHandler(String, String, String, Attributes) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
see element dispatcher
swtDescription - Variable in class at.spardat.xma.boot.comp.data.XMAApp
holds the description of SWT needed by the application

T

TRANSFORM_HEADER - Static variable in class at.spardat.xma.boot.Statics
 
TYPE_JAR - Static variable in class at.spardat.xma.boot.comp.data.XMAResource.TypeID
 
TYPE_NATIVELIB - Static variable in class at.spardat.xma.boot.comp.data.XMAResource.TypeID
 
Transport - class at.spardat.xma.boot.transport.Transport.
this is the interface for the low level xma transport layer used on xma-client side.
Transport() - Constructor for class at.spardat.xma.boot.transport.Transport
 
toDirName(String) - Static method in class at.spardat.xma.boot.comp.data.SWTPreinstall
Converts the given version string to its directory representation.
toHexString(byte[]) - Static method in class at.spardat.xma.boot.transform.HashChecksum
Converts the given binary data int a hexadezimal string representation.
toString() - Method in class at.spardat.xma.boot.cache.VersionNumber
Gives this version number as string.
toString() - Method in class at.spardat.xma.boot.comp.data.Version
 
toString() - Method in class at.spardat.xma.boot.logger.LogLevel
 
toString() - Method in class at.spardat.xma.boot.transport.XMA_URI
Get a String representation of this XMA_URI.
trace(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.ALL.
trace(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.ALL.

U

URL_NAME - Static variable in class at.spardat.xma.boot.Statics
 
URL_QUERY - Static variable in class at.spardat.xma.boot.Statics
 
URL_TABULAR - Static variable in class at.spardat.xma.boot.Statics
 
Util - class at.spardat.xma.boot.util.Util.
class: CDBUtil
updateErrorStatus(Widget) - Method in interface at.spardat.xma.boot.component.IDialog
Updates the error message in the StatusBar.
urlEquals(URL, URL) - Method in class at.spardat.xma.boot.util.Util
Compares a URL using string compare of its protocol, host, port, path, query, and anchor.
urlLocalToArray(XMAResource, List, String) - Static method in class at.spardat.xma.boot.comp.AppLoader
If the type of xres matches 'type': The FileCache Url of 'xres' is added to 'list'.
urlToPath(URL) - Method in class at.spardat.xma.boot.util.Util
Converts a URL into a local, relative path representation.

V

VERSION_UPDATE_ERROR - Static variable in class at.spardat.xma.boot.exc.BRTCodes
The application version differs between client and server and the boot runtime was not able to update the application
Version - class at.spardat.xma.boot.comp.data.Version.
 
Version(String) - Constructor for class at.spardat.xma.boot.comp.data.Version
create
Version - class at.spardat.xma.boot.util.Version.
Version constants of the XMA runtime.
Version() - Constructor for class at.spardat.xma.boot.util.Version
 
VersionNumber - class at.spardat.xma.boot.cache.VersionNumber.
Support for version numbers in resource file names.
VersionNumber(int, int, int) - Constructor for class at.spardat.xma.boot.cache.VersionNumber
Constructs a VersionNumber with the given major, minor and bugfix number.
verify(String, SSLSession) - Method in class at.spardat.xma.boot.transport.HostnameVerifierImpl
Checks if the given hostname accepted.

W

WARNING - Static variable in class at.spardat.xma.boot.logger.LogLevel
WARNING is a message level indicating a potential problem.
WaitNamedPipe(String, int) - Static method in class at.spardat.xma.boot.natives.Pipes
The WaitNamedPipe function waits until either a time-out interval elapses or an instance of the specified named pipe is available for connection (that is, the pipe's server process has a pending ConnectNamedPipe operation on the pipe).
WriteFile(int, byte[], int, int[], int) - Static method in class at.spardat.xma.boot.natives.Pipes
The WriteFile function writes data to a file at the position specified by the file pointer.
warn(Object) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.WARNING.
warn(Object, Throwable) - Method in class at.spardat.xma.boot.logger.XmaBrtLogger
Logs a message with java.util.logging.Level.WARNING.
warning(SAXParseException) - Method in class at.spardat.xma.boot.comp.data.XMAAppParser
 
warning(String) - Method in interface at.spardat.xma.boot.logger.ILogger
 
warning(String) - Method in class at.spardat.xma.boot.logger.Logger
 
writeToDisk(String) - Method in class at.spardat.xma.boot.logger.LogHandlerFile
 
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.SWTPreinstall
write this object to a xml print stream.
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAApp
 
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAComponent
 
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAPluginSpec
 
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAResource
write this object to a xml print stream.
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMAResourceLink
write this object to a xml print stream.
writeXML(PrintStream) - Method in class at.spardat.xma.boot.comp.data.XMASWTDescription
write this object to a xml print stream.

X

XMAApp - class at.spardat.xma.boot.comp.data.XMAApp.
Encapsulates application description data
XMAApp() - Constructor for class at.spardat.xma.boot.comp.data.XMAApp
 
XMAAppParser - class at.spardat.xma.boot.comp.data.XMAAppParser.
class: XMAAppParser
XMAAppParser(ILogger, boolean) - Constructor for class at.spardat.xma.boot.comp.data.XMAAppParser
 
XMAAppParser(ILogger) - Constructor for class at.spardat.xma.boot.comp.data.XMAAppParser
constructor
XMAComponent - class at.spardat.xma.boot.comp.data.XMAComponent.
XMAComponent
XMAComponent(String, String) - Constructor for class at.spardat.xma.boot.comp.data.XMAComponent
 
XMAPluginImpl - class at.spardat.xma.boot.comp.data.XMAPluginImpl.
XMAPluginImpl
XMAPluginImpl(String, String, String) - Constructor for class at.spardat.xma.boot.comp.data.XMAPluginImpl
 
XMAPluginSpec - class at.spardat.xma.boot.comp.data.XMAPluginSpec.
XMAPluginImpl
XMAPluginSpec(String) - Constructor for class at.spardat.xma.boot.comp.data.XMAPluginSpec
 
XMAResource - class at.spardat.xma.boot.comp.data.XMAResource.
 
XMAResource(String, Version, XMAResource.TypeID, Locale, boolean) - Constructor for class at.spardat.xma.boot.comp.data.XMAResource
 
XMAResource.TypeID - class at.spardat.xma.boot.comp.data.XMAResource.TypeID.
 
XMAResource.TypeID(String) - Constructor for class at.spardat.xma.boot.comp.data.XMAResource.TypeID
 
XMAResourceLink - class at.spardat.xma.boot.comp.data.XMAResourceLink.
XMAResourceLink
XMAResourceLink(String) - Constructor for class at.spardat.xma.boot.comp.data.XMAResourceLink
create a new resource link
XMASWTDescription - class at.spardat.xma.boot.comp.data.XMASWTDescription.
This class represents the swt-description tag from xma-app.xml.
XMA_Application - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 
XMA_DIGEST - Static variable in class at.spardat.xma.boot.Statics
 
XMA_URI - class at.spardat.xma.boot.transport.XMA_URI.
custom URI class for xma usage.
XMA_URI(URL) - Constructor for class at.spardat.xma.boot.transport.XMA_URI
Constructs a XMA_URI from a java.net.URL.
XMA_URI(String) - Constructor for class at.spardat.xma.boot.transport.XMA_URI
Constructs a XMA_URI from a string.
XMA_URI(XMA_URI) - Constructor for class at.spardat.xma.boot.transport.XMA_URI
Copy-constructor.
XmaBrtLogger - class at.spardat.xma.boot.logger.XmaBrtLogger.
Implementation of the org.apache.commons.logging.Log interface that wraps the XMA Bootruntime Logger Implementation This class is used to pipe log entries produced by the cookie implementation of apache httpClient into the logfile of XMA Bootruntime.
XmaBrtLogger(String) - Constructor for class at.spardat.xma.boot.logger.XmaBrtLogger
Construct a named instance of this Logger.
XmaLauncherServlet - class at.spardat.xma.boot.servlet.XmaLauncherServlet.
 
XmaLauncherServlet() - Constructor for class at.spardat.xma.boot.servlet.XmaLauncherServlet
 
xmlHeader - Static variable in class at.spardat.xma.boot.comp.DTDStatics
 

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