1.0.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.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.factory This package is part of the org.eclipse.soda.dk.url.connection.factory 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.factory
 

Methods in org.eclipse.soda.dk.connection.factory that return ConnectionService
abstract  ConnectionService ConnectionFactory.createService(java.util.Dictionary properties)
          Create service with the specified properties parameter and return the Object result.
 

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
          The FileConnection class implements the ConnectionService interface to support reading and writing to files.
 

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 properties)
          Create service with the specified properties parameter and return the Object result.
 

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

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

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
          The RandomAccessFileConnection class implements the ConnectionService interface to support reading and writing to a random ascces file.
 

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 properties)
          Create service with the specified properties parameter and return the Object result.
 

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
           
 

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

Classes in org.eclipse.soda.dk.serial.connection that implement ConnectionService
 class SerialConnection
          The SerialConnection class implements the ConnectionService interface to support reading and writing to the serial port.
 

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 properties)
          Create service with the specified properties parameter and return the Object result.
 

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

Subinterfaces of ConnectionService in org.eclipse.soda.dk.serial.connection.service
 interface SerialConnectionService
           
 

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

Classes in org.eclipse.soda.dk.tcpip.connection that implement ConnectionService
 class TcpipConnection
          The TcpipConnection class implements the ConnectionService interface.
 

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 properties)
          Create service with the specified properties parameter and return the Object result.
 

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

Subinterfaces of ConnectionService in org.eclipse.soda.dk.tcpip.connection.service
 interface TcpipConnectionService
           
 

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
          The TcpipServerConnection class implements the ConnectionService interface.
 

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
           
 

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)
          Creates and returns the transport service to be registered.
 

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 that return ConnectionService
 ConnectionService TransportManaged.getDefaultConnection()
          Gets the default connection to be used by this transport service.
 

Methods in org.eclipse.soda.dk.transport.managed with parameters of type ConnectionService
abstract  TransportService TransportManaged.createService(ConnectionService connection)
          Creates and returns the transport service to be registered.
 void TransportManaged.createTransport(java.util.Dictionary properties, ConnectionService connection)
          Create transport with the specified properties and connection parameters.
 

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
          The UrlConnection class implements the ConnectionService interface.
 

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

Methods in org.eclipse.soda.dk.url.connection.factory that return ConnectionService
 ConnectionService UrlConnectionFactory.createService(java.util.Dictionary properties)
          Create service with the specified properties parameter and return the Object result.
 

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

Subinterfaces of ConnectionService in org.eclipse.soda.dk.url.connection.service
 interface UrlConnectionService
           
 


1.0.0

Copyright (c) 1999, 2007 IBM