Uses of Interface
org.ow2.clif.storage.api.StorageProxyAdmin

Packages that use StorageProxyAdmin
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
 

Uses of StorageProxyAdmin in org.ow2.clif.storage.lib.filestorage
 

Classes in org.ow2.clif.storage.lib.filestorage that implement StorageProxyAdmin
 class FileStorageProxyImpl
          Proxy part of a file-based storage system.
 

Fields in org.ow2.clif.storage.lib.filestorage with type parameters of type StorageProxyAdmin
protected  java.util.Map<java.lang.String,StorageProxyAdmin> ConsoleFileStorageImpl.distributedStorage