org.sape.carbon.services.jndi
Interface InitialContextFactoryConfiguration

All Superinterfaces:
ComponentConfiguration, Configuration

public interface InitialContextFactoryConfiguration
extends ComponentConfiguration

Configuration used by the DefaultInitialContextFactoryImpl. The Environment Map property is analogous to the environment parameter you would pass the the InitialContext constructor if you were constructing your own InitialContext. Envionrment is not required, it may be null or empty. See the javax.naming.Context and your JNDI provider for valid keys for the environment map.

Since:
carbon 2.1
Version:
$Revision: 1.1 $($Author: dvoet $ / $Date: 2003/10/20 20:07:41 $)
Author:
Douglas Voet, Jul 30, 2003
See Also:
Context, Copyright 2003 Sapient

Field Summary
 
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration
ComponentTemplateName
 
Method Summary
 Map getEnvironment()
           
 String getEnvironment(String propertyName)
           
 void setEnvironment(Map environment)
           
 void setEnvironment(String propertyName, String propertyValue)
           
 
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

getEnvironment

public Map getEnvironment()

getEnvironment

public String getEnvironment(String propertyName)

setEnvironment

public void setEnvironment(Map environment)

setEnvironment

public void setEnvironment(String propertyName,
                           String propertyValue)


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.