Package com.softwareag.centrasite.appl.framework.persistence

Interface Summary
BatchPersistenceEngine The interface export functionality for saving beans in batches.
BeanFactory This interface represents a factory for instantiating beans.
BeanFactoryListener Listener for handling bean factory related objects.
BeanPool This is the main interface for interaction with the Bean-JAXR Mapper.
BeanPoolEvent The interface provides context information for a bean pool related event.
BeanPoolListener Listener for handling bean pool related events.
CSAFCollection Collection interface that keeps a modification state.
ManagedBeanPool This is an extension of the BeanPool interface with method providing access to the bean life cycle management capabilities of the pool.
PersistenceContext This context extends the QueryContext with extra functionality needed for internal processing.
PersistenceEngine<T extends RegistryBean> This is the interface taking care for persisting bean to the registry.
PersistenceEvent The interface provides context information for a persistence event.
PersistenceEventListener This listener provides a mechanism to register with the BeanPool for persistence related events.
ProxyAware<RB extends RegistryBean> This interface is implemented by beans with more complex internal details.
Query<T extends RegistryBean> Interface for providing a custom JAXR query.
QueryContext Context, in which a query runs.
RegistryProvider Interface providing configuration needed for accessing the JAXR registry.
 

Class Summary
BeanPoolFactory Factory for BeanPool instances.
FlushMode The Bean-to-JAXR Mapper provides its users with the ability to control how the data in the beans is being synchronized with the one in the registry.
RegistryAccessor The class containing the main logic for working with JAXR Registry.
RegistryObjectPaths The class manages a mapping between RegistryObject conceptPaths and key.
 

Enum Summary
BeanMode This enumeration represents the supported bean modes.
CacheScope Defines the scope for the cache.
PersistenceMode Contains the available persistence modes for the mapper.
 

Exception Summary
JBMException The base exception for JAXR-to-Bean Mapper.
LockNotAvailableException Exception thrown when trying to modify a registry bean which is being modified in the moment by another client.
ObjectOutdatedException Exception thrown when trying to modify an outdated registry bean.