org.objectweb.perseus.concurrency.lib
Class Semaphore
java.lang.Object
org.objectweb.perseus.concurrency.lib.Semaphore
public class Semaphore
extends java.lang.Object
A semaphore which can be disable at the definition time.
- S.Chassande-Barrioz
Semaphore
public Semaphore()
Semaphore
public Semaphore(boolean on)
Semaphore
public Semaphore(boolean on,
boolean checkthread)
Semaphore
public Semaphore(boolean on,
boolean checkthread,
boolean reentrant)
getUser
public Object getUser()
init
public void init(boolean isOn)
isActive
public boolean isActive()
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.