de.fzj.unicore.wsrflite.persistence
Interface IPersistenceProperties

All Known Subinterfaces:
Store
All Known Implementing Classes:
AbstractStore, InMemory, Persistence

public interface IPersistenceProperties

settings for persistence

Author:
schuller

Field Summary
static String WSRF_PERSIST_CLASSNAME
          property defining which class to use as Persist implementation
static String WSRF_PERSIST_STORAGE_DIRECTORY
          property defining where to put the persistent storage
 

Field Detail

WSRF_PERSIST_CLASSNAME

static final String WSRF_PERSIST_CLASSNAME
property defining which class to use as Persist implementation

See Also:
Constant Field Values

WSRF_PERSIST_STORAGE_DIRECTORY

static final String WSRF_PERSIST_STORAGE_DIRECTORY
property defining where to put the persistent storage

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.