Search

vRO intrinsic class java.nio.channels.FileLock

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
acquiredBy() java.nio.channels.Channel
channel() java.nio.channels.FileChannel
close() void
isShared() boolean
isValid() boolean
overlaps(Number , Number ) boolean
position() Number
release() void
size() Number
toString() String

Returned by

Method Returns
java.nio.channels.AsynchronousFileChannel.tryLock(Number , Number , boolean ) java.nio.channels.FileLock
java.nio.channels.AsynchronousFileChannel.tryLock() java.nio.channels.FileLock
java.nio.channels.FileChannel.lock(Number , Number , boolean ) java.nio.channels.FileLock
java.nio.channels.FileChannel.lock() java.nio.channels.FileLock
java.nio.channels.FileChannel.tryLock(Number , Number , boolean ) java.nio.channels.FileLock
java.nio.channels.FileChannel.tryLock() java.nio.channels.FileLock

Referenced in

None