|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractServiceComponentConfig | |
---|---|
com.sas.services | SAS Foundation Services. |
com.sas.services.deployment | This subsystem provides utilities to deploy and lookup SAS Foundation Services. |
com.sas.services.session | Session services. |
Uses of AbstractServiceComponentConfig in com.sas.services |
---|
Methods in com.sas.services that return AbstractServiceComponentConfig | |
---|---|
AbstractServiceComponentConfig |
ServiceAggregateConfig.createAggregateConfig(boolean isIncludingBaseConfig,
java.util.List appConfigNames)
Creates an aggregated configuration for the specified service configuration(s). |
AbstractServiceComponentConfig |
ServiceProfile.createConfig(java.lang.String configName,
org.w3c.dom.Document document)
Creates a service configuration by parsing the specified XML document. |
AbstractServiceComponentConfig |
DocumentServiceConfigAdapterInterface.createConfigFromDocument(org.w3c.dom.Document document)
Converts an XML document to a service configuration. |
protected AbstractServiceComponentConfig |
AbstractServiceComponentConfig.createConfiguration(org.w3c.dom.Document document)
Creates a service configuration initialized with the specified XML document. |
AbstractServiceComponentConfig |
ServiceProfile.createServiceComponentConfig(java.lang.String configName,
org.w3c.dom.Document document)
Creates a service component configuration initialized using the text store associated with the specified XML. |
AbstractServiceComponentConfig |
ServiceProfile.createServiceConfig(ServiceConfigDocument serviceConfigDocument)
Creates a service component configuration initialized using the text store associated with the specified property. |
AbstractServiceComponentConfig |
ServiceProfile.createServiceConfigForProperty(com.sas.metadata.remote.Property property)
Creates a service component configuration initialized using the text store associated with the specified property. |
AbstractServiceComponentConfig |
ServiceAggregateConfig.getAggregateServiceConfig()
Gets the service's aggregate configuration. |
protected abstract AbstractServiceComponentConfig |
AbstractServiceComponentConfig.getConfig(org.w3c.dom.Document serviceConfigDocument)
Gets an object representing the service's configuration data obtained from the specified XML document. |
AbstractServiceComponentConfig |
ServiceInitializationObject.getConfiguration(DocumentServiceConfigAdapterInterface adapter)
Gets a service configuration using the specified adapter to convert XML document to a service configuration. |
AbstractServiceComponentConfig |
ServiceProfile.getDefaultServiceConfig(java.lang.String configName)
Gets the default configuration for the service. |
AbstractServiceComponentConfig |
ServiceAggregateConfig.getServiceConfig()
Gets the service configuration for the property. |
Methods in com.sas.services with parameters of type AbstractServiceComponentConfig | |
---|---|
protected abstract org.w3c.dom.DocumentFragment |
AbstractServiceComponentConfig.appendDOM(org.w3c.dom.Document document,
AbstractServiceComponentConfig serviceConfig)
Constructs a document object model representing the configuration data for a foundation service. |
void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig)
Merges the configuration into this configuration. |
protected abstract void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig)
Merges the new user service configuration into the current configuration. |
protected abstract void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the new user service configuration into the current configuration. |
void |
AbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the configuration into this configuration. |
Uses of AbstractServiceComponentConfig in com.sas.services.deployment |
---|
Methods in com.sas.services.deployment with parameters of type AbstractServiceComponentConfig | |
---|---|
com.sas.metadata.remote.Property |
ServiceDeployment.installServiceConfiguration(ServiceProfile serviceProfile,
com.sas.metadata.remote.ServiceComponent serviceComponent,
AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges a configuration into the service's specified configuration. |
void |
ServiceDeployment.uninstallServiceConfiguration(AbstractServiceComponentConfig serviceConfig,
java.lang.String configName,
java.lang.String serviceInterfaceClassName,
boolean isRemoveUnusedResources)
Deletes the specified application configuration from the foundation service that implements the specified interface. |
void |
ServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent,
AbstractServiceComponentConfig serviceConfig,
java.lang.String configName)
Deletes the specified application configuration from the foundation service that implements the specified interface. |
void |
ServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent,
AbstractServiceComponentConfig serviceConfig,
java.lang.String consumerName,
boolean isRemoveUnusedResources)
Deletes the specified application configuration from the foundation service that implements the specified interface. |
Uses of AbstractServiceComponentConfig in com.sas.services.session |
---|
Subclasses of AbstractServiceComponentConfig in com.sas.services.session | |
---|---|
class |
SessionServiceInitObject
Session Service configuration which may specify the default user context to associate with the root session context and optionally a session context timeout. |
Methods in com.sas.services.session that return AbstractServiceComponentConfig | |
---|---|
AbstractServiceComponentConfig |
SessionServiceInitializer.createConfigFromDocument(org.w3c.dom.Document document)
Converts an XML document to a service configuration. |
protected AbstractServiceComponentConfig |
SessionServiceInitObject.createConfiguration(org.w3c.dom.Document document)
Creates a service configuration initialized with the specified XML document. |
protected AbstractServiceComponentConfig |
SessionServiceInitObject.getConfig(org.w3c.dom.Document serviceConfigDocument)
Gets an object representing the service's configuration data obtained from the specified XML document. |
Methods in com.sas.services.session with parameters of type AbstractServiceComponentConfig | |
---|---|
protected org.w3c.dom.DocumentFragment |
SessionServiceInitObject.appendDOM(org.w3c.dom.Document document,
AbstractServiceComponentConfig serviceConfig)
Constructs a document object model representing the configuration data for a foundation user service. |
protected void |
SessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig)
Merges the new user service configuration into the current configuration. |
protected void |
SessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig,
AbstractServiceComponentConfig newConfig,
MergePolicy mergePolicy)
Merges the new user service configuration into the current configuration. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |