This project has retired. For details please refer to its
Attic page.
DatabaseRegistry (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.registry.base
Class DatabaseRegistry
java.lang.Object
org.apache.jetspeed.om.registry.base.BaseRegistry
org.apache.jetspeed.om.registry.base.DatabaseRegistry
- All Implemented Interfaces:
- LocalRegistry, Registry
- public class DatabaseRegistry
- extends BaseRegistry
- implements Registry
Provides base functionality within a Database Registry.
- Version:
- $Id: DatabaseRegistry.java,v 1.3 2004/02/23 03:08:26 jford Exp $
- Author:
- David Sean Taylor
Methods inherited from class org.apache.jetspeed.om.registry.base.BaseRegistry |
addLocalEntry, createEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, removeLocalEntry, removeLocalEntry, setLocalEntry, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseRegistry
public DatabaseRegistry()
setEntry
public void setEntry(RegistryEntry entry)
throws InvalidEntryException
- Description copied from interface:
Registry
- Set the entry in the registry with the specified name and Entry
- Specified by:
setEntry
in interface Registry
- Overrides:
setEntry
in class BaseRegistry
- Throws:
InvalidEntryException
- See Also:
Registry.setEntry(org.apache.jetspeed.om.registry.RegistryEntry)
addEntry
public void addEntry(RegistryEntry entry)
throws InvalidEntryException
- Description copied from interface:
Registry
- Add the given entry to the registry with the given name.
- Specified by:
addEntry
in interface Registry
- Overrides:
addEntry
in class BaseRegistry
- Throws:
InvalidEntryException
- See Also:
Registry.addEntry(org.apache.jetspeed.om.registry.RegistryEntry)
removeEntry
public void removeEntry(java.lang.String name)
- Description copied from interface:
Registry
- Removes the given entry from the Registry
- Specified by:
removeEntry
in interface Registry
- Overrides:
removeEntry
in class BaseRegistry
- See Also:
Registry.removeEntry(org.apache.jetspeed.om.registry.RegistryEntry)
removeEntry
public void removeEntry(RegistryEntry entry)
- Description copied from interface:
Registry
- Removes the given entry from the Registry
- Specified by:
removeEntry
in interface Registry
- Overrides:
removeEntry
in class BaseRegistry
- See Also:
Registry.removeEntry(org.apache.jetspeed.om.registry.RegistryEntry)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.