public class VdsEventListener extends Object implements IVdsEventListener
| Constructor and Description |
|---|
VdsEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterDomainNotOperational(Guid storageDomainId,
Guid storagePoolId) |
void |
ProcessOnClientIpChange(VDS vds,
Guid vmId) |
void |
ProcessOnCpuFlagsChange(Guid vdsId) |
void |
ProcessOnVmPoweringUp(Guid vds_id,
Guid vmid,
String display_ip,
int display_port) |
void |
ProcessOnVmStop(Guid vmId)
Temoporary patch.
|
void |
RemoveAsyncRunningCommand(Guid vmId) |
void |
Rerun(Guid vmId) |
boolean |
RestartVds(Guid vdsId) |
void |
RunFailedAutoStartVM(Guid vmId) |
void |
RunningSucceded(Guid vmId) |
void |
StorageDomainNotOperational(Guid storageDomainId,
Guid storagePoolId) |
void |
StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
void |
StoragePoolStatusChanged(Guid storagePoolId,
StoragePoolStatus status) |
void |
StoragePoolUpEvent(storage_pool storagePool,
boolean isNewSpm) |
void |
VdsMovedToMaintanance(Guid vdsId) |
void |
VdsNonOperational(Guid vdsId,
NonOperationalReason reason,
boolean logCommand,
boolean saveToDb,
Guid domainId) |
void |
VdsNotResponding(VDS vds) |
void |
VdsUpEvent(Guid vdsId) |
public void VdsMovedToMaintanance(Guid vdsId)
VdsMovedToMaintanance in interface IVdsEventListenerpublic void StorageDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
StorageDomainNotOperational in interface IVdsEventListenerpublic void MasterDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
MasterDomainNotOperational in interface IVdsEventListenerpublic void ProcessOnVmStop(Guid vmId)
IVdsEventListenerProcessOnVmStop in interface IVdsEventListenerpublic void VdsNonOperational(Guid vdsId, NonOperationalReason reason, boolean logCommand, boolean saveToDb, Guid domainId)
VdsNonOperational in interface IVdsEventListenerpublic void VdsNotResponding(VDS vds)
VdsNotResponding in interface IVdsEventListenerpublic void VdsUpEvent(Guid vdsId)
VdsUpEvent in interface IVdsEventListenerpublic void ProcessOnClientIpChange(VDS vds, Guid vmId)
ProcessOnClientIpChange in interface IVdsEventListenerpublic void ProcessOnCpuFlagsChange(Guid vdsId)
ProcessOnCpuFlagsChange in interface IVdsEventListenerpublic void ProcessOnVmPoweringUp(Guid vds_id, Guid vmid, String display_ip, int display_port)
ProcessOnVmPoweringUp in interface IVdsEventListenerpublic void StoragePoolUpEvent(storage_pool storagePool, boolean isNewSpm)
StoragePoolUpEvent in interface IVdsEventListenerpublic void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error)
StoragePoolStatusChange in interface IVdsEventListenerpublic void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error, TransactionScopeOption transactionScopeOption)
StoragePoolStatusChange in interface IVdsEventListenerpublic void StoragePoolStatusChanged(Guid storagePoolId, StoragePoolStatus status)
StoragePoolStatusChanged in interface IVdsEventListenerpublic void RunFailedAutoStartVM(Guid vmId)
RunFailedAutoStartVM in interface IVdsEventListenerpublic boolean RestartVds(Guid vdsId)
RestartVds in interface IVdsEventListenerpublic void Rerun(Guid vmId)
Rerun in interface IVdsEventListenerpublic void RunningSucceded(Guid vmId)
RunningSucceded in interface IVdsEventListenerpublic void RemoveAsyncRunningCommand(Guid vmId)
RemoveAsyncRunningCommand in interface IVdsEventListenerCopyright © 2012. All Rights Reserved.