2009-01-09 1.2.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.connection.managed This package is part of the org.eclipse.soda.dk.connection.managed 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.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. 
 

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

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

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

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

Subinterfaces of ConnectionService in org.eclipse.soda.dk.multiplex.connection.service
 interface MultiplexConnectionService
          The MultiplexConnectionService interface defines the MultiplexConnectionService concept.
 

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 (ConnectionService) value.
 

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

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 connection parameter and return the TransportService 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 connection parameter and return the TransportService 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 value.
 

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 (ConnectionService) value.
 


2009-01-09 1.2.0

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