org.apache.axis2.storage.impl
Class AbstractStorage

java.lang.Object
  extended byorg.apache.axis2.storage.impl.AbstractStorage
All Implemented Interfaces:
AxisStorage, ParameterInclude
Direct Known Subclasses:
AxisFileStorage, AxisMemoryStorage

public abstract class AbstractStorage
extends java.lang.Object
implements AxisStorage


Constructor Summary
AbstractStorage()
           
 
Method Summary
protected  java.lang.String getUniqueKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axis2.storage.AxisStorage
clean, get, put, remove
 
Methods inherited from interface org.apache.axis2.description.ParameterInclude
addParameter, getParameter, getParameters, isParamterLocked
 

Constructor Detail

AbstractStorage

public AbstractStorage()
Method Detail

getUniqueKey

protected java.lang.String getUniqueKey()