站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.openide.util.Mutex.ExceptionAction (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

Uses of Interface
org.openide.util.Mutex.ExceptionAction

Packages that use Mutex.ExceptionAction
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of Mutex.ExceptionAction in org.openide.util
 

Subinterfaces of Mutex.ExceptionAction in org.openide.util
static interface Mutex.Action<T>
          Action to be executed in a mutex without throwing any checked exceptions.
 

Methods in org.openide.util with parameters of type Mutex.ExceptionAction
<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.
 


org.openide.util 7.9.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.