org.jgroups.util

Class NullSync

Implemented Interfaces:
Sync

public class NullSync
extends java.lang.Object
implements Sync

Version:
$Id: NullSync.java,v 1.1 2005/04/08 08:52:44 belaban Exp $
Author:
Bela Ban

Method Summary

void
acquire()
boolean
attempt(long l)
void
release()

Method Details

acquire

public void acquire()
            throws InterruptedException

attempt

public boolean attempt(long l)
            throws InterruptedException

release

public void release()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.