106107108109110111112
return frp; } @Override public ResourceLock createResourceLock(long timeout,boolean caseSensitive) { return new ResourceLockImpl(timeout,caseSensitive); }