| Modifier and Type | Class and Description |
|---|---|
static class |
PrincipalFunctions.Add |
static class |
PrincipalFunctions.Check |
static class |
PrincipalFunctions.Remove |
static class |
RoleAssignmentFunctions.Add |
static class |
RoleAssignmentFunctions.Check |
static class |
RoleAssignmentFunctions.Find |
static class |
RoleAssignmentFunctions.IncludeAll |
static class |
RoleAssignmentFunctions.Remove |
static class |
RoleAssignmentFunctions.RemoveMatching |
static class |
ScopedRoleFunctions.Modify |
static class |
ScopedRoleFunctions.Remove |
| Modifier and Type | Class and Description |
|---|---|
class |
EagerLoadGroups |
class |
EagerLoadProfiles
If links come in from external contexts, the initialization might
get out of order.
|
class |
ExecutionMode |
class |
HostStoreInit |
class |
LoadCompatMatrix |
class |
LoadGoogleViz |
class |
RegisterSubsystems |
class |
ServerStoreInit |
class |
StoreAdapterInit
The only purpose of this class is to invoke the ctor of the adapter classes.
|
class |
TrackExecutionMode |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapServerSetup
Class which connects to a running JBoss management interface or triggers the selection of an arbitrary management
interface.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TopologyFunctions.HostsAndGroups |
static class |
TopologyFunctions.RunningServerInstances |
static class |
TopologyFunctions.ServerConfigs |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Function |
TimeoutOperation.checker() |
| Modifier and Type | Method and Description |
|---|---|
protected Function |
StopServersOp.checker() |
protected Function |
RestartOp.checker() |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadDataSourcesFunction |
class |
LoadDriversFunction |
class |
LoadXADataSourcesFunction |
| Modifier and Type | Method and Description |
|---|---|
void |
Async.parallel(C context,
Outcome<C> outcome,
Function<C>... functions)
Run an array of functions in parallel, without waiting until the previous function has completed.
|
void |
Async.series(Outcome outcome,
Function... functions)
Run an array of functions in series, each one running once the previous function has completed.
|
void |
Async.waterfall(C context,
Outcome<C> outcome,
Function<C>... functions)
Runs an array of functions in series, working on a shared context.
|
void |
Async.whilst(Precondition condition,
Outcome outcome,
Function function)
Repeatedly call function, while condition is met.
|
void |
Async.whilst(Precondition condition,
Outcome outcome,
Function function,
int period)
Same as
Async.whilst(Precondition, Outcome, Function) but waits period millis between calls to
function. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.