Package | Description |
---|---|
edu.internet2.middleware.grouper.util |
This package contains utility classes (generally static methods)
|
Modifier and Type | Method and Description |
---|---|
static <T> GrouperFuture<T> |
GrouperUtil.executorServiceSubmit(ExecutorService executorService,
Callable<T> callable)
you should probably use the GrouperCallable method, not this one
|
static GrouperFuture |
GrouperUtil.executorServiceSubmit(ExecutorService executorService,
GrouperCallable callable,
boolean willRetry) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GrouperFuture.waitForJob(GrouperFuture<?> future,
int secondsToWait) |
Modifier and Type | Method and Description |
---|---|
static void |
GrouperFuture.waitForJob(List<GrouperFuture> futures,
int threadPoolSize,
List<GrouperCallable> callablesWithProblems)
relies on the callable being a GrouperCallable.
|
Copyright © 2016 Internet2. All rights reserved.