|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.util.Concurrency
public class Concurrency
| Method Summary | ||
|---|---|---|
static
|
future(V elm)
Returns an already completed Future merely wrapping a value. |
|
static ExecutorService |
localExecutor()
Returns a shared ExecutorService for local XMLStore clients. |
|
static ExecutorService |
networkExecutor()
Returns a shared ExecutorService for remote XMLStore clients. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ExecutorService localExecutor()
ExecutorService for local XMLStore clients.
public static ExecutorService networkExecutor()
ExecutorService for remote XMLStore clients.
public static <V> Future<V> future(V elm)
Future merely wrapping a value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||