net.sf.fastxmldb.impl
Class LocalCollectionManagementService

java.lang.Object
  |
  +--net.sf.fastxmldb.impl.LocalCollectionManagementService
All Implemented Interfaces:
org.xmldb.api.modules.CollectionManagementService, org.xmldb.api.base.Configurable, org.xmldb.api.base.Service

public class LocalCollectionManagementService
extends java.lang.Object
implements org.xmldb.api.modules.CollectionManagementService

Author:
jbirchfield

Field Summary
static java.lang.String COLLECTION_MANAGEMENT_SERVICE_NAME
          The CollectionManagementService name
static java.lang.String COLLECTION_MANAGEMENT_SERVICE_VERSION
          The CollectionManagementService version
 
Constructor Summary
LocalCollectionManagementService()
           
 
Method Summary
 org.xmldb.api.base.Collection createCollection(java.lang.String name)
           
 java.lang.String getName()
           
 java.lang.String getProperty(java.lang.String s)
          not yet implemented
 java.lang.String getVersion()
           
 void removeCollection(java.lang.String s)
          not yet implemented
 void setCollection(org.xmldb.api.base.Collection collection)
          not yet implemented
 void setProperty(java.lang.String s, java.lang.String s1)
          not yet implemented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION_MANAGEMENT_SERVICE_NAME

public static final java.lang.String COLLECTION_MANAGEMENT_SERVICE_NAME
The CollectionManagementService name

COLLECTION_MANAGEMENT_SERVICE_VERSION

public static final java.lang.String COLLECTION_MANAGEMENT_SERVICE_VERSION
The CollectionManagementService version
Constructor Detail

LocalCollectionManagementService

public LocalCollectionManagementService()
Method Detail

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
See Also:
CollectionManagementService.createCollection(java.lang.String)

removeCollection

public void removeCollection(java.lang.String s)
                      throws org.xmldb.api.base.XMLDBException
not yet implemented
Specified by:
removeCollection in interface org.xmldb.api.modules.CollectionManagementService
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
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
See Also:
Service.getVersion()

setCollection

public void setCollection(org.xmldb.api.base.Collection collection)
                   throws org.xmldb.api.base.XMLDBException
not yet implemented
Specified by:
setCollection in interface org.xmldb.api.base.Service
See Also:
Service.setCollection(Collection)

getProperty

public java.lang.String getProperty(java.lang.String s)
                             throws org.xmldb.api.base.XMLDBException
not yet implemented
Specified by:
getProperty in interface org.xmldb.api.base.Configurable
See Also:
Configurable.getProperty(String)

setProperty

public void setProperty(java.lang.String s,
                        java.lang.String s1)
                 throws org.xmldb.api.base.XMLDBException
not yet implemented
Specified by:
setProperty in interface org.xmldb.api.base.Configurable
See Also:
Configurable.setProperty(String, String)


Copyright © 2003-2003 Birchfield & Associates, Inc.. All Rights Reserved.