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

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

public class MonolithRegistryLock
extends Object
implements RegistryLock


Constructor Summary
MonolithRegistryLock()
           
 
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

MonolithRegistryLock

public MonolithRegistryLock()
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: