org.cogchar.bundle.demo.convo.osgi
Class ConvoConfigUtils

java.lang.Object
  extended by org.cogchar.bundle.demo.convo.osgi.ConvoConfigUtils

public class ConvoConfigUtils
extends Object

Author:
Matthew Stevenson

Field Summary
static String CONF_COGBOT_IP
           
static String CONF_COGBOT_POLL_INTERVAL
           
static String CONF_COGBOT_POLL_MESSAGE
           
static String CONF_SPREC_BROKER_CLIENT_NAME
           
static String CONF_SPREC_BROKER_IP
           
static String CONF_SPREC_BROKER_PASSWORD
           
static String CONF_SPREC_BROKER_PORT
           
static String CONF_SPREC_BROKER_USERNAME
           
static String CONF_SPREC_BROKER_VIRTUAL_HOST
           
static String CONF_SPREC_DESTINATION
           
static String CONF_TTS_BROKER_CLIENT_NAME
           
static String CONF_TTS_BROKER_IP
           
static String CONF_TTS_BROKER_PASSWORD
           
static String CONF_TTS_BROKER_PORT
           
static String CONF_TTS_BROKER_USERNAME
           
static String CONF_TTS_BROKER_VIRTUAL_HOST
           
static String CONF_TTS_DESTINATION
           
 
Constructor Summary
ConvoConfigUtils()
           
 
Method Summary
static org.jflux.api.core.config.Configuration<String> defaultConfiguration()
           
static
<T> org.jflux.api.core.Listener<T>
getSetter(Class<T> clazz, String key)
           
static
<T> org.jflux.api.core.Source<T>
getSource(Class<T> clazz, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_SPREC_BROKER_IP

public static String CONF_SPREC_BROKER_IP

CONF_SPREC_BROKER_PORT

public static String CONF_SPREC_BROKER_PORT

CONF_SPREC_BROKER_USERNAME

public static String CONF_SPREC_BROKER_USERNAME

CONF_SPREC_BROKER_PASSWORD

public static String CONF_SPREC_BROKER_PASSWORD

CONF_SPREC_BROKER_CLIENT_NAME

public static String CONF_SPREC_BROKER_CLIENT_NAME

CONF_SPREC_BROKER_VIRTUAL_HOST

public static String CONF_SPREC_BROKER_VIRTUAL_HOST

CONF_SPREC_DESTINATION

public static String CONF_SPREC_DESTINATION

CONF_TTS_BROKER_IP

public static String CONF_TTS_BROKER_IP

CONF_TTS_BROKER_PORT

public static String CONF_TTS_BROKER_PORT

CONF_TTS_BROKER_USERNAME

public static String CONF_TTS_BROKER_USERNAME

CONF_TTS_BROKER_PASSWORD

public static String CONF_TTS_BROKER_PASSWORD

CONF_TTS_BROKER_CLIENT_NAME

public static String CONF_TTS_BROKER_CLIENT_NAME

CONF_TTS_BROKER_VIRTUAL_HOST

public static String CONF_TTS_BROKER_VIRTUAL_HOST

CONF_TTS_DESTINATION

public static String CONF_TTS_DESTINATION

CONF_COGBOT_IP

public static String CONF_COGBOT_IP

CONF_COGBOT_POLL_INTERVAL

public static String CONF_COGBOT_POLL_INTERVAL

CONF_COGBOT_POLL_MESSAGE

public static String CONF_COGBOT_POLL_MESSAGE
Constructor Detail

ConvoConfigUtils

public ConvoConfigUtils()
Method Detail

defaultConfiguration

public static org.jflux.api.core.config.Configuration<String> defaultConfiguration()

getSource

public static <T> org.jflux.api.core.Source<T> getSource(Class<T> clazz,
                                                         String key)

getSetter

public static <T> org.jflux.api.core.Listener<T> getSetter(Class<T> clazz,
                                                           String key)


Copyright © 2010-2014. All Rights Reserved.