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, wait
execute, executeAsync, getWriteConcern
public AbortTransactionOperation(WriteConcern writeConcern)
writeConcern
- the write concernprotected String getCommandName()
TransactionOperation
getCommandName
in class TransactionOperation