2008-09-10 1.1.0

Uses of Interface
org.eclipse.soda.dk.connection.service.ConnectionService

Packages that use ConnectionService
org.eclipse.soda.dk.connection This package is part of the org.eclipse.soda.dk.connection project. 
org.eclipse.soda.dk.connection.bundle This package is part of the org.eclipse.soda.dk.connection.bundle project. 
org.eclipse.soda.dk.connection.factory This package is part of the org.eclipse.soda.dk.connection.factory project. 
org.eclipse.soda.dk.echo.connection This package is part of the org.eclipse.soda.dk.echo.connection project. 
org.eclipse.soda.dk.file.connection This package is part of the org.eclipse.soda.dk.file.connection project. 
org.eclipse.soda.dk.file.connection.factory This package is part of the org.eclipse.soda.dk.file.connection.factory project. 
org.eclipse.soda.dk.file.connection.service This package is part of the org.eclipse.soda.dk.file.connection project. 
org.eclipse.soda.dk.multicast.transport.bundle This package is part of the org.eclipse.soda.dk.multicast.transport.bundle project. 
org.eclipse.soda.dk.multicast.transport.factory This package is part of the org.eclipse.soda.dk.multicast.transport.factory project. 
org.eclipse.soda.dk.multicast.transport.managed This package is part of the org.eclipse.soda.dk.multicast.transport.managed project. 
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.random.access.file.connection.factory This package is part of the org.eclipse.soda.dk.random.access.file.connection.factory project. 
org.eclipse.soda.dk.random.access.file.connection.service 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.serial.connection.factory This package is part of the org.eclipse.soda.dk.serial.connection.factory project. 
org.eclipse.soda.dk.serial.connection.service 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.connection.factory This package is part of the org.eclipse.soda.dk.tcpip.connection.factory project. 
org.eclipse.soda.dk.tcpip.connection.service 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.tcpip.server.connection.service This package is part of the org.eclipse.soda.dk.tcpip.server.connection project. 
org.eclipse.soda.dk.transport This package is part of the org.eclipse.soda.dk.transport project. 
org.eclipse.soda.dk.transport.bundle This package is part of the org.eclipse.soda.dk.transport.bundle project. 
org.eclipse.soda.dk.transport.factory This package is part of the org.eclipse.soda.dk.transport.factory project. 
org.eclipse.soda.dk.transport.managed This package is part of the org.eclipse.soda.dk.transport.managed project. 
org.eclipse.soda.dk.transport.service This package is part of the org.eclipse.soda.dk.transport.service project. 
org.eclipse.soda.dk.transport.test.managed This package is part of the org.eclipse.soda.dk.transport.test.managed project. 
org.eclipse.soda.dk.udp.transport.bundle This package is part of the org.eclipse.soda.dk.udp.transport.bundle project. 
org.eclipse.soda.dk.udp.transport.factory This package is part of the org.eclipse.soda.dk.udp.transport.factory project. 
org.eclipse.soda.dk.udp.transport.managed This package is part of the org.eclipse.soda.dk.udp.transport.managed project. 
org.eclipse.soda.dk.url.connection This package is part of the org.eclipse.soda.dk.url.connection project. 
org.eclipse.soda.dk.url.connection.service This package is part of the org.eclipse.soda.dk.url.connection project. 
 

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

Classes in org.eclipse.soda.dk.connection that implement ConnectionService
 class Connection
          The Connection class implements the ConnectionService interface.
 class StreamConnection
          The StreamConnection class implements the ConnectionService interface.
 class TraceConnection
           
 

Methods in org.eclipse.soda.dk.connection that return ConnectionService
 ConnectionService TraceConnection.getConnectionService()
          Gets the connection service value.
 

Methods in org.eclipse.soda.dk.connection with parameters of type ConnectionService
 void TraceConnection.setConnectionService(ConnectionService connectionService)
          Sets the connection service value.
 

Constructors in org.eclipse.soda.dk.connection with parameters of type ConnectionService
TraceConnection(ConnectionService connectionService)
          Constructs an instance of this class from the specified connection service parameter.
 

Uses of ConnectionService in org.eclipse.soda.dk.connection.bundle
 

Methods in org.eclipse.soda.dk.connection.bundle that return ConnectionService
abstract  ConnectionService ConnectionBundle.createService(java.util.Dictionary dictionary)
          Create service with the specified dictionary parameter and return the ConnectionService result.
 

Uses of ConnectionService in org.eclipse.soda.dk.connection.factory
 

Methods in org.eclipse.soda.dk.connection.factory that return ConnectionService
abstract  ConnectionService ConnectionFactory.createService(java.util.Dictionary properties)
           
 

Uses of ConnectionService in org.eclipse.soda.dk.echo.connection
 

Classes in org.eclipse.soda.dk.echo.connection that implement ConnectionService
 class EchoConnection
           
 

Uses of ConnectionService in org.eclipse.soda.dk.file.connection
 

Classes in org.eclipse.soda.dk.file.connection that implement ConnectionService
 class FileConnection
          File Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.file.connection.factory
 

Methods in org.eclipse.soda.dk.file.connection.factory that return ConnectionService
 ConnectionService FileConnectionFactory.createService(java.util.Dictionary dictionary)
          Creates the connection service using the specified property dictionary.
 

Uses of ConnectionService in org.eclipse.soda.dk.file.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.file.connection.service
 interface FileConnectionService
          File Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.multicast.transport.bundle
 

Methods in org.eclipse.soda.dk.multicast.transport.bundle with parameters of type ConnectionService
 TransportService MulticastTransportBundle.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

Uses of ConnectionService in org.eclipse.soda.dk.multicast.transport.factory
 

Methods in org.eclipse.soda.dk.multicast.transport.factory with parameters of type ConnectionService
 TransportService MulticastTransportFactory.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

Uses of ConnectionService in org.eclipse.soda.dk.multicast.transport.managed
 

Methods in org.eclipse.soda.dk.multicast.transport.managed with parameters of type ConnectionService
 TransportService MulticastTransportManaged.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

Uses of ConnectionService in org.eclipse.soda.dk.random.access.file.connection
 

Classes in org.eclipse.soda.dk.random.access.file.connection that implement ConnectionService
 class RandomAccessFileConnection
          Random Access File Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.random.access.file.connection.factory
 

Methods in org.eclipse.soda.dk.random.access.file.connection.factory that return ConnectionService
 ConnectionService RandomAccessFileConnectionFactory.createService(java.util.Dictionary dictionary)
          Creates the connection service using the specified property dictionary.
 

Uses of ConnectionService in org.eclipse.soda.dk.random.access.file.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.random.access.file.connection.service
 interface RandomAccessFileConnectionService
          Random Access File Connection.
 

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

Classes in org.eclipse.soda.dk.serial.connection that implement ConnectionService
 class SerialConnection
          Serial Port (RS232) Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.serial.connection.factory
 

Methods in org.eclipse.soda.dk.serial.connection.factory that return ConnectionService
 ConnectionService SerialConnectionFactory.createService(java.util.Dictionary dictionary)
          Creates the connection service using the specified property dictionary.
 

Uses of ConnectionService in org.eclipse.soda.dk.serial.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.serial.connection.service
 interface SerialConnectionService
          Serial Port (RS232) Connection.
 

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

Classes in org.eclipse.soda.dk.tcpip.connection that implement ConnectionService
 class TcpipConnection
          Transmission Control Protocol/Internet Protocol (TCP/IP) Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.tcpip.connection.factory
 

Methods in org.eclipse.soda.dk.tcpip.connection.factory that return ConnectionService
 ConnectionService TcpipConnectionFactory.createService(java.util.Dictionary dictionary)
          Creates the connection service using the specified property dictionary.
 

Uses of ConnectionService in org.eclipse.soda.dk.tcpip.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.tcpip.connection.service
 interface TcpipConnectionService
          Transmission Control Protocol/Internet Protocol (TCP/IP) Connection.
 

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

Classes in org.eclipse.soda.dk.tcpip.server.connection that implement ConnectionService
 class TcpipServerConnection
          Transmission Control Protocol/Internet Protocol (TCP/IP) Server Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.tcpip.server.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.tcpip.server.connection.service
 interface TcpipServerConnectionService
          Transmission Control Protocol/Internet Protocol (TCP/IP) Server Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.transport
 

Methods in org.eclipse.soda.dk.transport that return ConnectionService
 ConnectionService Transport.getConnection()
          Gets the ConnectionService connection property value.
 ConnectionService ConnectionTransport.getConnection()
          Gets the ConnectionService connection property value.
abstract  ConnectionService ConnectionTransport.getDefaultConnection()
          Gets the default connection (ConnectionService) value.
 

Methods in org.eclipse.soda.dk.transport with parameters of type ConnectionService
 void ConnectionTransport.setConnection(ConnectionService connection)
          Sets the connection property.
 

Uses of ConnectionService in org.eclipse.soda.dk.transport.bundle
 

Methods in org.eclipse.soda.dk.transport.bundle that return ConnectionService
 ConnectionService TransportBundle.getDefaultConnection()
          Gets the default connection to be used by this transport service.
 

Methods in org.eclipse.soda.dk.transport.bundle with parameters of type ConnectionService
abstract  TransportService TransportBundle.createService(ConnectionService connection)
           
 

Uses of ConnectionService in org.eclipse.soda.dk.transport.factory
 

Methods in org.eclipse.soda.dk.transport.factory with parameters of type ConnectionService
abstract  TransportService TransportFactory.createService(ConnectionService connection)
          Create service with the specified transport parameter and return the Object result.
 

Uses of ConnectionService in org.eclipse.soda.dk.transport.managed
 

Methods in org.eclipse.soda.dk.transport.managed with parameters of type ConnectionService
abstract  TransportService TransportManaged.createService(ConnectionService connection)
          Create service with the specified transport parameter and return the Object result.
 

Uses of ConnectionService in org.eclipse.soda.dk.transport.service
 

Methods in org.eclipse.soda.dk.transport.service that return ConnectionService
 ConnectionService ConnectionTransportService.getConnection()
          Gets the ConnectionService connection property value.
 

Methods in org.eclipse.soda.dk.transport.service with parameters of type ConnectionService
 void ConnectionTransportService.setConnection(ConnectionService connection)
          Sets the connection property.
 

Uses of ConnectionService in org.eclipse.soda.dk.transport.test.managed
 

Methods in org.eclipse.soda.dk.transport.test.managed that return ConnectionService
 ConnectionService TransportTestManaged.getDefaultConnection()
          Gets the default connection to be used by this transport service.
 

Uses of ConnectionService in org.eclipse.soda.dk.udp.transport.bundle
 

Methods in org.eclipse.soda.dk.udp.transport.bundle with parameters of type ConnectionService
 TransportService UdpTransportBundle.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

Uses of ConnectionService in org.eclipse.soda.dk.udp.transport.factory
 

Methods in org.eclipse.soda.dk.udp.transport.factory with parameters of type ConnectionService
 TransportService UdpTransportFactory.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

Uses of ConnectionService in org.eclipse.soda.dk.udp.transport.managed
 

Methods in org.eclipse.soda.dk.udp.transport.managed with parameters of type ConnectionService
 TransportService UdpTransportManaged.createService(ConnectionService connection)
          Creates the transport service to be registered with the OSGi system.
 

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

Classes in org.eclipse.soda.dk.url.connection that implement ConnectionService
 class UrlConnection
          Uniform Resource Locator (URL) Connection.
 

Uses of ConnectionService in org.eclipse.soda.dk.url.connection.service
 

Subinterfaces of ConnectionService in org.eclipse.soda.dk.url.connection.service
 interface UrlConnectionService
          Uniform Resource Locator (URL) Connection.
 


2008-09-10 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900