org.apache.xindice.client.xmldb.services
Class MetaService
java.lang.Object
org.apache.xindice.client.xmldb.CommonConfigurable
org.apache.xindice.client.xmldb.services.MetaService
- All Implemented Interfaces:
- org.xmldb.api.base.Configurable, org.xmldb.api.base.Service
- public class MetaService
- extends CommonConfigurable
- implements org.xmldb.api.base.Service
Meta information service.
- Version:
- CVS $Revision: 1.5 $, $Date: 2004/02/08 02:43:02 $
- Author:
- Vadim Gritsenko
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xmldb.api.base.Configurable |
getProperty, setProperty |
MetaService
public MetaService()
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion in interface org.xmldb.api.base.Service
getName
public java.lang.String getName()
- Specified by:
getName in interface org.xmldb.api.base.Service
setCollection
public void setCollection(org.xmldb.api.base.Collection collection)
- Specified by:
setCollection in interface org.xmldb.api.base.Service
getMetaData
public MetaData getMetaData()
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
setMetaData
public void setMetaData(MetaData meta)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getMetaData
public MetaData getMetaData(java.lang.String id)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
setMetaData
public void setMetaData(java.lang.String id,
MetaData meta)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getLastModifiedTime
public long getLastModifiedTime()
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getCreatedTime
public long getCreatedTime()
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getLastModifiedTime
public long getLastModifiedTime(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
getCreatedTime
public long getCreatedTime(java.lang.String name)
throws org.xmldb.api.base.XMLDBException
- Throws:
org.xmldb.api.base.XMLDBException
Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.