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