Package edu.cmu.aura.service.db

Provides a service database for implementation of simple services.  The database was developed in order to explore service funtionality, and is not designed to be scalable or efficient; nevertheless, it is useful for quick implementation of simple services.

See:
          Description

Interface Summary
DataSink DataSink is implemented by the database to allow "raw" modification of the database.
DBInitializer A DBInitializer is used to perform custom initialization tasks when a service database is started.
 

Class Summary
Database Database provides a simple Database oriented implementation of PrimitiveService.
DataSinkSkel This class is used by the Database to receive incoming calls.
DataSinkStub Provides an implementation of the DataSink interface that may be used to update a database.
ServiceRunner ServiceRunner is used to start the Database.
 

Package edu.cmu.aura.service.db Description

Provides a service database for implementation of simple services.  The database was developed in order to explore service funtionality, and is not designed to be scalable or efficient; nevertheless, it is useful for quick implementation of simple services.