File
Doc
Category
Size
Date
Package
MutexedMethod.java
API Doc
JBoss 4.2.1
1677
Fri Jul 13 21:02:36 BST 2007
org.jboss.aspects.concurrent
MutexedMethod
public class MutexedMethod
Attach a semaphore to a method. Only a certain amount of threads are allowed to access that method at one time.
author
Bill Burke
Fields Summary
Constructors Summary
Methods Summary
boolean
isFair
()
long
timeout
()
java.util.concurrent.TimeUnit
unit
()
Java Code Source