| Modifier and Type | Field and Description |
|---|---|
protected AtomicBoolean |
started |
protected Exception |
startException |
| Constructor and Description |
|---|
Instrumentation(String name) |
Instrumentation(String name,
org.springframework.context.Lifecycle actuator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.springframework.context.Lifecycle |
getActuator() |
String |
getName() |
Exception |
getStartException() |
int |
hashCode() |
boolean |
isDown() |
boolean |
isOutOfService() |
boolean |
isStarted() |
boolean |
isUp() |
void |
markStartedSuccessfully() |
void |
markStartFailed(Exception e) |
void |
setActuator(org.springframework.context.Lifecycle actuator) |
protected final AtomicBoolean started
protected Exception startException
public Instrumentation(String name)
public Instrumentation(String name, org.springframework.context.Lifecycle actuator)
public org.springframework.context.Lifecycle getActuator()
public void setActuator(org.springframework.context.Lifecycle actuator)
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 © 2022 Pivotal Software, Inc.. All rights reserved.