@NotThreadSafe
public abstract class Operations
extends Object
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
protected Params |
getParams()
Gets the Engine's Params.
|
protected Map<String,Operation> |
getRegistrations()
Gets the registrations.
|
protected Logger |
getThisLogger()
Gets the logger.
|
protected abstract void |
setUp()
Sets up operations.
|
void |
setUp(Map<String,Operation> registrations,
Params params)
Sets up the Operations.
|
public final void setUp(@Nonnull
Map<String,Operation> registrations,
@Nonnull
Params params)
throws Operation.OverloadException
registrations - The map holding the registrations.params - The engine's params.Operation.OverloadException - From set up.@Nonnull @CheckReturnValue protected final Params getParams()
@Nonnull @CheckReturnValue protected final Map<String,Operation> getRegistrations()
@Nonnull @CheckReturnValue protected final Logger getThisLogger()
protected abstract void setUp()
throws Operation.OverloadException
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.