org.jbpm.integration.console.forms
Class ConfigurationUtils

java.lang.Object
  extended by org.jbpm.integration.console.forms.ConfigurationUtils

public class ConfigurationUtils
extends Object


Constructor Summary
ConfigurationUtils()
           
 
Method Summary
 MBeanServer getMbeanServer()
           
 String getWebServiceHost()
           
 int getWebServicePort()
           
 void setMbeanServer(MBeanServer mbeanServer)
           
 void setWebServiceHost(String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationUtils

public ConfigurationUtils()
Method Detail

getWebServiceHost

public String getWebServiceHost()

setWebServiceHost

public void setWebServiceHost(String host)
                       throws UnknownHostException
Throws:
UnknownHostException

getWebServicePort

public int getWebServicePort()

getMbeanServer

public MBeanServer getMbeanServer()

setMbeanServer

public void setMbeanServer(MBeanServer mbeanServer)


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