Package | Description |
---|---|
com.kobil.ssms.asm.presentation.b2b |
Modifier and Type | Method and Description |
---|---|
AsmServicesWs.CancelResult |
AsmServicesWs.cancelTransaction(int deviceId)
Deprecated.
use method
#cancelTransactionEx2(int, String)
Cancels the current transaction for the given device Id. The device might be offline. |
AsmServicesWs.CancelResult |
AsmServicesWs.cancelTransactionEx(int deviceId,
String reportDetails)
Deprecated.
use method
AsmServicesWs.cancelTransactionEx2(TransactionFilter, String)
Cancels the current transaction for the given device Id. The device might be offline. |
AsmServicesWs.CancelResult |
CancelResultEx2.getCancelResult()
Returns the cancel result of the transaction.
|
static AsmServicesWs.CancelResult |
AsmServicesWs.CancelResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.CancelResult[] |
AsmServicesWs.CancelResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CancelResultEx2.setCancelResult(AsmServicesWs.CancelResult cancelResult)
Sets the cancel result of the transaction.
|
Constructor and Description |
---|
CancelResultEx2(int deviceId,
String userId,
String transactionId,
AsmServicesWs.CancelResult cancelResult)
Initializes the transaction cancel result.
|
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.