| Modifier and Type | Field and Description |
|---|---|
protected AtomicBoolean |
started |
protected Exception |
startException |
| Constructor and Description |
|---|
Instrumentation(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Exception |
getStartException() |
boolean |
isDown() |
boolean |
isOutOfService() |
boolean |
isStarted() |
boolean |
isUp() |
void |
markStartedSuccessfully() |
void |
markStartFailed(Exception e) |
protected final AtomicBoolean started
protected Exception startException
public Instrumentation(String name)
public boolean isDown()
public boolean isUp()
public boolean isOutOfService()
public void markStartedSuccessfully()
public void markStartFailed(Exception e)
public String getName()
public boolean isStarted()
public Exception getStartException()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.