Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Mutex.readAccess(Mutex.ExceptionAction<T> action)
Run an action with read access and possibly throw a checked exception.
|
<T> T |
Mutex.writeAccess(Mutex.ExceptionAction<T> action)
Run an action with write access and possibly throw an exception.
|
Built on December 14 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.