org.springframework.extensions.jcr
Interface SessionHolderProviderManager

All Known Implementing Classes:
AbstractSessionHolderProviderManager, CacheableSessionHolderProviderManager, ListSessionHolderProviderManager, ServiceSessionHolderProviderManager

public interface SessionHolderProviderManager

This manager returns the approapriate sessionHolderProvider for the given repository. See the implementations of the interface for more details. NOTE one of the reason for this interface was to allow dynamical discovery of SessionHolderProviders for specific JSR-170 implementations at runtime.

Author:
Costin Leau, Sergio Bossa, Salvatore Incandela

Method Summary
 SessionHolderProvider getSessionProvider(javax.jcr.Repository repository)
          Returns the SessionHolderProvider suitable for the given Jcr Repository.
 

Method Detail

getSessionProvider

SessionHolderProvider getSessionProvider(javax.jcr.Repository repository)
Returns the SessionHolderProvider suitable for the given Jcr Repository.

Parameters:
repository -
Returns:


Copyright © 2009. All Rights Reserved.