public class DBOption extends OptionalLocking
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
config |
protected ExecutorService |
executor |
protected ExecutorFactory |
executorFactory |
protected PagingManager |
pagingmanager |
protected ScheduledExecutorService |
scheduledExecutorService |
protected JournalStorageManager |
storageManager |
binding, journal, largeMessges, pagingglobalcontext, verbose| Constructor and Description |
|---|
DBOption() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
Object |
execute(ActionContext context) |
String |
getJdbcBindings() |
String |
getJdbcClassName() |
String |
getJdbcLargeMessages() |
String |
getJdbcMessages() |
String |
getJdbcNodeManager() |
String |
getJdbcPageStore() |
String |
getJdbcURL() |
Configuration |
getParameterConfiguration() |
protected void |
initializeJournal(Configuration configuration) |
boolean |
isJDBC() |
DBOption |
setJdbcBindings(String jdbcBindings) |
DBOption |
setJdbcClassName(String jdbcClassName) |
DBOption |
setJdbcLargeMessages(String jdbcLargeMessages) |
DBOption |
setJdbcMessages(String jdbcMessages) |
DBOption |
setJdbcNodeManager(String jdbcNodeManager) |
DBOption |
setJdbcPageStore(String jdbcPageStore) |
DBOption |
setJdbcURL(String jdbcURL) |
lockCLIunlockgetBinding, getJournal, getLargeMessages, getPaginggetBrokerDTO, getConfiguration, getFileConfiguration, getManagementConfiguration, getManagementDTO, helpGroup, readConfiguration, treatErrorcheckOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValuesprotected JournalStorageManager storageManager
protected Configuration config
protected ExecutorService executor
protected ExecutorFactory executorFactory
protected ScheduledExecutorService scheduledExecutorService
protected PagingManager pagingmanager
public Object execute(ActionContext context) throws Exception
execute in interface Actionexecute in class LockAbstractExceptionpublic Configuration getParameterConfiguration() throws Exception
Exceptionprotected void initializeJournal(Configuration configuration) throws Exception
ExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.