| Interface | Description |
|---|---|
| IJDBCConnectionProvider | |
| IJDBCConnectionProvider2 |
Extended interface for accessing stream store.
|
| IJDBCConnectionProviderTenantValueTransform |
When using the stream store manager with different tenants then
it might be possible that the id of the tenant that is stored in
the database is not the same as the id that is used for identifying the
tenant within the Java-level tenant processing.
|
| IStreamStore |
The stream store is a simple persistency mechanism for storing streams of data.
|
| IStreamStoreWithBinary |
Extended version of stream store - with direc reading of binary data.
|
| Class | Description |
|---|---|
| JDBCConnectionProviderFactory | |
| StreamStore |
Factory for accessing stream store objects.
|
| StreamStoreConfigPath |
Access of files within the /eclntjsfserver/config directory in the context
of stream store access.
|
| StreamStoreFile |
IStreamStore implementation that persist the stream store
data within the file system. |
| StreamStoreJDBC |
Streamstore implementation that directly works with JDBC.
|
| StreamStoreWithBinaryWrapper |
Wrapper class that wraps a string based
IStreamStore-implementation
and provides the binary functions on top. |
Copyright © CaptainCasa Gmbh. All Rights Reserved.