net.sf.nxqd.xmldb
Class NxqdCollectionManagementService

java.lang.Object
  extended by net.sf.nxqd.xmldb.NxqdService
      extended by net.sf.nxqd.xmldb.NxqdCollectionManagementService
All Implemented Interfaces:
Configurable, Service, CollectionManagementService

public class NxqdCollectionManagementService
extends NxqdService
implements CollectionManagementService

Version:
1.0
Author:
webhiker

Field Summary
 
Fields inherited from class net.sf.nxqd.xmldb.NxqdService
NAME, VERSION
 
Method Summary
 Collection createCollection(String name)
           
 void removeCollection(String name)
           
 
Methods inherited from class net.sf.nxqd.xmldb.NxqdService
getName, getProperty, getVersion, keys, removeProperty, setCollection, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

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.