Uses of Class
org.apache.jetspeed.deployment.simpleregistry.Entry

Packages that use Entry
org.apache.jetspeed.deployment.simpleregistry   
org.apache.jetspeed.deployment.simpleregistry.impl   
 

Uses of Entry in org.apache.jetspeed.deployment.simpleregistry
 

Methods in org.apache.jetspeed.deployment.simpleregistry with parameters of type Entry
 void SimpleRegistry.deRegister(Entry entry)
          De-registers the entry
 boolean SimpleRegistry.isRegistered(Entry entry)
          Verifies whether or not this entry is registered.
 void SimpleRegistry.register(Entry entry)
          Registers the entry.
 

Uses of Entry in org.apache.jetspeed.deployment.simpleregistry.impl
 

Methods in org.apache.jetspeed.deployment.simpleregistry.impl with parameters of type Entry
protected  void InMemoryRegistryImpl.checkArguments(Entry entry)
           
 void InMemoryRegistryImpl.deRegister(Entry entry)
           
 boolean InMemoryRegistryImpl.isRegistered(Entry entry)
           
 void InMemoryRegistryImpl.register(Entry entry)
           
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.