| Package | Description |
|---|---|
| stella | |
| stella.error | |
| stella.rmi | |
| stella.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterSet
This class combines various
Parameters to a set. |
| Modifier and Type | Field and Description |
|---|---|
private ParameterClustering |
MasterMind.parameters
The global parameter set.
|
private ParameterClustering |
MasterErrorHandler.set
A link to the main parameter set.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterClustering |
ParameterSet.createParameterClustering(Map<String,String> info) |
| Modifier and Type | Method and Description |
|---|---|
void |
Handable.errorDaughter(ErrorEvent error,
ErrorFinalizing finish,
ParameterClustering set)
Signals the target that an error has occured during the execution of a
daughter of this target.
|
void |
Handable.errorMain(ErrorEvent error,
ErrorFinalizing finish,
ParameterClustering set)
Signals the target that an error has occured during the execution of
itself.
|
void |
Handable.errorSuccessor(ErrorEvent error,
ErrorFinalizing finish,
ParameterClustering set)
Signals the target that an error has occured during the execution of the
successor of this target.
|
boolean |
ErrorFinalizing.finalizeError(TargetDefinition executing,
ErrorEvent occured,
CommandLaunching[] launch,
Sequencing<?> seq,
ParameterClustering set)
Finalizes the error.
|
boolean |
MasterErrorHandler.NoneErrorFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent ee,
CommandLaunching[] launch,
Sequencing seq,
ParameterClustering set)
This class does nothing.
|
private void |
MasterErrorHandler.notifyTargets(ErrorEvent ee,
ErrorFinalizing finish,
ParameterClustering set)
If a
PickConnected error was registered, the list of currently
active targets is traversed. |
void |
MasterErrorHandler.registerGlobals(ParameterClustering cluster)
Registers the parameter cluster.
|
void |
ClusterDepending.registerGlobals(ParameterClustering set)
Registers the parameter clustering instance served by a master class
to this implementing class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LostGuidingFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a protocol error.
|
boolean |
MailFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a send-mail error follow-up.
|
boolean |
RegainedGuidingFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a protocol error.
|
boolean |
ResetFinalizer.finalizeError(TargetDefinition src,
ErrorEvent ee,
CommandLaunching[] dummy,
Sequencing<?> seq,
ParameterClustering set)
The incomming errors.
|
boolean |
WakeFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a protocol error.
|
boolean |
ResendCommandFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a protocol error.
|
boolean |
GoodWeatherFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing dummy,
ParameterClustering set)
Handles a protocol error.
|
| Modifier and Type | Field and Description |
|---|---|
private ParameterClustering |
GenericMaster.set
The parameter cluster of the adapter.
|
private ParameterClustering |
GenericSimulator.set
Parameter cluster for all subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected ParameterClustering |
GenericMaster.getParameterCluster()
Access to the entire parameter set for daughter classes.
|
protected ParameterClustering |
GenericSimulator.getParameterCluster()
Returns the generic parameter cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParsedTarget.errorDaughter(ErrorEvent success,
ErrorFinalizing finish,
ParameterClustering set)
Signals that an error has occured in a daughter of this target.
|
void |
ParsedTarget.errorMain(ErrorEvent success,
ErrorFinalizing finish,
ParameterClustering set)
Signals that an error has occured in this target.
|
void |
ParsedTarget.errorSuccessor(ErrorEvent success,
ErrorFinalizing finish,
ParameterClustering set)
Signals that an error has occured in the successor to this target.
|
boolean |
XMLErrorFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent ee,
CommandLaunching[] dummy,
Sequencing<?> seq,
ParameterClustering set)
The incomming errors.
|
boolean |
SequenceErrorFinalizer.finalizeError(TargetDefinition ignore,
ErrorEvent ee,
CommandLaunching[] dummy,
Sequencing seq,
ParameterClustering set)
The incomming errors.
|
private void |
ParsedTarget.processError(ErrorEvent success,
ErrorFinalizing finish,
ParameterClustering set,
List<String> blocklist,
List<String> delaylist,
Integer delmax,
Long deltime,
List<String> retrylist,
Integer retmax,
List<String> ignorelist,
List<String> abortlist)
Depending on the target the termination acts on, the different abort
sections are loaded.
|