public static interface Mutex.ExceptionAction<T>
| Modifier and Type | Method and Description |
|---|---|
T |
run()
Execute the action.
|
T run() throws Exception
Mutex.readAccess(Mutex.ExceptionAction) or Mutex.writeAccess(Mutex.ExceptionAction)Exception - any exception the body needs to throwBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.