uk.ac.soton.itinnovation.registry.component.xml.db
Interface XmlDbRegistryAdmin

All Superinterfaces:
UserManagement
All Known Implementing Classes:
XmlDbRegistryAdminXmlDb

public interface XmlDbRegistryAdmin
extends UserManagement


Field Summary
static org.apache.log4j.Logger logger
           
 
Method Summary
 void createRegistry()
          Creates and stores a registry collection in the database, if not already exists.
 void removeRegistry()
          Remove the entire registry from the database.
 
Methods inherited from interface uk.ac.soton.itinnovation.registry.icomponent.usermanagement.UserManagement
addGroupToUser, addUser, listGroups, listGroups, listUsers, removeGroupFromUser, removeUser
 

Field Detail

logger

static final org.apache.log4j.Logger logger
Method Detail

removeRegistry

void removeRegistry()
                    throws DatabaseException
Remove the entire registry from the database.

Throws:
DatabaseException

createRegistry

void createRegistry()
                    throws DatabaseException
Creates and stores a registry collection in the database, if not already exists.

Throws:
DatabaseException


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