Uses of Interface
org.caleigo.security.ISecureService

Packages that use ISecureService
org.caleigo.core   
org.caleigo.core.service   
 

Uses of ISecureService in org.caleigo.core
 

Subinterfaces of ISecureService in org.caleigo.core
 interface IDataService
          IDataSerice is an IService that defines an abstract interface for generic database or other structured information access.
 

Classes in org.caleigo.core that implement ISecureService
 class AbstractDataService
          AbstractDataService provides an abstract implementation of the IDataService interface that uses an abstract IDataTransaction to implement its function.
 class TunneledDataService
           
 

Uses of ISecureService in org.caleigo.core.service
 

Classes in org.caleigo.core.service that implement ISecureService
 class BinaryFileDataService
          BinaryFileDataService provides a simple extension of the MemoryDataService that stores the data entities in binary files in database file-catalog.
 class CachedDataService
          The CachedDataService is a wrapper around any other IDataService implementation to wich it adds transparent cache functionality.
 class DemoDataService
           
 class JDBCDataService
          
 class JDBCPreparedStatementDataService
          
 class MemoryDataService
          MemoryDataService provides a simple implementation of the IDataService interface that can be used to store entities in a non-persistent memory cache.
 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.
 



Copyright © 2005 Caleigo. All Rights Reserved.