public class BatchStore
extends org.jboss.gwt.circuit.ChangeSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
BATCH_ADDRESS |
static String |
JOB_REPOSITORY_ADDRESS |
static String |
THREAD_FACTORIES_ADDRESS |
static String |
THREAD_POOL_ADDRESS |
| Constructor and Description |
|---|
BatchStore(DispatchAsync dispatcher,
CoreGUIContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addThreadFactory(ModelNode threadFactory,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
ModelNode |
getBatch() |
ModelNode |
getJobRepository() |
String |
getLastModifiedThreadFactory() |
StatementContext |
getStatementContext() |
List<Property> |
getThreadFactories() |
ModelNode |
getThreadPool() |
void |
init(org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
modifyBatch(Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
modifyJobRepository(Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
modifyThreadFactory(String name,
Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
modifyThreadPool(Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
refreshThreadFactories(org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
removeThreadFactory(String name,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
public static final String BATCH_ADDRESS
public static final String THREAD_POOL_ADDRESS
public static final String JOB_REPOSITORY_ADDRESS
public static final String THREAD_FACTORIES_ADDRESS
@Inject public BatchStore(DispatchAsync dispatcher, CoreGUIContext statementContext)
public void init(org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void modifyBatch(Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void modifyThreadPool(Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void modifyJobRepository(Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void addThreadFactory(ModelNode threadFactory, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void modifyThreadFactory(String name, Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void refreshThreadFactories(org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void removeThreadFactory(String name, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public ModelNode getBatch()
public ModelNode getThreadPool()
public ModelNode getJobRepository()
public String getLastModifiedThreadFactory()
public StatementContext getStatementContext()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.