public class LocalRepoTransactionPostCloseEvent extends EventObject
source
Constructor and Description |
---|
LocalRepoTransactionPostCloseEvent(LocalRepoTransaction source) |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
getLocalRepoManager()
Gets the
LocalRepoManager . |
LocalRepoTransaction |
getSource() |
LocalRepoTransaction |
getTransaction()
Gets the closed
LocalRepoTransaction . |
toString
public LocalRepoTransactionPostCloseEvent(LocalRepoTransaction source)
public LocalRepoTransaction getSource()
getSource
in class EventObject
public LocalRepoTransaction getTransaction()
LocalRepoTransaction
.
Please note that this event is fired after the transaction was already closed. This object thus cannot be used for anything else than accessing its context-objects.
Alternatively, you might want to access the localRepoManager
and create a new transaction.
LocalRepoTransaction
. Never null
.public LocalRepoManager getLocalRepoManager()
LocalRepoManager
.LocalRepoManager
. Never null
.Copyright © 2013–2019. All rights reserved.