uk.ac.soton.ecs.grimoires.server.configuration
Interface RegistryLock

All Known Implementing Classes:
EntityRegistryLock, MonolithRegistryLock, NullRegistryLock

public interface RegistryLock


Method Summary
 String describeSelf()
          Describe the lock itself.
 Object getProperLock(Object context)
          Get a proper lock given the curent context.
 

Method Detail

getProperLock

public Object getProperLock(Object context)
Get a proper lock given the curent context.

Parameters:
context -
Returns:

describeSelf

public String describeSelf()
Describe the lock itself.

Returns: