public interface Watchable
| Modifier and Type | Method and Description |
|---|---|
void |
die() |
void |
goLive() |
String |
name()
Returns a name which uniquely identifies the Watchable.
|
boolean |
probeLiveness()
Checks whether or not a given Watchable is alive.
|
void goLive()
void die()
boolean probeLiveness()
true if a given Watchable is alive, false otherwiseString name()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.