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 IVdsEventListener
public void StorageDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
StorageDomainNotOperational
in interface IVdsEventListener
public void MasterDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
MasterDomainNotOperational
in interface IVdsEventListener
public void ProcessOnVmStop(Guid vmId)
IVdsEventListener
ProcessOnVmStop
in interface IVdsEventListener
public void VdsNonOperational(Guid vdsId, NonOperationalReason reason, boolean logCommand, boolean saveToDb, Guid domainId)
VdsNonOperational
in interface IVdsEventListener
public void VdsNotResponding(VDS vds)
VdsNotResponding
in interface IVdsEventListener
public void VdsUpEvent(Guid vdsId)
VdsUpEvent
in interface IVdsEventListener
public void ProcessOnClientIpChange(VDS vds, Guid vmId)
ProcessOnClientIpChange
in interface IVdsEventListener
public void ProcessOnCpuFlagsChange(Guid vdsId)
ProcessOnCpuFlagsChange
in interface IVdsEventListener
public void ProcessOnVmPoweringUp(Guid vds_id, Guid vmid, String display_ip, int display_port)
ProcessOnVmPoweringUp
in interface IVdsEventListener
public void StoragePoolUpEvent(storage_pool storagePool, boolean isNewSpm)
StoragePoolUpEvent
in interface IVdsEventListener
public void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error)
StoragePoolStatusChange
in interface IVdsEventListener
public void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error, TransactionScopeOption transactionScopeOption)
StoragePoolStatusChange
in interface IVdsEventListener
public void StoragePoolStatusChanged(Guid storagePoolId, StoragePoolStatus status)
StoragePoolStatusChanged
in interface IVdsEventListener
public void RunFailedAutoStartVM(Guid vmId)
RunFailedAutoStartVM
in interface IVdsEventListener
public boolean RestartVds(Guid vdsId)
RestartVds
in interface IVdsEventListener
public void Rerun(Guid vmId)
Rerun
in interface IVdsEventListener
public void RunningSucceded(Guid vmId)
RunningSucceded
in interface IVdsEventListener
public void RemoveAsyncRunningCommand(Guid vmId)
RemoveAsyncRunningCommand
in interface IVdsEventListener
Copyright © 2012. All Rights Reserved.