@Alternative public class VFSLockServiceProxyBackendImpl extends Object implements VFSLockServiceProxy
| Constructor and Description |
|---|
VFSLockServiceProxyBackendImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireLock(Path path,
org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand) |
void |
forceReleaseLock(Path path,
org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand) |
void |
releaseLock(Path path,
org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand) |
void |
retrieveLockInfo(Path path,
org.uberfire.mvp.ParameterizedCommand<LockInfo> parameterizedCommand) |
public void acquireLock(Path path, org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand)
acquireLock in interface VFSLockServiceProxypublic void releaseLock(Path path, org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand)
releaseLock in interface VFSLockServiceProxypublic void forceReleaseLock(Path path, org.uberfire.mvp.ParameterizedCommand<LockResult> parameterizedCommand)
forceReleaseLock in interface VFSLockServiceProxypublic void retrieveLockInfo(Path path, org.uberfire.mvp.ParameterizedCommand<LockInfo> parameterizedCommand)
retrieveLockInfo in interface VFSLockServiceProxyCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.