AsyncWriteOperation<Void>, WriteOperation<Void>public class AbortTransactionOperation extends TransactionOperation
| Constructor | Description |
|---|---|
AbortTransactionOperation(WriteConcern writeConcern) |
Construct an instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getCommandName() |
Gets the command name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeAsync, getWriteConcernpublic AbortTransactionOperation(WriteConcern writeConcern)
writeConcern - the write concernprotected String getCommandName()
TransactionOperationgetCommandName in class TransactionOperation