myx
Class myxCollectionManagementService
java.lang.Object
myx.myxCollectionManagementService
- All Implemented Interfaces:
- org.xmldb.api.base.Configurable, org.xmldb.api.base.Service, org.xmldb.api.modules.CollectionManagementService
public class myxCollectionManagementService
- extends java.lang.Object
- implements org.xmldb.api.modules.CollectionManagementService
- Author:
- Mladen Adamovic (adamm@blic.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myxCollectionManagementService
public myxCollectionManagementService()
createCollection
public org.xmldb.api.base.Collection createCollection(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Specified by:
createCollection
in interface org.xmldb.api.modules.CollectionManagementService
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
CollectionManagementService.createCollection(java.lang.String)
removeCollection
public void removeCollection(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Specified by:
removeCollection
in interface org.xmldb.api.modules.CollectionManagementService
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
CollectionManagementService.removeCollection(java.lang.String)
getName
public java.lang.String getName()
throws org.xmldb.api.base.XMLDBException
- Specified by:
getName
in interface org.xmldb.api.base.Service
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
Service.getName()
getVersion
public java.lang.String getVersion()
throws org.xmldb.api.base.XMLDBException
- Specified by:
getVersion
in interface org.xmldb.api.base.Service
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
Service.getVersion()
setCollection
public void setCollection(org.xmldb.api.base.Collection col)
throws org.xmldb.api.base.XMLDBException
- Specified by:
setCollection
in interface org.xmldb.api.base.Service
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
Service.setCollection(org.xmldb.api.base.Collection)
getProperty
public java.lang.String getProperty(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Specified by:
getProperty
in interface org.xmldb.api.base.Configurable
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
Configurable.getProperty(java.lang.String)
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
throws org.xmldb.api.base.XMLDBException
- Specified by:
setProperty
in interface org.xmldb.api.base.Configurable
- Throws:
org.xmldb.api.base.XMLDBException
- See Also:
Configurable.setProperty(java.lang.String,
java.lang.String)
Copyright © 2005 myXMLDB. All Rights Reserved.