Class ForceUnlockEvent


  • public class ForceUnlockEvent
    extends Object
    Client-local event to indicate that the specified path's lock should be released. This is used in admin functionality for overriding locks. The user currently holding the lock will not be notified and can potentially lose data.
    • Constructor Detail

      • ForceUnlockEvent

        public ForceUnlockEvent​(Path path)
    • Method Detail

      • getPath

        public Path getPath()