public class LocalRepoTransactionPreCloseEvent extends EventObject
source
Constructor and Description |
---|
LocalRepoTransactionPreCloseEvent(LocalRepoTransaction source) |
Modifier and Type | Method and Description |
---|---|
LocalRepoManager |
getLocalRepoManager()
Gets the
LocalRepoManager . |
LocalRepoTransaction |
getSource() |
LocalRepoTransaction |
getTransaction()
Gets the active
LocalRepoTransaction . |
toString
public LocalRepoTransactionPreCloseEvent(LocalRepoTransaction source)
public LocalRepoTransaction getSource()
getSource
in class EventObject
public LocalRepoTransaction getTransaction()
LocalRepoTransaction
.LocalRepoTransaction
. Never null
.public LocalRepoManager getLocalRepoManager()
LocalRepoManager
.LocalRepoManager
. Never null
.Copyright © 2013–2019. All rights reserved.