public interface ServerSession
Modifier and Type | Method | Description |
---|---|---|
long |
advanceTransactionNumber() |
Return the next available transaction number.
|
BsonDocument |
getIdentifier() |
|
long |
getTransactionNumber() |
Gets the current transaction number.
|
boolean |
isClosed() |
Whether the server session is closed.
|
BsonDocument getIdentifier()
long getTransactionNumber()
long advanceTransactionNumber()
boolean isClosed()