public class OpflowLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONFIGURATION_ENV |
static String |
DEFAULT_CONFIGURATION_FILE |
static String |
DEFAULT_CONFIGURATION_KEY |
| Constructor and Description |
|---|
OpflowLoader() |
public static final String DEFAULT_CONFIGURATION_KEY
public static final String DEFAULT_CONFIGURATION_ENV
public static final String DEFAULT_CONFIGURATION_FILE
public static OpflowRpcMaster createRpcMaster() throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcMaster createRpcMaster(String propFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcMaster createRpcMaster(Properties defaultProps) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcMaster createRpcMaster(String propFile, Properties defaultProps, boolean useDefaultFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcWorker createRpcWorker() throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcWorker createRpcWorker(String propFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcWorker createRpcWorker(Properties defaultProps) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowRpcWorker createRpcWorker(String propFile, Properties defaultProps, boolean useDefaultFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowPubsubHandler createPubsubHandler() throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowPubsubHandler createPubsubHandler(String propFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowPubsubHandler createPubsubHandler(Properties defaultProps) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowPubsubHandler createPubsubHandler(String propFile, Properties defaultProps, boolean useDefaultFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowServerlet createServerlet(OpflowServerlet.ListenerMap listeners) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowServerlet createServerlet(OpflowServerlet.ListenerMap listeners, String propFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowServerlet createServerlet(OpflowServerlet.ListenerMap listeners, Properties defaultProps) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static OpflowServerlet createServerlet(OpflowServerlet.ListenerMap listeners, String propFile, Properties defaultProps, boolean useDefaultFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static Properties loadProperties() throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static Properties loadProperties(String propFile) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static Properties loadProperties(String propFile, Properties props) throws OpflowBootstrapException
OpflowBootstrapExceptionpublic static Properties loadProperties(String propFile, Properties props, boolean useDefaultFile) throws OpflowBootstrapException
OpflowBootstrapExceptionCopyright © 2017. All rights reserved.