| 限定符和类型 | 字段和说明 |
|---|---|
protected AtomicBoolean |
started |
protected Exception |
startException |
| 构造器和说明 |
|---|
Instrumentation(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020 Pivotal Software, Inc.. All rights reserved.