|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IService | |
org.caleigo.core | |
org.caleigo.core.service | |
org.caleigo.security | |
org.caleigo.service | |
org.caleigo.toolkit.tunnel |
Uses of IService in org.caleigo.core |
Subinterfaces of IService 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 IService | |
class |
AbstractDataService
AbstractDataService provides an abstract implementation of the IDataService interface that uses an abstract IDataTransaction to implement its function. |
class |
TunneledDataService
|
Uses of IService in org.caleigo.core.service |
Classes in org.caleigo.core.service that implement IService | |
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. |
Uses of IService in org.caleigo.security |
Subinterfaces of IService 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 IService | |
class |
LoginService
|
protected static class |
LoginService.LoginProxyService
|
Uses of IService in org.caleigo.service |
Subinterfaces of IService in org.caleigo.service | |
interface |
IProxyService
An IProxyService is a proxy for a remote IService. |
Classes in org.caleigo.service that implement IService | |
protected class |
ServiceProviderServer.MessageConsumer.ProxyService
This class wrapps an IService and implements the methods in IProxyService. |
Fields in org.caleigo.service declared as IService | |
protected IService |
ServiceProviderServer.MessageConsumer.ProxyService.mService
|
Methods in org.caleigo.service that return IService | |
IService |
ServiceProvider.getService(java.lang.Class serviceInterfaceClass,
java.lang.Object serviceType,
java.lang.Object serviceIdentity)
Returns a service that is identified by the provided parameters, or null if no service was found.
|
Methods in org.caleigo.service with parameters of type IService | |
protected void |
ServiceProviderServer.MessageConsumer.reconnect(IService service)
|
void |
ServiceProvider.addService(IService service)
Adds a local service to this ServiceProvider. |
void |
ServiceProvider.removeService(IService service)
Removes a local service from this ServiceProvider. |
Constructors in org.caleigo.service with parameters of type IService | |
ServiceProviderServer.MessageConsumer.ProxyService(IService service)
|
Uses of IService in org.caleigo.toolkit.tunnel |
Methods in org.caleigo.toolkit.tunnel that return IService | |
protected abstract IService[] |
HTTPTunnelServlet.getServices()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |