Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes

alma.acs.eventbrowser.Application Class Reference

Inherits org::eclipse::equinox::app::IApplication, and org::eclipse::ui::IStartup.

List of all members.

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)

Detailed Description

This class controls all aspects of the application's execution

Id:
Application.java,v 1.9 2011/10/28 11:56:21 jschwarz Exp

Member Function Documentation

void alma.acs.eventbrowser.Application.earlyStartup (  ) 
static boolean alma.acs.eventbrowser.Application.isMonitoring (  )  [static]
static void alma.acs.eventbrowser.Application.setMonitoring ( boolean  monitoring  )  [static]
Object alma.acs.eventbrowser.Application.start ( IApplicationContext  context  )  throws Exception
void alma.acs.eventbrowser.Application.stop (  ) 

Member Data Documentation

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]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties