org.cogchar.bind.rk.osgi
Class ConnectionConfigUtils
java.lang.Object
org.cogchar.bind.rk.osgi.ConnectionConfigUtils
public class ConnectionConfigUtils
- extends Object
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONF_BROKER_IP
public static String CONF_BROKER_IP
CONF_BROKER_PORT
public static String CONF_BROKER_PORT
CONF_BROKER_USERNAME
public static String CONF_BROKER_USERNAME
CONF_BROKER_PASSWORD
public static String CONF_BROKER_PASSWORD
CONF_BROKER_CLIENT_NAME
public static String CONF_BROKER_CLIENT_NAME
CONF_BROKER_VIRTUAL_HOST
public static String CONF_BROKER_VIRTUAL_HOST
ConnectionConfigUtils
public ConnectionConfigUtils()
buildDefaultConfig
public static org.jflux.api.core.config.Configuration<String> buildDefaultConfig()
buildDefaultConfig
public static org.jflux.api.core.config.Configuration<String> buildDefaultConfig(String ip)
buildConfig
public static org.jflux.api.core.config.Configuration<String> buildConfig(String ip,
String port,
String username,
String password,
String clientName,
String virtualHost)
createConnection
public static javax.jms.Connection createConnection(org.jflux.api.core.config.Configuration<String> config)
Copyright © 2010-2013. All Rights Reserved.