public class BufferPoolStore
extends org.jboss.gwt.circuit.ChangeSupport
| Constructor and Description |
|---|
BufferPoolStore(DispatchAsync dispatcher,
CoreGUIContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ModelNode bufferPool,
org.jboss.gwt.circuit.Dispatcher.Channel channel) |
List<Property> |
getBufferPools() |
String |
getLastModifiedBufferPool() |
StatementContext |
getStatementContext() |
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 BufferPoolStore(DispatchAsync dispatcher, CoreGUIContext statementContext)
public void add(ModelNode bufferPool, 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 getLastModifiedBufferPool()
public StatementContext getStatementContext()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.