|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface declares the methods used by the RegistryService to set entries within the registry without impacting the persistant state.
Method Summary | |
void |
addLocalEntry(RegistryEntry entry)
This method is used to only add the entry in the local memory cache of the registry without any coherency check with persistent storage |
void |
removeLocalEntry(RegistryEntry entry)
This method is used to only remove the entry from the local memory cache of the registry without any coherency check with persistent storage |
void |
removeLocalEntry(java.lang.String name)
This method is used to only remove the entry from the local memory cache of the registry without any coherency check with persistent storage |
void |
setLocalEntry(RegistryEntry entry)
This method is used to only set the entry in the local memory cache of the registry without any coherency check with persistent storage |
Methods inherited from interface org.apache.jetspeed.om.registry.Registry |
addEntry, createEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, removeEntry, removeEntry, setEntry, toArray |
Method Detail |
public void setLocalEntry(RegistryEntry entry) throws InvalidEntryException
entry
- the RegistryEntry to store
InvalidEntryException
public void addLocalEntry(RegistryEntry entry) throws InvalidEntryException
entry
- the RegistryEntry to store
InvalidEntryException
public void removeLocalEntry(java.lang.String name)
name
- the name of the RegistryEntry to removepublic void removeLocalEntry(RegistryEntry entry)
entry
- the RegistryEntry to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |