This is an interface for creating simple registry systems. A good example would be an
in memory registry that gets populate at runtime and is lost on shutdown.
author: Scott T. Weaver version: $Id: SimpleRegistry.java 516881 2007-03-11 10:34:21Z ate $
Verifies whether or not this entry is registered.
Parameters: entry - boolean true is the entry is registeredotherwise false. throws: java.lang.IllegalAgrumentException - in entry is null orentry.getId() is null
Registers the entry.
throws: java.lang.IllegalAgrumentException - in entry is null orentry.getId() is null throws: org.apache.jetspeed.cps.simpleregistry - if this entry is already registered. Parameters: entry -