XmlContainer.close |
![]() ![]() |
import com.sleepycat.dbxml.*;public void close(int flags) throws XmlException;
The XmlContainer.close method closes the container. The XmlContainer must be open for the call to succeed. The XmlContainer.isOpen method can be used to determine if a given container is currently open or closed. An XmlContainer may be reopened after it has been closed. If multiple threads are using the XmlContainer concurrently, only a single thread may call the XmlContainer.close method.
The XmlContainer.close method may fail and throw XmlException, encapsulating one of the following non-zero errors:
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.