Inherits org::eclipse::equinox::app::IApplication, and org::eclipse::ui::IStartup.
Classes | |
| class | ShutdownHook |
Public Member Functions | |
| Object | start (IApplicationContext context) throws Exception |
| void | stop () |
| void | earlyStartup () |
Static Public Member Functions | |
| static boolean | isMonitoring () |
| static void | setMonitoring (boolean monitoring) |
Static Public Attributes | |
| static final String | PLUGIN_ID = "alma.acs.eventbrowser" |
| static ArrayBlockingQueue < EventData > | equeue = new ArrayBlockingQueue<EventData>(50000) |
| static ArrayBlockingQueue < ArchiveEventData > | archQueue = new ArrayBlockingQueue<ArchiveEventData>(100000) |
This class controls all aspects of the application's execution
| void alma.acs.eventbrowser.Application.earlyStartup | ( | ) |
| static boolean alma.acs.eventbrowser.Application.isMonitoring | ( | ) | [static] |
| static void alma.acs.eventbrowser.Application.setMonitoring | ( | boolean | monitoring | ) | [static] |
Referenced by alma.acs.eventbrowser.Application.start().
| Object alma.acs.eventbrowser.Application.start | ( | IApplicationContext | context | ) | throws Exception |
| void alma.acs.eventbrowser.Application.stop | ( | ) |
ArrayBlockingQueue<ArchiveEventData> alma.acs.eventbrowser.Application.archQueue = new ArrayBlockingQueue<ArchiveEventData>(100000) [static] |
ArrayBlockingQueue<EventData> alma.acs.eventbrowser.Application.equeue = new ArrayBlockingQueue<EventData>(50000) [static] |
final String alma.acs.eventbrowser.Application.PLUGIN_ID = "alma.acs.eventbrowser" [static] |
1.7.0