NullSemaphore {R.filelocks}R Documentation

The NullSemaphore class

Description

Package: R.filelocks
Class NullSemaphore

Object
~~|
~~+--AbstractSemaphore
~~~~~~~|
~~~~~~~+--NullSemaphore

Directly known subclasses:

public static class NullSemaphore
extends AbstractSemaphore

A NullSemaphore is a class that fakes a semaphore, but it is not a real semaphore because it is not synchronized with other processed, i.e. it can always be aqcuired.

Usage

NullSemaphore(...)

Arguments

... Not used.

Fields and Methods

Methods:
isAcquired -
release -
tryAcquire -

Methods inherited from AbstractSemaphore:
acquire, finalize, release, tryAcquire

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.filelocks version 0.0.2 Index]