org.xmldb.api.modules
Interface CollectionManagementService

All Superinterfaces:
Configurable, Service
All Known Implementing Classes:
CollectionManagementServiceImpl

public interface CollectionManagementService
extends Service

Version:
0.1
Author:
Kimbro Staken, Per Nyfelt

Method Summary
 Collection createCollection(java.lang.String name)
          Create a new basic collection
 void removeCollection(java.lang.String name)
          Remove the named collection
 
Methods inherited from interface org.xmldb.api.base.Service
getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getName, getProperty, setProperty
 

Method Detail

createCollection

public Collection createCollection(java.lang.String name)
                            throws XMLDBException
Create a new basic collection

Throws:
XMLDBException

removeCollection

public void removeCollection(java.lang.String name)
                      throws XMLDBException
Remove the named collection

Throws:
XMLDBException


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.