public interface SessionEnvironment
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionEnvironment.Monitor |
static interface |
SessionEnvironment.MonitorFactory
A simple interface used to construct
SessionEnvironment.Monitor instances. |
Modifier and Type | Method and Description |
---|---|
TransactionalWorkspaceCaches |
getTransactionalWorkspaceCacheFactory()
Get the factory used to obtain the transactional workspace caches.
|
Transactions |
getTransactions()
Get the interface for working with transactions.
|
boolean |
indexingClustered()
Indicates if indexing is configured in a clustered mode of not.
|
String |
journalId()
Returns the id of the repository's
ChangeJournal |
Transactions getTransactions()
TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
boolean indexingClustered()
true
if indexing is configured clustered, false
otherwiseString journalId()
ChangeJournal
String
or null
if no journal is configured.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.