DefaultLockFactory constructor

DefaultLockFactory()

Create a new instance of the factory.

Implementation

DefaultLockFactory() : super() {
  registerAsType(DefaultLockFactory.NullLockDescriptor, NullLock);
  registerAsType(DefaultLockFactory.MemoryLockDescriptor, MemoryLock);
}