jBPM Console NG - Dashboard Backend 6.1.1-SNAPSHOT

org.jbpm.dashboard.renderer.service.impl
Class DashboardRendererServiceImpl

java.lang.Object
  extended by 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.
 
Constructor Summary
DashboardRendererServiceImpl()
           
 
Method Summary
 ConnectionStatus getAppStatus(String theUrl)
           
protected  int pingUrl(String anUrl)
           
protected  String resolveUrl(String anUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

DashboardRendererServiceImpl

public DashboardRendererServiceImpl()
Method Detail

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

jBPM Console NG - Dashboard Backend 6.1.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.