Modifier and Type | Method and Description |
---|---|
void |
VdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
VdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Modifier and Type | Method and Description |
---|---|
VdcBllErrors |
SetStoragePoolStatusParameters.getError() |
Modifier and Type | Method and Description |
---|---|
void |
SetStoragePoolStatusParameters.setError(VdcBllErrors value) |
Modifier and Type | Method and Description |
---|---|
Set<VdcBllErrors> |
storage_domains.getAlerts() |
Modifier and Type | Method and Description |
---|---|
void |
IVdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
IVdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Modifier and Type | Method and Description |
---|---|
void |
storage_domains.setAlerts(Set<VdcBllErrors> alerts) |
Modifier and Type | Method and Description |
---|---|
static VdcBllErrors |
VdcBllErrors.forValue(int value) |
VdcBllErrors |
VDSError.getCode() |
VdcBllErrors |
VdcFault.getError() |
VdcBllErrors |
VdcBLLException.getErrorCode() |
static VdcBllErrors |
VdcBllErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdcBllErrors[] |
VdcBllErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VDSError.setCode(VdcBllErrors value) |
void |
VdcFault.setError(VdcBllErrors value) |
Constructor and Description |
---|
VdcBLLException(VdcBllErrors errCode) |
VdcBLLException(VdcBllErrors errCode,
RuntimeException baseException) |
VdcBLLException(VdcBllErrors errCode,
String errorStr) |
VdcFault(RuntimeException ex,
VdcBllErrors error) |
VDSError(VdcBllErrors code,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
ResourceManager.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Modifier and Type | Method and Description |
---|---|
protected VdcBllErrors |
BrokerCommandBase.GetReturnValueFromStatus(StatusForXmlRpc status) |
Modifier and Type | Method and Description |
---|---|
protected void |
BrokerCommandBase.InitializeVdsError(VdcBllErrors returnStatus) |
Constructor and Description |
---|
VDSErrorException(VdcBllErrors errorCode) |
VDSErrorException(VdcBllErrors errorCode,
String errorStr) |
VDSExceptionBase(VdcBllErrors errCode) |
VDSGenericException(VdcBllErrors errorCode) |
VDSGenericException(VdcBllErrors errorCode,
String errorStr) |
VDSRecoveringException(VdcBllErrors errorCode) |
VDSRecoveringException(VdcBllErrors errorCode,
String errorStr) |
Copyright © 2012. All Rights Reserved.