public class XAReentrantLock
extends EDU.oswego.cs.dl.util.concurrent.ReentrantLock
Constructor and Description |
---|
XAReentrantLock() |
Modifier and Type | Method and Description |
---|---|
void |
acquire() |
void |
release() |
public void acquire() throws InterruptedException
acquire
in interface EDU.oswego.cs.dl.util.concurrent.Sync
acquire
in class EDU.oswego.cs.dl.util.concurrent.ReentrantLock
InterruptedException
public void release()
release
in interface EDU.oswego.cs.dl.util.concurrent.Sync
release
in class EDU.oswego.cs.dl.util.concurrent.ReentrantLock
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.