Package | Description |
---|---|
com.redhat.thermostat.agent | |
com.redhat.thermostat.backend |
API for implementing a data-collection backend for the agent.
|
Modifier and Type | Method and Description |
---|---|
static VmStatusListener.Status |
VmStatusListener.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmStatusListener.Status[] |
VmStatusListener.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmStatusListener.vmStatusChanged(VmStatusListener.Status newStatus,
String vmId,
int pid) |
Modifier and Type | Method and Description |
---|---|
void |
VmPollingBackend.vmStatusChanged(VmStatusListener.Status newStatus,
String vmId,
int pid) |
void |
VmListenerBackend.vmStatusChanged(VmStatusListener.Status newStatus,
String vmId,
int pid) |
Copyright © 2018. All rights reserved.