@Dependent public class VFSLockServiceProxyClientImpl extends Object implements VFSLockServiceProxy
| Constructor and Description |
|---|
VFSLockServiceProxyClientImpl() |
| 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) |
public void acquireLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
acquireLock in interface VFSLockServiceProxypublic void releaseLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
releaseLock in interface VFSLockServiceProxypublic void forceReleaseLock(Path path, ParameterizedCommand<LockResult> parameterizedCommand)
forceReleaseLock in interface VFSLockServiceProxypublic void retrieveLockInfo(Path path, ParameterizedCommand<LockInfo> parameterizedCommand)
retrieveLockInfo in interface VFSLockServiceProxyCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.