@Revision(value="$Revision: 1.2 $", date="$Date: 2006/12/15 20:37:55 $", tag="$Name: $")

Package rcf.core.framework.services

Contains the Application and Service abstractions which form the basis of applications which use the RCF framework.

See:
          Description

Interface Summary
Application TODO: Javadoc An application will perform most of it's work in the ConcurrentRunnableTask.run() method, and should not require a call to ConcurrentRunnableTask.commit().
Service TODO: Javadoc Adds basic versioning to ConcurrentRunnableTask.
 

Class Summary
AbstractApplication TODO: Javadoc This class implements all of the methods from the Application interface.
AbstractService TODO: Javadoc Upon receiving a commit event, services should check if something is in progress, and commit if not.
 

Package rcf.core.framework.services Description

Contains the Application and Service abstractions which form the basis of applications which use the RCF framework.

TODO: Javadoc
TODO: Javadoc review, Seal/Finalize
TODO: Generic services
TODO: Logging
TODO: Event notification and publications
TODO: Settings service

Author:
Greg Gibeling