net.sf.nxqd.xmldb
Class NxqdCollectionManagementService
java.lang.Object
net.sf.nxqd.xmldb.NxqdService
net.sf.nxqd.xmldb.NxqdCollectionManagementService
- All Implemented Interfaces:
- Configurable, Service, CollectionManagementService
public class NxqdCollectionManagementService
- extends NxqdService
- implements CollectionManagementService
- Version:
- 1.0
- Author:
- webhiker
createCollection
public Collection createCollection(String name)
throws XMLDBException
- Specified by:
createCollection
in interface CollectionManagementService
- Throws:
XMLDBException
- See Also:
CollectionManagementService.createCollection(java.lang.String)
removeCollection
public void removeCollection(String name)
throws XMLDBException
- Specified by:
removeCollection
in interface CollectionManagementService
- Throws:
XMLDBException
- See Also:
CollectionManagementService.removeCollection(java.lang.String)
Copyright © 2005-2006 nxqd. All Rights Reserved.