public class WorkerStore
extends org.jboss.gwt.circuit.ChangeSupport
| Constructor and Description |
|---|
WorkerStore(DispatchAsync dispatcher,
CoreGUIContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ModelNode worker,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
String |
getLastModifiedWorker() |
StatementContext |
getStatementContext() |
List<Property> |
getWorkers() |
void |
modify(String name,
Map<String,Object> changedValues,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
refresh(org.jboss.gwt.circuit.Dispatcher.Channel channel) |
void |
remove(String name,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
@Inject public WorkerStore(DispatchAsync dispatcher, CoreGUIContext statementContext)
public void add(ModelNode worker, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void modify(String name, Map<String,Object> changedValues, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void refresh(org.jboss.gwt.circuit.Dispatcher.Channel channel)
public void remove(String name, org.jboss.gwt.circuit.Dispatcher.Channel channel)
public String getLastModifiedWorker()
public StatementContext getStatementContext()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.