Uses of Class
org.caleigo.core.service.MemoryDataService

Packages that use MemoryDataService
org.caleigo.core.service   
 

Uses of MemoryDataService in org.caleigo.core.service
 

Subclasses of MemoryDataService in org.caleigo.core.service
 class BinaryFileDataService
          BinaryFileDataService provides a simple extension of the MemoryDataService that stores the data entities in binary files in database file-catalog.
 class TextFileDataService
          TextFileDataService provides a simple extension of the MemoryDataService that stores the data entities in text files in a database file-catalog.
 class TextURLDataService
          TextFileDataService provides a simple extension of the MemoryDataService that stores the data entities in text files in a database file-catalog.
 

Methods in org.caleigo.core.service with parameters of type MemoryDataService
static boolean MemoryDataService.copyDataSource(IDataService source, MemoryDataService target)
          Help method that makes a complete copy of the source data to the targeted MemoryDataService.
 



Copyright © 2005 Caleigo. All Rights Reserved.