public final class ControlCommandType extends Enum
For example, if a Control Command packet has a type of ControlCommandType.ClearAll, the entire Console is reset when this packet arrives. Also have a look at the corresponding Session.clearAll method.
This class is fully threadsafe.
| Modifier and Type | Field and Description |
|---|---|
static ControlCommandType |
ClearAll
Instructs the Console to reset the whole Console.
|
static ControlCommandType |
ClearAutoViews
Instructs the Console to clear all AutoViews.
|
static ControlCommandType |
ClearLog
Instructs the Console to clear all Log Entries.
|
static ControlCommandType |
ClearProcessFlow
Instructs the Console to clear all Process Flow entries.
|
static ControlCommandType |
ClearWatches
Instructs the Console to clear all Watches.
|
public static final ControlCommandType ClearLog
public static final ControlCommandType ClearWatches
public static final ControlCommandType ClearAutoViews
public static final ControlCommandType ClearAll
public static final ControlCommandType ClearProcessFlow
Copyright © 2023. All rights reserved.