public class Instrumentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AtomicBoolean |
started |
protected Exception |
startException |
| 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 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 © 2018 Pivotal Software, Inc.. All rights reserved.