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, paging
global
context, 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) |
lockCLI
unlock
getBinding, getJournal, getLargeMessages, getPaging
getBrokerDTO, getConfiguration, getFileConfiguration, getManagementConfiguration, getManagementDTO, helpGroup, readConfiguration, treatError
checkOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValues
protected 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 Action
execute
in class LockAbstract
Exception
public Configuration getParameterConfiguration() throws Exception
Exception
protected void initializeJournal(Configuration configuration) throws Exception
Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.