public class BatchLockControl extends Object
Modifier and Type | Class and Description |
---|---|
class |
BatchLockControl.BatchRuntimeException |
Constructor and Description |
---|
BatchLockControl() |
Modifier and Type | Method and Description |
---|---|
FileSystem |
getFileSystemOnBatch() |
int |
getHoldCount() |
boolean |
isLocked() |
void |
lock(FileSystem fs) |
void |
unlock() |
public void lock(FileSystem fs)
public void unlock()
public boolean isLocked()
public int getHoldCount()
public FileSystem getFileSystemOnBatch()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.