Package de.fzj.unicore.wsrflite.persistence

This package contains things related to persistence.

See:
          Description

Interface Summary
IPersistenceProperties settings for persistence
Store Persistent storage interface
 

Class Summary
AbstractStore Base functionality shared by all persistence implementations provides optional load-once semantics
InMemory map-based storage class
InstanceInfoBean for persisting per-instance information relevant to the container, such as termination time information
Persistence use the Persistence framework for storing wsrf instances
Persistence.PropertySource get persistence config from the Kernel properties (i.e. wsrflite.xml)
PersistenceManager  
PersistenceSettings Holds settings that govern the behaviour of the persistence system.
WSRFInstanceBean information that gets persisted
 

Enum Summary
LoadSemantics Load semantics specify the behaviour of the persistence layer with respect to loading ws-resources
 

Annotation Types Summary
ConcurrentAccess Annotation that controls concurrent access to WS Resources on a web method level.
Persist Annotation to be used to mark fields of a WS-Resource that need to be persisted
Persistent annotate ws-resource implementation class with persistence settings
 

Package de.fzj.unicore.wsrflite.persistence Description

This package contains things related to persistence.



Copyright © 2010. All Rights Reserved.