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.
|
Transactions getTransactions()
TransactionalWorkspaceCaches getTransactionalWorkspaceCacheFactory()
boolean indexingClustered()
true
if indexing is configured clustered, false
otherwiseCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.