org.entityfs.lock
Interface LockAdapterFactory

All Known Subinterfaces:
EntityLockAdapterFactory

public interface LockAdapterFactory

This is the interface for a factory that can create LockAdapter:s. The created lock adapters will use a LockAcquiringStrategy for locking their locks.

A client can use the file system's LockAdapterFactory to create its own LockAdapter:s.

Since:
1.0
Author:
Karl Gustafsson

Method Summary
 LockAdapter createLockAdapter()
          Create and return a LockAdapter.
 

Method Detail

createLockAdapter

LockAdapter createLockAdapter()
Create and return a LockAdapter.

Returns:
A lock adapter.