Modifier and Type | Method and Description |
---|---|
protected TransactionScopeOption |
AttachUserToVmFromPoolAndRunCommand.getTransactionScopeOption() |
protected TransactionScopeOption |
CommandBase.getTransactionScopeOption() |
Modifier and Type | Method and Description |
---|---|
void |
VdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Modifier and Type | Method and Description |
---|---|
TransactionScopeOption |
VdcActionParametersBase.getTransactionScopeOption() |
Modifier and Type | Method and Description |
---|---|
void |
VdcActionParametersBase.setTransactionScopeOption(TransactionScopeOption value) |
Modifier and Type | Method and Description |
---|---|
void |
IVdsEventListener.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Modifier and Type | Method and Description |
---|---|
static TransactionScopeOption |
TransactionScopeOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionScopeOption[] |
TransactionScopeOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
TransactionSupport.executeInScope(TransactionScopeOption scope,
TransactionMethod<T> code)
Runs given code in a given transaction scope
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
Copyright © 2012. All Rights Reserved.