org.robokind.api.common.lifecycle.config
Class RKManagedServiceConfigUtils

java.lang.Object
  extended by org.robokind.api.common.lifecycle.config.RKManagedServiceConfigUtils

public class RKManagedServiceConfigUtils
extends Object

Author:
Matthew Stevenson

Nested Class Summary
static class RKManagedServiceConfigUtils.GenericManagedServiceFactory<T>
           
 
Field Summary
static String CONF_SELFBUILD_LIFCEYCLE_CONFIG
           
static String CONF_SERVICE_LIFCEYCLE
           
static String CONF_SERVICE_PROPERTIES
           
static String CONF_UNIQUE_SERVICE_PROPERTIES
           
 
Constructor Summary
RKManagedServiceConfigUtils()
           
 
Method Summary
static org.jflux.api.core.config.Configuration<String> buildManagedServiceConfig(Properties props, Properties uniqueProps, org.jflux.api.core.config.Configuration<String> selfBuildLifecycleConf)
           
static org.jflux.api.core.config.Configuration<String> buildManagedServiceConfig(Properties props, Properties uniqueProps, ServiceLifecycleProvider lifecycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONF_SERVICE_PROPERTIES

public static final String CONF_SERVICE_PROPERTIES
See Also:
Constant Field Values

CONF_UNIQUE_SERVICE_PROPERTIES

public static final String CONF_UNIQUE_SERVICE_PROPERTIES
See Also:
Constant Field Values

CONF_SELFBUILD_LIFCEYCLE_CONFIG

public static final String CONF_SELFBUILD_LIFCEYCLE_CONFIG
See Also:
Constant Field Values

CONF_SERVICE_LIFCEYCLE

public static final String CONF_SERVICE_LIFCEYCLE
See Also:
Constant Field Values
Constructor Detail

RKManagedServiceConfigUtils

public RKManagedServiceConfigUtils()
Method Detail

buildManagedServiceConfig

public static org.jflux.api.core.config.Configuration<String> buildManagedServiceConfig(Properties props,
                                                                                        Properties uniqueProps,
                                                                                        org.jflux.api.core.config.Configuration<String> selfBuildLifecycleConf)

buildManagedServiceConfig

public static org.jflux.api.core.config.Configuration<String> buildManagedServiceConfig(Properties props,
                                                                                        Properties uniqueProps,
                                                                                        ServiceLifecycleProvider lifecycle)


Copyright © 2011-2013. All Rights Reserved.