Uses of Interface
org.caleigo.core.IDataSourceDescriptor

Packages that use IDataSourceDescriptor
org.caleigo.core   
org.caleigo.core.meta   
org.caleigo.core.service   
 

Uses of IDataSourceDescriptor in org.caleigo.core
 

Classes in org.caleigo.core that implement IDataSourceDescriptor
 class AbstractDataSourceDescriptor
          
 

Methods in org.caleigo.core that return IDataSourceDescriptor
 IDataSourceDescriptor SingleServiceDataSource.getDataSourceDescriptor()
          Returns the IDataSourceDescriptor for this data source.
 IDataSourceDescriptor IEntityDescriptor.getDataSourceDescriptor()
          Returns the DataSource descriptor that this entity is a part of.
 IDataSourceDescriptor IDataSource.getDataSourceDescriptor()
          Returns the IDataSourceDescriptor for this data source.
 IDataSourceDescriptor IDataService.getDataSourceDescriptor()
          This method provides access to the IDataSourceDescriptor that describes the entity meta structure of the information source that a specific data service provides access to.
 IDataSourceDescriptor CompositeEntityDescriptor.getDataSourceDescriptor()
          Returns the data source descriptor that this entity is a part of.
 IDataSourceDescriptor AbstractEntityDescriptor.getDataSourceDescriptor()
          Returns the DataSource descriptor that this entity is a part of.
 IDataSourceDescriptor AbstractDataService.getDataSourceDescriptor()
           
 

Methods in org.caleigo.core with parameters of type IDataSourceDescriptor
abstract  int DataAccessManager.getAccessLevel(IDataSourceDescriptor dataSourceDescriptor)
          Returns the access level for the provided IDataSourceDescriptor defined as NONE, READ, WRITE or CONTENT_BASED.
 int DataAccessManager.ConstantDataAccessManager.getAccessLevel(IDataSourceDescriptor dataSourceDescriptor)
          Returns the access level for the provided IDataSourceDescriptor defined as NONE, READ, WRITE or CONTENT_BASED.
 

Constructors in org.caleigo.core with parameters of type IDataSourceDescriptor
TunneledDataService(java.lang.Object serviceType, java.lang.Object serviceIdentity, IDataSourceDescriptor dataSourceDescriptor, ITunnel tunnel)
           
AbstractDataService(java.lang.Object serviceType, java.lang.Object serviceIdentity, IDataSourceDescriptor dataSourceDescriptor)
          Default constructor for AbstractDataService.
 

Uses of IDataSourceDescriptor in org.caleigo.core.meta
 

Classes in org.caleigo.core.meta that implement IDataSourceDescriptor
(package private)  class CustomDataSourceDescriptor
           
 class Meta
          Meta is the descriptor for MetaDataSourceDescriptor instances.
 

Methods in org.caleigo.core.meta that return IDataSourceDescriptor
 IDataSourceDescriptor DescriptorBuilder.getDataSourceDescriptor()
           
 IDataSourceDescriptor CustomEntityDescriptor.getDataSourceDescriptor()
          Returns the DataSource descriptor that this entity is a part of.
 

Methods in org.caleigo.core.meta with parameters of type IDataSourceDescriptor
 void CustomEntityDescriptor.setDataSourceDescriptor(IDataSourceDescriptor dataSourceDescriptor)
           
 

Uses of IDataSourceDescriptor in org.caleigo.core.service
 

Classes in org.caleigo.core.service that implement IDataSourceDescriptor
 class JDBCDataSourceDescriptor
           
 

Constructors in org.caleigo.core.service with parameters of type IDataSourceDescriptor
TextURLDataService(IDataSourceDescriptor dataSourceDescriptor, java.net.URL dbRootURL)
           
TextURLDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.Object serviceIdentity, java.net.URL dbRootURL)
           
TextFileDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.String dbDirectoryPath)
           
TextFileDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.Object serviceIdentity, java.lang.String dbDirectoryPath)
           
MemoryDataService(IDataSourceDescriptor dataSourceDescriptor)
           
MemoryDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.Object serviceIdentity)
           
JDBCPreparedStatementDataService(IDataSourceDescriptor descriptor)
          Default constructor for JDBCDataService.
JDBCPreparedStatementDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url)
           
JDBCPreparedStatementDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.lang.String user, java.lang.String password)
           
JDBCPreparedStatementDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String catalog)
           
JDBCPreparedStatementDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.util.Properties info, int maxConnectionPoolSize)
           
JDBCDataService(IDataSourceDescriptor descriptor)
          Default constructor for JDBCDataService.
JDBCDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url)
           
JDBCDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.lang.String user, java.lang.String password)
           
JDBCDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.lang.String user, java.lang.String password, int maxConnectionPoolSize)
           
JDBCDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String catalog)
           
JDBCDataService(IDataSourceDescriptor descriptor, java.lang.Object serviceIdentity, java.lang.String url, java.util.Properties info, int maxConnectionPoolSize)
           
DemoDataService(IDataSourceDescriptor descriptor)
          Creates empty Demo Database
DemoDataService(IDataSourceDescriptor descriptor, java.net.URL databaseURL)
          Creates the Demo Database and copy data from the supplied URL The File pointed out by the URL should contain CREATE, INSERT and ALTER TABLE commands, and they will be run in the memory database
DemoDataService(IDataSourceDescriptor descriptor, java.io.File hsqldbDir, java.lang.String dbName)
          Creates the Demo Database and copy data from the supplied HSQLDB database.
BinaryFileDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.String dbDirectoryPath)
           
BinaryFileDataService(IDataSourceDescriptor dataSourceDescriptor, java.lang.Object serviceIdentity, java.lang.String dbDirectoryPath)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.