Package org.hcjf.layers.storage
Interface StorageLayerInterface<S extends StorageSession>
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler,LayerInterface
- All Known Implementing Classes:
StorageLayer
public interface StorageLayerInterface<S extends StorageSession> extends LayerInterface
This kind of layers provides a interface with a storage implementation.- Author:
- javaito
-
-
Method Summary
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-
-
-
Method Detail
-
begin
S begin()
Return a session with the storage implementation.- Returns:
- Storage implementation.
-
-