com.softwareag.centrasite.appl.framework.util.pui
Class PluggableUIRegistryProvider

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.util.pui.PluggableUIRegistryProvider
All Implemented Interfaces:
RegistryProvider

public class PluggableUIRegistryProvider
extends java.lang.Object
implements RegistryProvider

Implementation of the RegistryProvider interface that uses Connector.


Constructor Summary
PluggableUIRegistryProvider(com.centrasite.control.Connector connector)
          Creates PluggableUIRegistryProvider instance using the given Connector.
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluggableUIRegistryProvider

public PluggableUIRegistryProvider(com.centrasite.control.Connector connector)
                            throws CSAppFrameworkException
Creates PluggableUIRegistryProvider instance using the given Connector.

Parameters:
connector -
Throws:
CSAppFrameworkException
Method Detail

getLocale

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

Specified by:
getLocale in interface RegistryProvider
Returns:
locale

getConnection

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

Specified by:
getConnection in interface RegistryProvider
Returns:
JAXR connection