org.eclipse.core.runtime.internal.adaptor
Interface Locker

All Known Implementing Classes:
Locker_JavaIo, Locker_JavaNio

public interface Locker

Internal class.


Method Summary
 boolean isLocked()
           
 boolean lock()
           
 void release()
           
 

Method Detail

lock

boolean lock()
             throws IOException
Throws:
IOException

isLocked

boolean isLocked()
                 throws IOException
Throws:
IOException

release

void release()


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.