public class MsgConnectionsPresenter extends com.gwtplatform.mvp.client.Presenter<MsgConnectionsPresenter.MyView,MsgConnectionsPresenter.MyProxy> implements CommonMsgPresenter, PropertyManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
MsgConnectionsPresenter.MyProxy |
static interface |
MsgConnectionsPresenter.MyView |
| Constructor and Description |
|---|
MsgConnectionsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
MsgConnectionsPresenter.MyView view,
MsgConnectionsPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
ApplicationMetaData propertyMetaData) |
bind, forceReveal, getProxy, getRevealType, getSlot, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public MsgConnectionsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
MsgConnectionsPresenter.MyView view,
MsgConnectionsPresenter.MyProxy proxy,
com.gwtplatform.mvp.client.proxy.PlaceManager placeManager,
DispatchAsync dispatcher,
BeanFactory factory,
RevealStrategy revealStrategy,
ApplicationMetaData propertyMetaData)
public com.gwtplatform.mvp.client.proxy.PlaceManager getPlaceManager()
getPlaceManager in interface CommonMsgPresenterprotected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplpublic void prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest request)
prepareFromRequest in class com.gwtplatform.mvp.client.Presenter<MsgConnectionsPresenter.MyView,MsgConnectionsPresenter.MyProxy>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<MsgConnectionsPresenter.MyView>public void loadDetails(String selectedProvider)
public void loadBridges()
public void loadConnectorServices()
public void loadConnectors()
public void loadAcceptors()
public String getCurrentServer()
protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<MsgConnectionsPresenter.MyView,MsgConnectionsPresenter.MyProxy>public void launchNewAcceptorWizard(AcceptorType type)
public void onDeleteAcceptor(Acceptor entity)
public void loadSocketBindings(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
public void onCreateAcceptor(Acceptor entity)
public void launchNewConnectorWizard(ConnectorType type)
public void onDeleteConnector(Connector entity)
public void onCreateConnector(Connector entity)
public void closeDialogue()
closeDialogue in interface CommonMsgPresentercloseDialogue in interface AddResourceDialog.Callbackpublic void launchNewConnectorServiceWizard()
public void onCreateConnectorService(ConnectorService entity)
public void onDeleteConnectorService(ConnectorService entity)
public void onSaveConnectorService(ConnectorService entity, Map<String,Object> changeset)
public void launchNewBridgeWizard()
public void onCreateBridge(Bridge entity)
public void onDeleteBridge(String name)
public void loadExistingQueueNames(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
public void onCreateProperty(String reference, PropertyRecord prop)
onCreateProperty in interface PropertyManagementpublic void onDeleteProperty(String reference, PropertyRecord prop)
onDeleteProperty in interface PropertyManagementpublic void onChangeProperty(String reference, PropertyRecord prop)
onChangeProperty in interface PropertyManagementpublic void launchNewPropertyDialoge(String reference)
launchNewPropertyDialoge in interface PropertyManagementpublic void closePropertyDialoge()
closePropertyDialoge in interface PropertyManagementpublic void onAddResource(ResourceAddress address, ModelNode payload)
onAddResource in interface AddResourceDialog.Callbackpublic void launchAddProviderDialog()
launchAddProviderDialog in interface CommonMsgPresenterpublic void removeProvider(String name)
removeProvider in interface CommonMsgPresenterpublic void onSaveProvider(String name, Map<String,Object> changeset)
onSaveProvider in interface CommonMsgPresenterCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.