|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.dbxml.XmlManagerConfig
Used to configure an XmlManager
instance via its constructors.
Field Summary | |
static XmlManagerConfig |
DEFAULT
The default configuration settings for XmlManagers. |
Constructor Summary | |
XmlManagerConfig()
|
Method Summary | |
boolean |
getAdoptEnvironment()
Gets whether the XmlManager object will close and delete the underlying environment handle at the end of the XmlManager's life. |
boolean |
getAllowAutoOpen()
Gets whether XQuery queries that reference unopened containers will automatically open those containers. |
boolean |
getAllowExternalAccess()
Gets whether XQuery queries are allowed to access data sources external to the container, such as files on disk or http URIs. |
XmlManagerConfig |
setAdoptEnvironment(boolean value)
Sets whether the XmlManager object will close and delete the underlying environment handle at the end of the XmlManager's life. |
XmlManagerConfig |
setAllowAutoOpen(boolean value)
Sets whether XQuery queries that reference unopened containers will automatically open those containers, and close them when references resulting from the query are released. |
XmlManagerConfig |
setAllowExternalAccess(boolean value)
Allows XQuery queries to access data sources external to the container, such as files on disk or http URIs. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final XmlManagerConfig DEFAULT
Constructor Detail |
public XmlManagerConfig()
Method Detail |
public boolean getAdoptEnvironment()
public XmlManagerConfig setAdoptEnvironment(boolean value)
public boolean getAllowExternalAccess()
public XmlManagerConfig setAllowExternalAccess(boolean value)
public boolean getAllowAutoOpen()
public XmlManagerConfig setAllowAutoOpen(boolean value)
|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |