public class WakeFinalizer extends AbstractErrorFinalizer implements ErrorFinalizing
PropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
private static String |
DEFWAKE
The default error that wakes the master mind.
|
static String |
KEY_WAKE
The key linked to error event this finalizer handles.
|
KEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASSKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME| Constructor and Description |
|---|
WakeFinalizer(Map prop)
Constructs a new resend-command finalizer with certain properties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
finalizeError(TargetDefinition ignore,
ErrorEvent occur,
CommandLaunching[] servers,
Sequencing<?> dummy,
ParameterClustering set)
Handles a protocol error.
|
String |
getFollowUp()
Returns the follow-up this finalizer deals with.
|
boolean |
isFinalizing()
This error finalizer is threadless, so it's
finalizeError(target.TargetDefinition, stella.ErrorEvent, stella.CommandLaunching[], stella.Sequencing<?>, stella.ParameterClustering)
method
is blocking. |
createErrorFinalizer, init, isAborting, setMonitor, wakeclone, createFrom, createFrom, createFrom, createInstance, getApplet, getAsResources, getLocate, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, hasLocalURLs, initProperties, keyCreate, keyCreate, reload, setAppletaugment, augment, augment, augment, augment, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, isNew, parseObject, parseObject, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisAborting, setMonitordefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiespublic static final String KEY_WAKE
private static final String DEFWAKE
public WakeFinalizer(Map prop)
public String getFollowUp()
getFollowUp in interface ErrorFinalizingpublic boolean finalizeError(TargetDefinition ignore, ErrorEvent occur, CommandLaunching[] servers, Sequencing<?> dummy, ParameterClustering set)
CommandLaunching instance that
generated the error is simply asked to resend the entire command.finalizeError in interface ErrorFinalizingpublic boolean isFinalizing()
finalizeError(target.TargetDefinition, stella.ErrorEvent, stella.CommandLaunching[], stella.Sequencing<?>, stella.ParameterClustering)
method
is blocking. This method always returns false.isFinalizing in interface ErrorFinalizing