public interface Probe extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the Data Flow Probe's name.
|
boolean |
isSuspended()
Returns true if this Data Flow Probe is suspended or false otherwise.
|
void |
resume()
Cancels suspension thereby enabling starting new tasks.
|
void |
suspend()
Prevents the Data Flow Probe component from starting new tasks.
|
String getName()
void suspend()
void resume()
boolean isSuspended()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.