Package | Description |
---|---|
com.streamscape.runtime.mf.admin.sco | |
com.streamscape.service.osf.config | |
com.streamscape.service.osf.evh | |
com.streamscape.service.osf.globals |
Modifier and Type | Class and Description |
---|---|
class |
ServiceConfigurationObject
Title: Service Event Fabric Runtime
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceConfigurationObject
Title: Open Service Framework
|
Modifier and Type | Method and Description |
---|---|
static ServiceConfigurationValidator |
ValidatorFactory.createConfigurationValidator(ConfigurationObject sco)
Creates a
Validator instance for a specific Service Configuration |
static EventHandlerValidator |
ValidatorFactory.createEventHandlerValidator(ConfigurationObject sco)
Return an
Event Handler validator for a particular Service Configuration Object . |
Modifier and Type | Method and Description |
---|---|
ConfigurationObject |
EventHandlerValidator.getServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
EventHandlerValidator.setServiceConfiguration(ConfigurationObject sco) |
Constructor and Description |
---|
EventHandlerValidator(ConfigurationObject sco) |
Modifier and Type | Method and Description |
---|---|
ConfigurationObject |
GlobalVariablesResolver.resolveVariables(ConfigurationObject sco)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
GlobalVariablesResolver.getPropertiesWithVariables(ConfigurationObject sco)
Returns a list of property objects that have a variable defined.
|
java.util.List |
GlobalVariablesResolver.getVariableDefinitions(ConfigurationObject sco)
Returns a list of
Global Variables that are being used by the Service. |
boolean |
GlobalVariablesResolver.hasGlobalVariableDefinitions(ConfigurationObject sco)
Returns
true if the service configuration has any global variables defined. |
ConfigurationObject |
GlobalVariablesResolver.resolveVariables(ConfigurationObject sco)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.