Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.repository.cli | |
com.streamscape.runtime.mf.admin.sco | |
com.streamscape.sef.service |
Modifier and Type | Method and Description |
---|---|
ServiceConfigurationObject |
HTTPRepositoryAccessor.loadServiceConfiguration(java.lang.String serviceName,
java.lang.String serviceType) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepositoryAccessor.saveServiceConfiguration(ServiceConfigurationObject sco) |
Modifier and Type | Method and Description |
---|---|
ServiceConfigurationObject |
RepositoryAccessor.loadServiceConfiguration(java.lang.String serviceName,
java.lang.String serviceType)
Loads and returns a copy of Service Configuration Object corresponding to a service with
the specified type and name.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccessor.saveServiceConfiguration(ServiceConfigurationObject sco)
Saves the specified Service Configuration Object to the Repository as a serialized XML artifact.
|
Modifier and Type | Method and Description |
---|---|
static ServiceConfigurationObject |
ServiceConfigurationFactory.createDefaultServiceConfiguration(FabricComponent component,
java.lang.String serviceTypeName)
The constructor that allows for creation of a default (factory)
Service Configuration Object . |
static ServiceConfigurationObject |
ServiceConfigurationFactory.createServiceConfiguration(FabricComponent component,
java.lang.String serviceName,
java.lang.String serviceTypeName,
boolean isTransient)
A convenience constructor that creates a
Service Configuration Object of a specific type. |
static ServiceConfigurationObject |
ServiceConfigurationFactory.loadConfigurationObject(FabricComponent component,
java.lang.String serviceName,
java.lang.String serviceType,
boolean isTransient)
Loads
Service Configuration Object from a repository, a runtime cache
or combination of sources based on the persistence mode. |
static ServiceConfigurationObject |
ServiceConfigurationFactory.loadConfigurationObject(FabricComponent component,
java.lang.String workingDir,
java.lang.String serviceName,
java.lang.String serviceType,
boolean isTransient)
Loads a service configuration instance from a file at the location supplied by the
workingDir parameter. |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceConfigurationFactory.saveConfigurationObject(ServiceConfigurationObject sco)
Saves a configuration object to a repository specified by the
Repository Context . |
static void |
ServiceConfigurationFactory.saveConfigurationObject(java.lang.String workingDir,
ServiceConfigurationObject sco)
Saves a configuration object to a file at the location specified by the
workingDir
parameter. |
Modifier and Type | Method and Description |
---|---|
ServiceConfigurationObject |
ServiceContext.getServiceConfiguration()
Returns a Service Configuration Object of this service context.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.