2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.core.service.ConfigurationService

Packages that use ConfigurationService
org.eclipse.soda.dk.adapter.test This package is part of the org.eclipse.soda.dk.adapter.test project. 
org.eclipse.soda.dk.agent.test This package is part of the org.eclipse.soda.dk.agent.test project. 
org.eclipse.soda.dk.connection This package is part of the org.eclipse.soda.dk.connection project. 
org.eclipse.soda.dk.core This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.device.test This package is part of the org.eclipse.soda.dk.device.test project. 
org.eclipse.soda.dk.multiplex.connection.service This package is part of the org.eclipse.soda.dk.connection.service project. 
org.eclipse.soda.dk.profile.test This package is part of the org.eclipse.soda.dk.profile.test project. 
org.eclipse.soda.dk.profile.test.agent This package is part of the org.eclipse.soda.dk.profile.test.agent project. 
org.eclipse.soda.dk.testagent.framework   
org.eclipse.soda.dk.transport.test This package is part of the org.eclipse.soda.dk.transport.test project. 
 

Uses of ConfigurationService in org.eclipse.soda.dk.adapter.test
 

Methods in org.eclipse.soda.dk.adapter.test that return ConfigurationService
 ConfigurationService AdapterTest.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.agent.test
 

Methods in org.eclipse.soda.dk.agent.test that return ConfigurationService
 ConfigurationService AgentTest.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.connection
 

Fields in org.eclipse.soda.dk.connection declared as ConfigurationService
protected  ConfigurationService Connection.configurationService
          Define the port configuration (SerialPortConfiguration) field.
 

Methods in org.eclipse.soda.dk.connection that return ConfigurationService
 ConfigurationService Connection.getConfigurationService()
          Gets the configuration service value.
 

Methods in org.eclipse.soda.dk.connection with parameters of type ConfigurationService
 void Connection.setConfigurationService(ConfigurationService configurationService)
          Sets the configuration service value.
 

Constructors in org.eclipse.soda.dk.connection with parameters of type ConfigurationService
Connection(ConfigurationService configuration)
          Constructs an instance of this class from the specified configuration parameter.
StreamConnection(ConfigurationService configuration)
          Constructs an instance of this class from the specified configuration parameter.
 

Uses of ConfigurationService in org.eclipse.soda.dk.core
 

Classes in org.eclipse.soda.dk.core that implement ConfigurationService
 class EscConfiguration
           
 

Methods in org.eclipse.soda.dk.core that return ConfigurationService
static ConfigurationService EscConfiguration.getConfiguration()
          Get the ConfigurationService.
 ConfigurationService ConfigurableObject.getConfigurationService()
          Gets the configuration service value.
 ConfigurationService EscObject.getConfigurationService()
          Gets the configuration service value.
 

Methods in org.eclipse.soda.dk.core with parameters of type ConfigurationService
static void EscConfiguration.setConfiguration(ConfigurationService configuration)
          Sets the configuration value.
 void ConfigurableObject.setConfigurationService(ConfigurationService configurationService)
          Sets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.device
 

Methods in org.eclipse.soda.dk.device that return ConfigurationService
 ConfigurationService Container.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.device.test
 

Methods in org.eclipse.soda.dk.device.test that return ConfigurationService
 ConfigurationService DeviceTest.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.multiplex.connection.service
 

Methods in org.eclipse.soda.dk.multiplex.connection.service that return ConfigurationService
 ConfigurationService ChannelListener.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.profile.test
 

Methods in org.eclipse.soda.dk.profile.test that return ConfigurationService
 ConfigurationService ProfileTest.getConfigurationService()
          Gets the configuration service value.
 

Uses of ConfigurationService in org.eclipse.soda.dk.profile.test.agent
 

Classes in org.eclipse.soda.dk.profile.test.agent that implement ConfigurationService
 class ProfileAbstractTestCase
           
 

Uses of ConfigurationService in org.eclipse.soda.dk.testagent.framework
 

Classes in org.eclipse.soda.dk.testagent.framework that implement ConfigurationService
 class org.eclipse.soda.dk.testagent.framework.ConfiguredTestCase
           
 class org.eclipse.soda.dk.testagent.framework.NotificationClientTestCase
           
 

Uses of ConfigurationService in org.eclipse.soda.dk.transport.test
 

Methods in org.eclipse.soda.dk.transport.test that return ConfigurationService
 ConfigurationService TransportTest.getConfigurationService()
          Gets the configuration service value.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.