1.0.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.file.connection This package is part of the org.eclipse.soda.dk.file.connection project. 
org.eclipse.soda.dk.multicast.transport This package is part of the org.eclipse.soda.dk.multicast.transport 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   
org.eclipse.soda.dk.random.access.file.connection This package is part of the org.eclipse.soda.dk.random.access.file.connection project. 
org.eclipse.soda.dk.serial.connection This package is part of the org.eclipse.soda.dk.serial.connection project. 
org.eclipse.soda.dk.tcpip.connection This package is part of the org.eclipse.soda.dk.tcpip.connection project. 
org.eclipse.soda.dk.tcpip.server.connection This package is part of the org.eclipse.soda.dk.tcpip.server.connection project. 
org.eclipse.soda.dk.testagent.framework This package is part of the org.eclipse.soda.dk.testagent project. 
org.eclipse.soda.dk.transport This package is part of the org.eclipse.soda.dk.transport project. 
org.eclipse.soda.dk.transport.test This package is part of the org.eclipse.soda.dk.transport.test project. 
org.eclipse.soda.dk.udp.transport This package is part of the org.eclipse.soda.dk.udp.transport project. 
org.eclipse.soda.dk.url.connection This package is part of the org.eclipse.soda.dk.url.connection 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.
 

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 EscObject.getConfigurationService()
          Gets the configuration service value.
 ConfigurationService ConfigurableObject.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.
 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.file.connection
 

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

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

Classes in org.eclipse.soda.dk.multicast.transport that implement ConfigurationService
 class MulticastTransport
          Multicast Transport.
 

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.random.access.file.connection
 

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

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

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

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

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

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

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

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
 

Classes in org.eclipse.soda.dk.transport that implement ConfigurationService
 class ConnectionTransport
          The ConnectionTransport class implements the TransportService interface.
 class ResponseTransport
          The ResponseTransport class implements the TransportService interface.
 class ThreadTransport
          The ThreadTransport class is an implementation of the TransportService interface.
 class Transport
          The Transport class implements the TransportService interface.
 class TunnelTransport
          The TunnelTransport class implements the TransportService interface.
 

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

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.
 

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

Classes in org.eclipse.soda.dk.udp.transport that implement ConfigurationService
 class UdpTransport
          User Diagram Protocol (UDP) Transport.
 

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

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


1.0.0

Copyright (c) 1999, 2007 IBM