Package org.das2.system

Application-level infrastructure, such as data set caching, worker threads, progress monitors, exception handling, logging.

See:
          Description

Interface Summary
ExceptionHandler  
MonitorFactory  
MutatorLock see DasAxis.getMutatorLock, DasDevicePosition.getMutatorLock
 

Class Summary
ConsoleExceptionHandler ExceptionHandler that prints stack traces out to the stderr.
DasLogger  
DefaultExceptionHandler Wrapper for DasExceptionHandler, a dialog box for endusers with options to get at the debugging information.
DefaultMonitorFactory  
LoggerId  
NullMonitorFactory MonitorFactory implementation that always returns a null monitor.
NullPreferences NullPreferences object for allowing applications to work in applet environment.
NullPreferencesFactory Creates NullPreferences for use with applets.
RequestProcessor Utility class for synchronous execution.
ThrowRuntimeExceptionHandler ExceptionHandler that throws a RuntimeException caused by the Exception.
UserMessageCenter  
 

Package org.das2.system Description

Application-level infrastructure, such as data set caching, worker threads, progress monitors, exception handling, logging.