|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.registry.base.BaseRegistry org.apache.jetspeed.om.registry.base.DatabaseRegistry
Provides base functionality within a Database Registry.
Field Summary |
Fields inherited from class org.apache.jetspeed.om.registry.base.BaseRegistry |
DEBUG, entries |
Constructor Summary | |
DatabaseRegistry()
|
Method Summary | |
void |
addEntry(RegistryEntry entry)
Add the given entry to the registry with the given name. |
void |
removeEntry(RegistryEntry entry)
Removes the given entry from the Registry |
void |
removeEntry(java.lang.String name)
Removes the given entry from the Registry |
void |
setEntry(RegistryEntry entry)
Set the entry in the registry with the specified name and Entry |
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 |
Methods inherited from interface org.apache.jetspeed.om.registry.Registry |
createEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, toArray |
Constructor Detail |
public DatabaseRegistry()
Method Detail |
public void setEntry(RegistryEntry entry) throws InvalidEntryException
Registry
setEntry
in interface Registry
setEntry
in class BaseRegistry
InvalidEntryException
Registry.setEntry(org.apache.jetspeed.om.registry.RegistryEntry)
public void addEntry(RegistryEntry entry) throws InvalidEntryException
Registry
addEntry
in interface Registry
addEntry
in class BaseRegistry
InvalidEntryException
Registry.addEntry(org.apache.jetspeed.om.registry.RegistryEntry)
public void removeEntry(java.lang.String name)
Registry
removeEntry
in interface Registry
removeEntry
in class BaseRegistry
Registry.removeEntry(org.apache.jetspeed.om.registry.RegistryEntry)
public void removeEntry(RegistryEntry entry)
Registry
removeEntry
in interface Registry
removeEntry
in class BaseRegistry
Registry.removeEntry(org.apache.jetspeed.om.registry.RegistryEntry)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |