org.fcrepo.server.security.impl
Class HashtableContextRegistry

java.lang.Object
  extended by org.fcrepo.server.security.impl.HashtableContextRegistry
All Implemented Interfaces:
ContextRegistry

public class HashtableContextRegistry
extends Object
implements ContextRegistry


Constructor Summary
HashtableContextRegistry()
           
 
Method Summary
 Context getContext(Object key)
           
 void registerContext(Object key, Context value)
           
 void unregisterContext(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashtableContextRegistry

public HashtableContextRegistry()
Method Detail

registerContext

public void registerContext(Object key,
                            Context value)
Specified by:
registerContext in interface ContextRegistry

unregisterContext

public void unregisterContext(Object key)
Specified by:
unregisterContext in interface ContextRegistry

getContext

public Context getContext(Object key)
Specified by:
getContext in interface ContextRegistry


Copyright © 2012 DuraSpace. All Rights Reserved.