com.webmethods.caf.faces.bean
Class ClusterInfoBean

java.lang.Object
  extended by com.webmethods.caf.faces.bean.ClusterInfoBean

public class ClusterInfoBean
extends Object

Managed bean which returns information about MWS Cluster


Constructor Summary
ClusterInfoBean()
           
 
Method Summary
 String getFrontEndUrl()
          Returns Public frontend url as configured in MWS Cluster Administration
 String getSecureFrontEndUrl()
          If secure frontend url is not explicitly configured, then returns ClusterInfoBean.getFrontEndUrl() value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterInfoBean

public ClusterInfoBean()
Method Detail

getFrontEndUrl

public String getFrontEndUrl()
Returns Public frontend url as configured in MWS Cluster Administration


getSecureFrontEndUrl

public String getSecureFrontEndUrl()
If secure frontend url is not explicitly configured, then returns ClusterInfoBean.getFrontEndUrl() value