org.jbpm.dashboard.renderer.service.impl
Class DashboardRendererServiceImpl
java.lang.Object
org.jbpm.dashboard.renderer.service.impl.DashboardRendererServiceImpl
- All Implemented Interfaces:
- DashboardRendererService
@ApplicationScoped
public class DashboardRendererServiceImpl
- extends Object
- implements DashboardRendererService
Field Summary |
static int |
PING_TIMEOUT
Maximum amount of time (in milliseconds) a ping alive request to the dashbuilder remote URL may last. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PING_TIMEOUT
public static int PING_TIMEOUT
- Maximum amount of time (in milliseconds) a ping alive request to the dashbuilder remote URL may last.
The system property dashbuilder.bind.timeout can be used to set a custom value.
DashboardRendererServiceImpl
public DashboardRendererServiceImpl()
getAppStatus
public ConnectionStatus getAppStatus(String theUrl)
- Specified by:
getAppStatus
in interface DashboardRendererService
pingUrl
protected int pingUrl(String anUrl)
throws Exception
- Throws:
Exception
resolveUrl
protected String resolveUrl(String anUrl)
throws Exception
- Throws:
Exception
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.