| Package | Description |
|---|---|
| com.gurock.smartinspect.packets.processflow | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static ProcessFlowType |
ProcessFlowType.EnterMethod
Instructs the Console to enter a new method.
|
static ProcessFlowType |
ProcessFlowType.EnterProcess
Instructs the Console to enter a new process.
|
static ProcessFlowType |
ProcessFlowType.EnterThread
Instructs the Console to enter a new thread.
|
static ProcessFlowType |
ProcessFlowType.LeaveMethod
Instructs the Console to leave a method.
|
static ProcessFlowType |
ProcessFlowType.LeaveProcess
Instructs the Console to leave a process.
|
static ProcessFlowType |
ProcessFlowType.LeaveThread
Instructs the Console to leave a thread.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessFlowType |
ProcessFlow.getProcessFlowType()
Returns the type of this Process Flow entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessFlow.setProcessFlowType(ProcessFlowType processFlowType)
Sets the type of this Process Flow entry.
|
| Constructor and Description |
|---|
ProcessFlow(ProcessFlowType processFlowType)
Creates and initializes a ProcessFlow instance with a custom process flow type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.sendCustomProcessFlow(Level level,
String title,
ProcessFlowType pt)
Overloaded.
|
void |
Session.sendCustomProcessFlow(String title,
ProcessFlowType pt)
Overloaded.
|
Copyright © 2023. All rights reserved.