|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDistributable | |
org.caleigo.core | |
org.caleigo.core.meta | |
org.caleigo.core.service | |
org.caleigo.security | |
org.caleigo.service |
Uses of IDistributable in org.caleigo.core |
Subinterfaces of IDistributable in org.caleigo.core | |
interface |
IDataService
IDataSerice is an IService that defines an abstract interface for generic database or other structured information access. |
interface |
IDataTransaction
IDataTransaction handles transactions for IDataService API. |
static interface |
IDataTransaction.IProgressListener
Listener interface for the Job class. |
interface |
IEntity
IEntity defines a basic interface for data objects representing a single instance of a data row/record from a persistent data storage. |
interface |
IProxyController
|
interface |
IProxyEntity
A IProxyEntity is an extension of the IEntity interface for entity objects that act as proxies to other entity objects or may even be wrappers around other forms of property providers. |
Classes in org.caleigo.core that implement IDistributable | |
class |
AbstractDataObjectEntity
|
class |
AbstractDataService
AbstractDataService provides an abstract implementation of the IDataService interface that uses an abstract IDataTransaction to implement its function. |
static class |
AbstractDataService.AbstractDataTransaction
|
class |
AbstractEntity
The AbstractEntity class is an abtsract implementation of the IEntity interface. |
class |
ControlledProxyEntity
|
class |
CustomEntity
|
static class |
IDataTransaction.ProgressAdapter
|
class |
ProxyEntity
A ProxyEntity is a basic implementation of the IProxyEntity iterface. |
class |
TunneledDataService
|
protected static class |
TunneledDataService.TunneledDataTransaction
|
Uses of IDistributable in org.caleigo.core.meta |
Classes in org.caleigo.core.meta that implement IDistributable | |
class |
AbstractMetaEntity
AbstractMetaEntity is the abstract base class for all entity classes in the object for Meta project. |
class |
MetaDataSourceDescriptorEntity
MetaDataSourceEntiy is the entity class for MetaDataSourceDescriptor objects. |
class |
MetaDataTypeEntity
MetaDataTypeEntiy is the entity class for MetaDataType objects. |
class |
MetaEntityDescriptorEntity
MetaEntityDescriptorEntiy is the entity class for MetaEntityDescriptor objects. |
class |
MetaEntityRelationEntity
MetaEntityRelationEntiy is the entity class for MetaEntityRelation objects. |
class |
MetaEntityTypeEntity
MetaEntityTypeEntiy is the entity class for MetaEntityType objects. |
class |
MetaFieldDescriptorEntity
MetaFieldDescriptorEntiy is the entity class for MetaFieldDescriptor objects. |
class |
MetaFieldRelationEntity
MetaFieldRelationEntiy is the entity class for MetaFieldRelation objects. |
class |
MetaSizeTypeEntity
MetaSizeTypeEntiy is the entity class for MetaSizeType objects. |
Uses of IDistributable in org.caleigo.core.service |
Classes in org.caleigo.core.service that implement IDistributable | |
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. |
protected class |
CachedDataService.CachedDataTransaction
|
class |
DemoDataService
|
class |
JDBCDataService
|
protected class |
JDBCDataService.JDBCDataTransaction
|
class |
JDBCPreparedStatementDataService
|
protected class |
JDBCPreparedStatementDataService.JDBCDataTransaction
|
class |
MemoryDataService
MemoryDataService provides a simple implementation of the IDataService interface that can be used to store entities in a non-persistent memory cache. |
protected class |
MemoryDataService.DataTransaction
|
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. |
Uses of IDistributable in org.caleigo.security |
Subinterfaces of IDistributable in org.caleigo.security | |
interface |
ILoginService
Service that is used to handle the verification of users. |
interface |
ISecureService
Tag interface that marks a service as secure. |
Classes in org.caleigo.security that implement IDistributable | |
class |
LoginService
|
protected static class |
LoginService.LoginProxyService
|
Uses of IDistributable in org.caleigo.service |
Subinterfaces of IDistributable in org.caleigo.service | |
interface |
IProxyService
An IProxyService is a proxy for a remote IService. |
interface |
IService
The IService interface is the root interface that all service objects must implement. |
Classes in org.caleigo.service that implement IDistributable | |
protected class |
ServiceProviderServer.MessageConsumer.ProxyService
This class wrapps an IService and implements the methods in IProxyService. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |