public class PluggableUIRegistryProvider extends java.lang.Object implements RegistryProvider
RegistryProvider
interface that uses Connector
.Constructor and Description |
---|
PluggableUIRegistryProvider(com.centrasite.control.Connector connector)
Creates
PluggableUIRegistryProvider instance using the given
Connector . |
Modifier and Type | Method and Description |
---|---|
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. |
public PluggableUIRegistryProvider(com.centrasite.control.Connector connector) throws CSAppFrameworkException
PluggableUIRegistryProvider
instance using the given
Connector
.connector
- the JAXR connector.CSAppFrameworkException
- if an internal error occurs.public java.util.Locale getLocale()
Locale
in which the registry will be accessed.getLocale
in interface RegistryProvider
Locale
for accessing the registrypublic Connection getConnection()
getConnection
in interface RegistryProvider
Connection
object