|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OracleNamespaceRegistry
OracleNamespaceRegistry is the JCR namespace registry.
The namespace registry is cached by the OracleNamespaceRegistry object. The cache is automatically refreshed each time registerNamespace
or unregisterNamespace
is called on the OracleNamespaceRegistry object. Call refresh
to explicitly refresh the cache.
Refer to XDBRepositoryConfiguration for further information on how the JCR namespace registry is stored by the XML DB Content Connector.
Method Summary | |
---|---|
void |
refresh() Refresh the in-memory copy of the JCR namespace registry. |
Methods inherited from interface javax.jcr.NamespaceRegistry |
---|
getPrefix, getPrefixes, getURI, getURIs, registerNamespace, unregisterNamespace |
Method Detail |
---|
void refresh() throws RepositoryException
RepositoryException
- if the operation fails
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.