org.multiverse.api.commitlock
Class PassAllCommitLockFilter

java.lang.Object
  extended by org.multiverse.api.commitlock.PassAllCommitLockFilter
All Implemented Interfaces:
CommitLockFilter, MultiverseConstants

public class PassAllCommitLockFilter
extends java.lang.Object
implements CommitLockFilter, MultiverseConstants

A CommitLockFilter that says that all locks need locking.

Author:
Peter Veentjer.

Field Summary
static PassAllCommitLockFilter INSTANCE
           
 
Fields inherited from interface org.multiverse.MultiverseConstants
___SANITY_CHECKS_ENABLED
 
Constructor Summary
PassAllCommitLockFilter()
           
 
Method Summary
 boolean needsLocking(CommitLock commitLock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PassAllCommitLockFilter INSTANCE
Constructor Detail

PassAllCommitLockFilter

public PassAllCommitLockFilter()
Method Detail

needsLocking

public boolean needsLocking(CommitLock commitLock)
Specified by:
needsLocking in interface CommitLockFilter


Copyright © 2008-2010 Multiverse. All Rights Reserved.