uk.ac.soton.ecs.grimoires.server.configuration
Class NullRegistryLock

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.configuration.NullRegistryLock
All Implemented Interfaces:
RegistryLock

public class NullRegistryLock
extends Object
implements RegistryLock


Constructor Summary
NullRegistryLock()
           
 
Method Summary
 String describeSelf()
          Describe the lock itself.
 Object getProperLock(Object context)
          Get a proper lock given the curent context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullRegistryLock

public NullRegistryLock()
Method Detail

getProperLock

public Object getProperLock(Object context)
Description copied from interface: RegistryLock
Get a proper lock given the curent context.

Specified by:
getProperLock in interface RegistryLock
Parameters:
context -
Returns:

describeSelf

public String describeSelf()
Description copied from interface: RegistryLock
Describe the lock itself.

Specified by:
describeSelf in interface RegistryLock
Returns: