Package org.hcjf.layers.plugins
Class PluginLayer
- java.lang.Object
-
- org.hcjf.layers.Layer
-
- org.hcjf.layers.plugins.PluginLayer
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler,LayerInterface
public abstract class PluginLayer extends Layer
- 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 PluginLayer()
-
Method Summary
Modifier and Type Method Description protected abstract java.lang.ObjectgetTarget()Need obtain the invocation target to wrap the plugin.-
Methods inherited from class org.hcjf.layers.Layer
checkAccess, getAliases, getImplName, getLayer, getProxy, getSession, 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
getRegex, isDistributed
-
-