Searched refs:isSharedFileLockTable (Results 1 – 1 of 1) sorted by relevance
1074 private static boolean isSharedFileLockTable; field in FileChannelImpl1083 private static boolean isSharedFileLockTable() { in isSharedFileLockTable() method in FileChannelImpl1090 isSharedFileLockTable = ((value == null) || value.equals("false")); in isSharedFileLockTable()1095 return isSharedFileLockTable; in isSharedFileLockTable()1102 if (isSharedFileLockTable()) { in fileLockTable()