org.sape.carbon.core.config.type
Interface ConfigurationTypeServiceConfiguration

All Superinterfaces:
ComponentConfiguration, Configuration

public interface ConfigurationTypeServiceConfiguration
extends ComponentConfiguration

This is the Configuration interface that defines the configuration data for an instance of a Configuration Type Handler Service.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.8 $($Author: dvoet $ / $Date: 2003/05/05 21:21:20 $)
Author:
Greg Hinkle, January 2002

Nested Class Summary
static interface ConfigurationTypeServiceConfiguration.TypeHandlerConfiguration
          This interface defines the configuration for a single configuration type handler.
 
Field Summary
 
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration
ComponentTemplateName
 
Method Summary
 ConfigurationTypeServiceConfiguration.TypeHandlerConfiguration[] getTypeHandler()
          Retrieves the type handlers for this configuration type handler service
 void setTypeHandler(ConfigurationTypeServiceConfiguration.TypeHandlerConfiguration[] typeHandlers)
          Sets the array of configurations for type handlers on this configuration
 
Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getTypeHandler

public ConfigurationTypeServiceConfiguration.TypeHandlerConfiguration[] getTypeHandler()
Retrieves the type handlers for this configuration type handler service

Returns:
an array of TypeHandlerConfiguration objects that define each configuration type handler

setTypeHandler

public void setTypeHandler(ConfigurationTypeServiceConfiguration.TypeHandlerConfiguration[] typeHandlers)
Sets the array of configurations for type handlers on this configuration

Parameters:
typeHandlers - the type handler configurations for this type handler service


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.