Package | Description |
---|---|
it.tidalwave.role | |
it.tidalwave.role.spi | |
it.tidalwave.util |
Modifier and Type | Method and Description |
---|---|
<V,T extends Throwable> |
ContextManager.runWithContext(Object context,
Task<V,T> task)
Runs a
Task associated with a new local context. |
<V,T extends Throwable> |
ContextManager.runWithContexts(List<Object> context,
Task<V,T> task)
Runs a
Task associated with a new bunch of local contexts. |
Modifier and Type | Method and Description |
---|---|
<V,T extends Throwable> |
DefaultContextManager.runWithContext(Object context,
Task<V,T> task)
Runs a
Task associated with a new local context. |
<V,T extends Throwable> |
DefaultContextManager.runWithContexts(List<Object> contexts,
Task<V,T> task)
Runs a
Task associated with a new bunch of local contexts. |
<V,T extends Throwable> |
ContextSampler.runWithContexts(Task<V,T> task)
Runs a
Task associated with a the samples contexts. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTask
|
Copyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.