Package org.uberfire.client
Class WorkbenchBackendEntryPoint
- java.lang.Object
-
- org.uberfire.client.WorkbenchBackendEntryPoint
-
public class WorkbenchBackendEntryPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkbenchBackendEntryPoint()WorkbenchBackendEntryPoint(org.slf4j.Logger logger, org.jboss.errai.bus.client.api.ClientMessageBus bus, org.uberfire.client.workbench.WorkbenchServicesProxy workbenchServices, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddecrementRetries()protected booleanhasMoreRetries()voidinit()protected booleanisOpen()protected booleanisShowedError()protected voidresetRetries()protected voidsetShowedError(boolean value)
-
-
-
Constructor Detail
-
WorkbenchBackendEntryPoint
public WorkbenchBackendEntryPoint()
-
WorkbenchBackendEntryPoint
@Inject public WorkbenchBackendEntryPoint(org.slf4j.Logger logger, org.jboss.errai.bus.client.api.ClientMessageBus bus, org.uberfire.client.workbench.WorkbenchServicesProxy workbenchServices, org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopupPresenter)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
isOpen
protected boolean isOpen()
-
setShowedError
protected void setShowedError(boolean value)
-
isShowedError
protected boolean isShowedError()
-
hasMoreRetries
protected boolean hasMoreRetries()
-
decrementRetries
protected void decrementRetries()
-
resetRetries
protected void resetRetries()
-
-