Constructors' Details |
createTransient
|
createTransient( |
[in] string |
context ); |
- Description
- Creates a transient registry.
- Parameter context
- context of registry, e.g. user, shared
|
|
createPersistent
|
createPersistent( |
[in] string |
context, |
| [in] string |
cacheDirectory, |
| [in] boolean |
readOnly ); |
- Description
- Creates a persistent registry.
- Parameter context
- context of registry, e.g. user, shared
- Parameter cacheDirectory
- cache directory that the registry has to use
- Parameter readOnly
- reflects whether writing to cache directory is allowed
|
|
Top of Page
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.