org.jbpm.integration.console
Class Utils

java.lang.Object
  extended by org.jbpm.integration.console.Utils

public class Utils
extends Object


Field Summary
static String DEFAULT_IP_ADDRESS
           
static int DEFAULT_PORT
           
static String DEFAULT_TASK_SERVICE_STRATEGY
           
 
Constructor Summary
Utils()
           
 
Method Summary
static String getTaskServiceHost(Properties properties)
           
static int getTaskServicePort(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TASK_SERVICE_STRATEGY

public static final String DEFAULT_TASK_SERVICE_STRATEGY
See Also:
Constant Field Values

DEFAULT_IP_ADDRESS

public static final String DEFAULT_IP_ADDRESS
See Also:
Constant Field Values

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

Utils

public Utils()
Method Detail

getTaskServiceHost

public static String getTaskServiceHost(Properties properties)

getTaskServicePort

public static int getTaskServicePort(Properties properties)


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