Uses of Class
org.ow2.clif.util.UniqueKey

Packages that use UniqueKey
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval. 
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
 

Uses of UniqueKey in org.ow2.clif.storage.api
 

Methods in org.ow2.clif.storage.api that return UniqueKey
 UniqueKey StorageProxyAdmin.initCollect(java.io.Serializable testId)
          Initializes a new collect for a given test
 

Methods in org.ow2.clif.storage.api with parameters of type UniqueKey
 void StorageProxyAdmin.closeCollect(UniqueKey key)
           
 java.io.Serializable StorageProxyAdmin.collect(UniqueKey key)
          Performs one collect step forward.
 long StorageProxyAdmin.getCollectSize(UniqueKey key)
           
 

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

Fields in org.ow2.clif.storage.lib.filestorage declared as UniqueKey
protected  UniqueKey FileStorageCollect.key
           
 

Fields in org.ow2.clif.storage.lib.filestorage with type parameters of type UniqueKey
protected static java.util.Map<UniqueKey,FileStorageCollect> FileStorageCollect.active_collects
           
 

Methods in org.ow2.clif.storage.lib.filestorage that return UniqueKey
 UniqueKey FileStorageCollect.getKey()
           
 UniqueKey FileStorageProxyImpl.initCollect(java.io.Serializable testId)
          Initializes a new collect for a given test
 

Methods in org.ow2.clif.storage.lib.filestorage with parameters of type UniqueKey
static void FileStorageCollect.close(UniqueKey key)
           
 void FileStorageProxyImpl.closeCollect(UniqueKey key)
           
 java.io.Serializable FileStorageProxyImpl.collect(UniqueKey key)
           
static java.io.Serializable FileStorageCollect.collect(UniqueKey key)
           
static FileStorageCollect FileStorageCollect.getCollect(UniqueKey key)
           
 long FileStorageProxyImpl.getCollectSize(UniqueKey key)
           
static long FileStorageCollect.getSize(UniqueKey key)