Methods' Details |
getURL
- Description
- returns the URL of the current data source of the registry.
|
|
open
- Description
- connects the registry to a persistent data source represented by
an URL.
If a local registry is already open, this function
will close the currently open registry.
- Parameter aURL
- specifies the complete URL to access the data source.
- Parameter bReadOnly
- specifies if the data source should be opened for
read only.
- Parameter bCreate
- specifies if the data source should be created if it
does not already exist.
- Throws
- InvalidRegistryException
if the registry does not exist.
|
|
isValid
- Description
- checks if the registry points to a valid data-source.
|
|
close
- Description
- disconnects the registry from the data-source.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
destroy
- Description
- destroys the registry and the data source.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
getRootKey
- Returns
- the root key of the registry.
- Throws
- InvalidRegistryException
if no registry is open
|
|
isReadOnly
- Description
- checks if the registry is readonly.
- Throws
- InvalidRegistryException
if the registry is not open.
|
|
mergeKey
- Description
- DEPRECATED: this method lacks a registry key (better than a URL).
merges a registry under the specified key.
If the key does not exist it will be created. Existing
keys will be overridden from keys of registry specified by
aUrl.
- Throws
- InvalidRegistryException
if the registry is not open.
- Throws
- MergeConflictException
if any differences occur during merging
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.