org.omnaest.utils.structure.element.factory.concrete
Class ReadWriteLockFactory

java.lang.Object
  extended by org.omnaest.utils.structure.element.factory.concrete.ReadWriteLockFactory
All Implemented Interfaces:
Serializable, Factory<ReadWriteLock>

public class ReadWriteLockFactory
extends Object
implements Factory<ReadWriteLock>, Serializable

Factory creating a ReadWriteLock acting fair

Author:
Omnaest
See Also:
Serialized Form

Constructor Summary
ReadWriteLockFactory()
           
 
Method Summary
 ReadWriteLock newInstance()
          Factory method for an element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadWriteLockFactory

public ReadWriteLockFactory()
Method Detail

newInstance

public ReadWriteLock newInstance()
Description copied from interface: Factory
Factory method for an element

Specified by:
newInstance in interface Factory<ReadWriteLock>
Returns:


Copyright © 2013. All Rights Reserved.