|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.deployment.simpleregistry.impl.InMemoryRegistryImpl
public class InMemoryRegistryImpl
InMemoryRegistryImpl
| Field Summary | |
|---|---|
protected Map |
registry
|
| Constructor Summary | |
|---|---|
InMemoryRegistryImpl()
|
|
| Method Summary | |
|---|---|
protected void |
checkArguments(Entry entry)
|
void |
deRegister(Entry entry)
De-registers the entry |
Collection |
getRegistry()
Provides a Cloolection of org.apache.jetspeed.cps.simpleregistry.Entry
objects that are currently registered to this registery |
boolean |
isRegistered(Entry entry)
Verifies whether or not this entry is registered. |
void |
register(Entry entry)
Registers the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map registry
| Constructor Detail |
|---|
public InMemoryRegistryImpl()
| Method Detail |
|---|
public void register(Entry entry)
throws SimpleRegistryException
SimpleRegistry
register in interface SimpleRegistrySimpleRegistryExceptionorg.apache.jetspeed.cps.simpleregistry.SimpleRegistry#register(org.apache.jetspeed.cps.simpleregistry.Entry)public void deRegister(Entry entry)
SimpleRegistry
deRegister in interface SimpleRegistryorg.apache.jetspeed.cps.simpleregistry.SimpleRegistry#deRegister(org.apache.jetspeed.cps.simpleregistry.Entry)public boolean isRegistered(Entry entry)
SimpleRegistry
isRegistered in interface SimpleRegistrytrue is the entry is registered
otherwise false.org.apache.jetspeed.cps.simpleregistry.SimpleRegistry#isRegistered(org.apache.jetspeed.cps.simpleregistry.Entry)public Collection getRegistry()
SimpleRegistryorg.apache.jetspeed.cps.simpleregistry.Entry
objects that are currently registered to this registery
getRegistry in interface SimpleRegistryorg.apache.jetspeed.cps.simpleregistry.SimpleRegistry#getRegistry()protected void checkArguments(Entry entry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||