SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal
Class LocalUtils

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.worker.internal.LocalUtils

public final class LocalUtils
extends java.lang.Object

The Class LocalUtils.


Field Summary
static java.lang.String BUNDLE_ID
          The Constant BUNDLE_ID.
static java.lang.String SCHEMA_BUNDLE_ID
          Constant for the bundle were the config schema is located.
 
Method Summary
static java.lang.Object loadConfig(java.lang.String configName)
          Load config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
The Constant BUNDLE_ID.

See Also:
Constant Field Values

SCHEMA_BUNDLE_ID

public static final java.lang.String SCHEMA_BUNDLE_ID
Constant for the bundle were the config schema is located.

See Also:
Constant Field Values
Method Detail

loadConfig

public static java.lang.Object loadConfig(java.lang.String configName)
Load config.

Parameters:
configName - the config name
Returns:
the object

SMILA (incubation) API documentation