public interface VFSLockServiceProxy
Modifier and Type | Method and Description |
---|---|
void |
acquireLock(Path path,
ParameterizedCommand<LockResult> parameterizedCommand) |
void |
forceReleaseLock(Path path,
ParameterizedCommand<LockResult> parameterizedCommand) |
void |
releaseLock(Path path,
ParameterizedCommand<LockResult> parameterizedCommand) |
void |
retrieveLockInfo(Path path,
ParameterizedCommand<LockInfo> parameterizedCommand) |
void acquireLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
void releaseLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
void forceReleaseLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
void retrieveLockInfo(Path path, ParameterizedCommand<LockInfo> parameterizedCommand)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.