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

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

public class EntityRegistryLock
extends Object
implements RegistryLock


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

EntityRegistryLock

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