uk.ac.soton.itinnovation.registry.component.xml.db.xmldb
Class XmlDbAccessManagerXmlDb

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.component.xml.db.XmlDbAccessAbstractManager
      extended by uk.ac.soton.itinnovation.registry.component.xml.db.xmldb.XmlDbAccessManagerXmlDb
All Implemented Interfaces:
XmlDbAccessManager

public final class XmlDbAccessManagerXmlDb
extends XmlDbAccessAbstractManager
implements XmlDbAccessManager


Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.registry.component.xml.db.XmlDbAccessAbstractManager
accessCache, logger
 
Constructor Summary
XmlDbAccessManagerXmlDb()
           
 
Method Summary
 XmlDbAccess getAccess()
          Get personalised access to the XML DB.
 XmlDbAccess getAdminAccess()
           
 XmlDbRegistryAdmin getRegistryAdminInterface()
          Get the registry admin interface.
 
Methods inherited from class uk.ac.soton.itinnovation.registry.component.xml.db.XmlDbAccessAbstractManager
adminLogin, adminLogout, login, logout, removeAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.ac.soton.itinnovation.registry.component.xml.db.XmlDbAccessManager
adminLogin, adminLogout, login, logout
 

Constructor Detail

XmlDbAccessManagerXmlDb

public XmlDbAccessManagerXmlDb()
Method Detail

getAccess

public XmlDbAccess getAccess()
                      throws AccessException
Get personalised access to the XML DB. Requires previous login.

Specified by:
getAccess in interface XmlDbAccessManager
Specified by:
getAccess in class XmlDbAccessAbstractManager
Returns:
database access
Throws:
AccessException

getAdminAccess

public XmlDbAccess getAdminAccess()
                           throws AccessException
Specified by:
getAdminAccess in interface XmlDbAccessManager
Specified by:
getAdminAccess in class XmlDbAccessAbstractManager
Throws:
AccessException

getRegistryAdminInterface

public XmlDbRegistryAdmin getRegistryAdminInterface()
Description copied from interface: XmlDbAccessManager
Get the registry admin interface.

Specified by:
getRegistryAdminInterface in interface XmlDbAccessManager


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.