|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationTypes
Notification types that can be emitted by VMM MXBeans
Field Summary | |
---|---|
static java.lang.String |
ERROR
Emitted when an error occurs during an asynchronous operation |
static java.lang.String |
HYPERVISOR_CONNECTION_STATE
Emitted by a HostMXBean when the state of the driver-specific connection to the hypervisor changes |
static java.lang.String |
LOG
For debugging purposes only |
static java.lang.String |
PERF_REPORT
Emitted by a HostMXBean to report performance metrics |
static java.lang.String |
VM_ADD
Emitted by a HostMXBean when a new VM is created The user data of the notification is the object name of the newly created virtual machine |
static java.lang.String |
VM_DEL
Emitted by a HostMXBean when a VM has been destroyed The user data of the notification is the object name of the destroyed virtual machine. |
static java.lang.String |
VM_MIGRATION
Emitted by a a VirtualMachineMXBean after a successful migration The notification message is set to the host name of the new host of the virtual machine. |
static java.lang.String |
VM_MIGRATION_ABORT
Emitted by a a VirtualMachineMXBean when a migration has failed The notification message is set to the host name of the target host of the migration |
static java.lang.String |
VM_MIGRATION_START
Emitted by a a VirtualMachineMXBean when a migration is started The notification message is set to the host name of the target host to where the virtual machine is migrating |
static java.lang.String |
VM_STATE_CHANGE
Emitted by a VirtualMachineMXBean when the state of the VM changes The notification message has one of the following values: RUNNING HALTED SUSPENDED PAUSED UNKNOWN |
Field Detail |
---|
static final java.lang.String VM_ADD
static final java.lang.String VM_DEL
static final java.lang.String VM_STATE_CHANGE
static final java.lang.String VM_MIGRATION
static final java.lang.String VM_MIGRATION_START
static final java.lang.String VM_MIGRATION_ABORT
static final java.lang.String PERF_REPORT
static final java.lang.String HYPERVISOR_CONNECTION_STATE
static final java.lang.String ERROR
static final java.lang.String LOG
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |