public interface RepositoryEnvironment
Modifier and Type | Method and Description |
---|---|
Transactions |
getTransactions()
Returns the repository's
Transactions instance |
String |
journalId()
Returns the id of the repository's
ChangeJournal |
LockingService |
lockingService()
Returns the locking service used by the repository to make sure writes are strongly consistent.
|
NodeTypes |
nodeTypes()
Returns the
NodeTypes instance for this repository. |
Transactions getTransactions()
Transactions
instanceTransactions
instance, never null
String journalId()
ChangeJournal
String
or null
if no journal is configured.NodeTypes nodeTypes()
NodeTypes
instance for this repository.NodeTypes
instance or null
if no such information is available yet (e.g. the node types have not
been initialized yet).LockingService lockingService()
LockingService
instance, never null
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.