com.softwareag.centrasite.appl.framework.persistence
Interface RegistryProvider

All Known Implementing Classes:
DefaultRegistryProvider, PluggableUIRegistryProvider, PluggableUIRegistryProvider, StandaloneRegistryProvider

public interface RegistryProvider

Interface providing configuration needed for accessing the JAXR registry. Users of the library are expected to provide implementation of this interface.


Method Summary
 javax.xml.registry.Connection getConnection()
          Returns the JAXR connection that will be used when performing registry operations.
 java.util.Locale getLocale()
          The Locale in which the registry will be accessed.
 

Method Detail

getConnection

javax.xml.registry.Connection getConnection()
Returns the JAXR connection that will be used when performing registry operations.

Returns:
JAXR connection

getLocale

java.util.Locale getLocale()
The Locale in which the registry will be accessed.

Returns:
locale