Package org.hcjf.layers.storage
Class StorageLayer<S extends StorageSession>
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.storage.StorageLayer<S>
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,LayerInterface,StorageLayerInterface<S>
public abstract class StorageLayer<S extends StorageSession> extends Layer implements StorageLayerInterface<S>
Base class to make a storage implementation.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.layers.Layer
Layer.Access, Layer.LayerAgent, Layer.LayerAgentMBean
-
-
Constructor Summary
Constructors Constructor Description StorageLayer(java.lang.String implName)StorageLayer(java.lang.String implName, boolean stateful)
-
Method Summary
-
Methods inherited from class org.hcjf.layers.Layer
checkAccess, getAliases, getImplName, getLayer, getProxy, getSession, getStorageLayer, getTarget, invoke, isOverwritable, isPlugin, isStateful
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
Methods inherited from interface org.hcjf.layers.storage.StorageLayerInterface
begin
-
-